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 for 0.2.4 release.
jnunemaker (author)
Tue Dec 23 10:12:36 -0800 2008
commit  3c54cf2caa1cc69c00c400e506d6d4fb273dd270
tree    93427110335ab3ab90be0f951e04bda0cb1b02b8
parent  5dce94e8a23eb027c216eb5658a0de0cca9a3c92
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
 
0
 Gem::Specification.new do |s|
0
   s.name = %q{httparty}
0
-  s.version = "0.2.3"
0
+  s.version = "0.2.4"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["John Nunemaker"]

Comments