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 the bin/httparty executable.

This uses HTTParty to query services and format the responses
in several different ways. It's a handy way to explore web services
or simply query them.

Conflicts:

  httparty.gemspec
  lib/httparty/version.rb
jnunemaker (author)
Sun Jan 04 21:58:05 -0800 2009
commit  5615a4ba05e2d3b702faff84ad8b6f8d4323771d
tree    20532e6fd9c176b62fc6fbbe1c27e0a6dd72637b
parent  3c54cf2caa1cc69c00c400e506d6d4fb273dd270
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+bin/httparty
0
 examples/aaws.rb
0
 examples/basic.rb
0
 examples/delicious.rb
...
1
2
3
4
5
...
 
 
1
2
3
0
@@ -1,5 +1,3 @@
0
-# -*- encoding: utf-8 -*-
0
-
0
 Gem::Specification.new do |s|
0
   s.name = %q{httparty}
0
   s.version = "0.2.4"
...
1
2
3
4
 
...
1
2
 
3
4
0
@@ -1,3 +1,3 @@
0
 module HTTParty
0
   Version = '0.2.4'
0
-end
0
\ No newline at end of file
0
+end

Comments