Rakefile in right_support-2.7.0 vs Rakefile in right_support-2.8.0

- old
+ new

@@ -43,19 +43,24 @@ rdoc.rdoc_files.exclude('features/**/*') rdoc.rdoc_files.exclude('spec/**/*') end require 'jeweler' -Jeweler::Tasks.new do |gem| +tasks = Jeweler::Tasks.new do |gem| # gem is a Gem::Specification; see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "right_support" gem.homepage = "https://github.com/rightscale/right_support" gem.license = "MIT" gem.summary = %Q{Reusable foundation code.} gem.description = %Q{A toolkit of useful, reusable foundation code created by RightScale.} gem.email = "support@rightscale.com" gem.authors = ['Tony Spataro', 'Sergey Sergyenko', 'Ryan Williamson', 'Lee Kirchhoff', 'Alexey Karpik', 'Scott Messier'] end + +# Never auto-commit during operations that change the repository. Allows developers to decide on their own commit comment +# and/or aggregate version bumps into other fixes. +tasks.jeweler.commit = false + Jeweler::RubygemsDotOrgTasks.new CLEAN.include('pkg') RightDevelop::CI::RakeTask.new