Rakefile in jnunemaker-httparty-0.4.1 vs Rakefile in jnunemaker-httparty-0.4.2
- old
+ new
@@ -12,10 +12,10 @@
p.description = "Makes http fun! Also, makes consuming restful web services dead easy."
p.install_message = "When you HTTParty, you must party hard!"
p.url = "http://#{ProjectName}.rubyforge.org"
p.author = "John Nunemaker"
p.email = "nunemaker@gmail.com"
- p.extra_deps = [['jnunemaker-crack', '>= 0.1.0']]
+ p.extra_deps = [['crack', '>= 0.1.1']]
p.need_tar_gz = false
p.docs_host = WebsitePath
end
desc 'Upload website files to rubyforge'