Rakefile in jnunemaker-httparty-0.3.1 vs Rakefile in jnunemaker-httparty-0.4.0

- old
+ new

@@ -12,9 +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.need_tar_gz = false p.docs_host = WebsitePath end desc 'Upload website files to rubyforge'