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:
parent
11894cbf01
commit
a53d70fee4
1 changed files with 8 additions and 7 deletions
15
Rakefile
15
Rakefile
|
@ -8,13 +8,14 @@ require 'spec/rake/spectask'
|
|||
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.url = "http://#{ProjectName}.rubyforge.org"
|
||||
p.author = "John Nunemaker"
|
||||
p.email = "nunemaker@gmail.com"
|
||||
p.extra_deps = [['activesupport', '>= 2.1']]
|
||||
p.need_tar_gz = false
|
||||
p.docs_host = WebsitePath
|
||||
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 = [['activesupport', '>= 2.1']]
|
||||
p.need_tar_gz = false
|
||||
p.docs_host = WebsitePath
|
||||
end
|
||||
|
||||
desc 'Upload website files to rubyforge'
|
||||
|
|
Loading…
Reference in a new issue