Rakefile in benschwarz-smoke-0.5.8 vs Rakefile in benschwarz-smoke-0.5.10

- old
+ new

@@ -4,10 +4,10 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "smoke" - gem.summary = %Q{smoke is a DSL that allows you to take data from YQL, RSS / Atom} + gem.summary = %Q{smoke is a Ruby based DSL that allows you to query web services such as YQL, RSS / Atom and JSON or XML in an elegant manner.} 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.add_dependency("simple-rss", "1.2")