1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Added post install message back in. Yay for partying hard!

This commit is contained in:
John Nunemaker 2008-12-05 17:15:09 -05:00
parent 11894cbf01
commit a53d70fee4

View file

@ -9,6 +9,7 @@ require "lib/#{ProjectName}/version"
Echoe.new(ProjectName, HTTParty::Version) do |p|
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"