summaryrefslogtreecommitdiffstats
path: root/tasks/constants.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-02 23:50:31 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-02 23:50:31 +0200
commit376c0c5913681370b38e5f44ceb7847a7e8dee03 (patch)
treeec3c951673f6fdfa417b32faddf799125fdf8038 /tasks/constants.rb
parenta4bcdf9905fcfd4ddd97dcb49a327b963986f9dc (diff)
downloadffi-efl-376c0c5913681370b38e5f44ceb7847a7e8dee03.zip
ffi-efl-376c0c5913681370b38e5f44ceb7847a7e8dee03.tar.gz
update gem dependencies
Diffstat (limited to 'tasks/constants.rb')
-rw-r--r--tasks/constants.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tasks/constants.rb b/tasks/constants.rb
index 0e84d3a..78a7625 100644
--- a/tasks/constants.rb
+++ b/tasks/constants.rb
@@ -104,6 +104,10 @@ end
HAVE_SVN = (Dir.entries(Dir.pwd).include?('.svn') and system("svn --version 2>&1 > #{DEV_NULL}"))
HAVE_GIT = (Dir.entries(Dir.pwd).include?('.git') and system("git --version 2>&1 > #{DEV_NULL}"))
+# Add rake as a development dependency
+#
+PROJ.gem.development_dependencies << ['rake', '>=0.8.7']
+
# Add bones as a development dependency
#
if HAVE_BONES