summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-02-11 16:23:49 +0100
committerChristoph Helma <helma@in-silico.ch>2013-02-11 16:23:49 +0100
commita80f30a1a2b7ad803abd64fe81432c25d2ad9746 (patch)
tree5d251b8c8ff14c37409497e59ef4f4e725945df6 /_posts
parent35112c12c38c5ef0415d2502bfb6f0ea227b1ce8 (diff)
rules for gem dependencies added
Diffstat (limited to '_posts')
-rw-r--r--_posts/2013-02-07-development-guidelines.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2013-02-07-development-guidelines.md b/_posts/2013-02-07-development-guidelines.md
index d6663fe..bd6aeaf 100644
--- a/_posts/2013-02-07-development-guidelines.md
+++ b/_posts/2013-02-07-development-guidelines.md
@@ -9,6 +9,7 @@ tags: []
- Read and understand the [Architecture overview](/Development/2013/02/07/architecture-overview)
- Follow the guidelines for [Error handling](/Development/2012/07/20/error-handling)
+- Define gem dependencies (and versions if necessary) in the \*.gemspec file (*not* in the Gemfile, otherwise gems won\'t install properly without bundler)
- Add tests to [opentox-test](http://github.com/opentox/opentox-test) for your new features
- Make sure that *all* tests in [opentox-test](http://github.com/opentox/opentox-test) pass before committing to an official branch (development, master)