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.0 release.
jnunemaker (author)
Sat Dec 06 21:02:51 -0800 2008
commit  941ef71531fa552631bda3e0c0bd88636266c7d2
tree    0cd8312ad8ff65e672bf91cacc561ab35c153fb1
parent  05c388dc72895cd0719a030269cf9c54966d6f2c
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 0.2.0 2008-12-07
0
+* 1 major enhancement
0
+  * Removed ActiveSupport as a dependency. Now requires json gem for json deserialization and uses an included class to do the xml parsing.
0
+
0
 == 0.1.8 2008-11-30
0
 * 3 major enhancements
0
   * Moved base_uri normalization into request class and out of httparty module, fixing 
...
6
7
8
 
9
10
11
...
6
7
8
9
10
11
12
0
@@ -6,6 +6,7 @@ examples/rubyurl.rb
0
 examples/twitter.rb
0
 examples/whoismyrep.rb
0
 History
0
+httparty.gemspec
0
 lib/core_extensions.rb
0
 lib/httparty/exceptions.rb
0
 lib/httparty/request.rb
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["John Nunemaker"]
0
-  s.date = %q{2008-12-06}
0
+  s.date = %q{2008-12-07}
0
   s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
0
   s.email = %q{nunemaker@gmail.com}
0
   s.extra_rdoc_files = ["lib/core_extensions.rb", "lib/httparty/exceptions.rb", "lib/httparty/request.rb", "lib/httparty/version.rb", "lib/httparty.rb", "lib/module_level_inheritable_attributes.rb", "README"]

Comments