Skip to content

Commit

Permalink
got rid of unbelievably annoying automatic regeneration of gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Jan 19, 2012
1 parent e26ad59 commit 55cd93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -116,7 +116,7 @@ end
end end


desc "build all platform gems at once" desc "build all platform gems at once"
task :gems => [:clean, :rmgems, :gemspec, 'ruby:gem', 'mswin32:gem', 'mingw32:gem', 'jruby:gem'] task :gems => [:clean, :rmgems, 'ruby:gem', 'mswin32:gem', 'mingw32:gem', 'jruby:gem']


desc "remove all platform gems" desc "remove all platform gems"
task :rmgems => ['ruby:clobber_package'] task :rmgems => ['ruby:clobber_package']
Expand Down

0 comments on commit 55cd93b

Please sign in to comment.