Rakefile in i18n-0.3.0 vs Rakefile in i18n-0.3.1
- old
+ new
@@ -12,10 +12,10 @@
s.summary = "New wave Internationalization support for Ruby"
s.email = "rails-i18n@googlegroups.com"
s.homepage = "http://rails-i18n.org"
s.description = "Add Internationalization support to your Ruby application."
s.authors = ['Sven Fuchs', 'Joshua Harvey', 'Matt Aimonetti', 'Stephan Soller', 'Saimon Moore']
- s.files = FileList["[A-Z]*", "{lib,test}/**/*"]
+ s.files = FileList["[A-Z]*", "{lib,test,vendor}/**/*"]
end
rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end