Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Depend on rake for dev.
  • Loading branch information
iced committed May 24, 2012
1 parent 722a7fd commit 379d5af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,5 +5,6 @@ gem 'zip'
gem 'bundler', '> 1.0.0'

group :development do
gem 'rake'
gem 'jeweler2'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -9,6 +9,7 @@ GEM
jeweler2 (2.0.9)
git (>= 1.2.5)
mime-types (1.18)
rake (0.9.2.2)
rest (0.2.0)
rest-client
rest-client
Expand All @@ -23,4 +24,5 @@ DEPENDENCIES
bundler (> 1.0.0)
iron_core
jeweler2
rake
zip
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'jeweler2'

task :test do
# running separate rake process to avoid bundler setup clash
sh "rake -f test/Rakefile #{ $*.join' ' }"
sh "cd test && rake #{$*.join(' ')}"
end

Jeweler::Tasks.new do |gem|
Expand Down

0 comments on commit 379d5af

Please sign in to comment.