Rakefile in right_git-0.0.2 vs Rakefile in right_git-0.0.3
- old
+ new
@@ -35,13 +35,13 @@
gem.license = 'MIT'
gem.summary = %Q{Reusable Git repository management code.}
gem.description = %Q{An assortment of git-related classes created by RightScale.}
gem.email = 'support@rightscale.com'
gem.authors = ['Tony Spataro', 'Scott Messier']
- gem.rubygems_version = '1.3.7'
gem.files.exclude 'Gemfile*'
gem.files.exclude 'right_git.rconf'
gem.files.exclude 'spec/**/*'
+ gem.files.exclude '.ruby-version'
end
Jeweler::RubygemsDotOrgTasks.new
CLEAN.include('pkg')