public
Rubygem
Description: Makes http fun! Also, makes consuming restful web services dead easy.
Homepage:
Clone URL: git://github.com/jnunemaker/httparty.git
Click here to lend your support to: httparty and make a donation at www.pledgie.com !
Added post install message back in. Yay for partying hard!
jnunemaker (author)
Fri Dec 05 14:15:09 -0800 2008
commit  a53d70fee49954a09c6d940f1feeceaf8eb306bb
tree    705204372544168afbcf5b070d769e1aa31a30f7
parent  11894cbf01509a740f87e253e799fbd58569ec0a
...
8
9
10
11
12
13
14
15
16
17
 
 
 
 
 
 
 
 
18
19
20
...
8
9
10
 
 
 
 
 
 
 
11
12
13
14
15
16
17
18
19
20
21
0
@@ -8,13 +8,14 @@ require 'spec/rake/spectask'
0
 require "lib/#{ProjectName}/version"
0
 
0
 Echoe.new(ProjectName, HTTParty::Version) do |p|
0
-  p.description = "Makes http fun! Also, makes consuming restful web services dead easy."
0
-  p.url         = "http://#{ProjectName}.rubyforge.org"
0
-  p.author      = "John Nunemaker"
0
-  p.email       = "nunemaker@gmail.com"
0
-  p.extra_deps  = [['activesupport', '>= 2.1']]
0
-  p.need_tar_gz = false
0
-  p.docs_host   = WebsitePath
0
+  p.description     = "Makes http fun! Also, makes consuming restful web services dead easy."
0
+  p.install_message = "When you HTTParty, you must party hard!"
0
+  p.url             = "http://#{ProjectName}.rubyforge.org"
0
+  p.author          = "John Nunemaker"
0
+  p.email           = "nunemaker@gmail.com"
0
+  p.extra_deps      = [['activesupport', '>= 2.1']]
0
+  p.need_tar_gz     = false
0
+  p.docs_host       = WebsitePath
0
 end
0
 
0
 desc 'Upload website files to rubyforge'

Comments