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 !
Prepped gemspec for release.
jnunemaker (author)
Fri Aug 22 18:53:58 -0700 2008
commit  42a023886c065b166090ce69193d447ea6325a64
tree    e99671ce0d72f6c58309106fbb1e1b5d46686ae3
parent  76601ba0c7d6daea37f94c71d01367a3ff684fa5
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["John Nunemaker"]
0
-  s.date = %q{2008-08-11}
0
+  s.date = %q{2008-08-22}
0
   s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
0
   s.email = ["nunemaker@gmail.com"]
0
   s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "PostInstall.txt", "README.txt"]

Comments