1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

got rid of unbelievably annoying automatic regeneration of gemspec

This commit is contained in:
John Mair 2012-01-19 15:16:49 +13:00
parent e26ad59c12
commit 55cd93b843

View file

@ -116,7 +116,7 @@ end
end
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"
task :rmgems => ['ruby:clobber_package']