# File lib/jeweler/commands/release_gemspec.rb, line 36 def commit_gemspec! gemspec_gitpath = working_subdir.join(gemspec_helper.path) repo.add(gemspec_gitpath.to_s) output.puts "Committing #{gemspec_gitpath}" repo.commit "Regenerate gemspec for version #{version}" end