Rakefile in benschwarz-smoke-0.5.0 vs Rakefile in benschwarz-smoke-0.5.1

- old
+ new

@@ -8,10 +8,10 @@ gem.name = "smoke" gem.summary = %Q{smoke is a DSL that allows you to take data from YQL, RSS / Atom} gem.email = "ben.schwarz@gmail.com" gem.homepage = "http://github.com/benschwarz/smoke" gem.authors = ["Ben Schwarz"] - gem.files = FileList['lib/**/*.rb', 'rdoc/**/*', '[A-Z]*', 'spec/**/*', 'vendor/**/*'].to_a + gem.files = FileList['dependencies', 'lib/**/*.rb', 'rdoc/**/*', '[A-Z]*', 'spec/**/*', 'vendor/**/*'].to_a # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end