Rakefile in mwunsch-weary-0.1.2 vs Rakefile in mwunsch-weary-0.2.0
- old
+ new
@@ -20,9 +20,10 @@
gemspec.summary = "A little DSL for consuming RESTful web services"
gemspec.email = "mark@markwunsch.com"
gemspec.homepage = "http://github.com/mwunsch/weary"
gemspec.description = "The Weary need REST: a tiny DSL that makes the consumption of RESTful web services simple."
gemspec.authors = "Mark Wunsch"
+ gemspec.add_dependency('crack', '>= 0.1.2')
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
\ No newline at end of file