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.2 release.
jnunemaker (author)
Mon Dec 08 18:30:48 -0800 2008
commit  e58cb014d8506f216cb5c12829b73da44f5b81c8
tree    3cb162d71b54d4e581823b675101df37517beb74
parent  6f361ed59e11ca29e4967c876567be7cf8e9cca7
...
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.1"
0
+  s.version = "0.2.2"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["John Nunemaker"]

Comments