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 !
Updated manifest, history and gemspec for 0.1.8.
jnunemaker (author)
Fri Dec 05 14:24:01 -0800 2008
commit  e72ec5a483538eb8e133fc7c0536051b90060e18
tree    41d106895776e1a3cee987c4e0ede0ffd244f0e1
parent  d25f23c50bf12646d0c916fbc0982ac2f055b47f
...
1
2
 
3
4
5
 
6
7
8
...
1
 
2
3
4
5
6
7
8
9
0
@@ -1,8 +1,9 @@
0
 == 0.1.8 2008-11-30
0
-* 2 major enhancements
0
+* 3 major enhancements
0
   * Moved base_uri normalization into request class and out of httparty module, fixing 
0
     the problem where base_uri was not always being normalized.
0
   * Stupid simple support for HTTParty.get/post/put/delete. (jqr)
0
+  * Switched gem management to Echoe from newgem.
0
 
0
 == 0.1.7 2008-11-30
0
 * 1 major enhancement
...
1
2
3
4
5
6
7
8
9
 
10
11
12
13
14
 
15
16
17
18
19
20
21
22
 
 
 
 
 
23
24
25
26
27
28
29
30
31
32
...
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
 
10
11
 
 
 
 
12
13
14
15
16
17
18
19
20
21
 
 
 
22
23
0
@@ -1,32 +1,23 @@
0
-History.txt
0
-License.txt
0
-Manifest.txt
0
-PostInstall.txt
0
-README.txt
0
-Rakefile
0
-config/hoe.rb
0
-config/requirements.rb
0
 examples/aaws.rb
0
+examples/basic.rb
0
 examples/delicious.rb
0
 examples/google.rb
0
 examples/rubyurl.rb
0
 examples/twitter.rb
0
 examples/whoismyrep.rb
0
+History
0
 httparty.gemspec
0
-lib/httparty.rb
0
 lib/httparty/request.rb
0
 lib/httparty/version.rb
0
-script/console
0
-script/destroy
0
-script/generate
0
-script/txt2html
0
+lib/httparty.rb
0
+Manifest
0
+MIT-LICENSE
0
+Rakefile
0
+README
0
 setup.rb
0
 spec/httparty/request_spec.rb
0
 spec/httparty_spec.rb
0
 spec/spec.opts
0
 spec/spec_helper.rb
0
-tasks/deployment.rake
0
-tasks/environment.rake
0
-tasks/website.rake
0
 website/css/common.css
0
 website/index.html
...
2
3
4
5
 
6
7
 
8
9
 
10
11
12
13
 
 
 
14
15
16
17
 
18
19
20
...
26
27
28
29
 
30
31
32
 
33
34
35
36
 
37
38
39
 
...
2
3
4
 
5
6
 
7
8
 
9
10
 
 
 
11
12
13
14
15
16
 
17
18
19
20
...
26
27
28
 
29
30
31
 
32
33
34
35
 
36
37
 
38
39
0
@@ -2,19 +2,19 @@
0
 
0
 Gem::Specification.new do |s|
0
   s.name = %q{httparty}
0
-  s.version = "0.1.7"
0
+  s.version = "0.1.8"
0
 
0
-  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
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-11-30}
0
+  s.date = %q{2008-12-05}
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"]
0
-  s.files = ["History.txt", "License.txt", "Manifest.txt", "PostInstall.txt", "README.txt", "Rakefile", "config/hoe.rb", "config/requirements.rb", "examples/aaws.rb", "examples/delicious.rb", "examples/google.rb", "examples/rubyurl.rb", "examples/twitter.rb", "examples/whoismyrep.rb", "httparty.gemspec", "lib/httparty.rb", "lib/httparty/request.rb", "lib/httparty/version.rb", "script/console", "script/destroy", "script/generate", "script/txt2html", "setup.rb", "spec/httparty/request_spec.rb", "spec/httparty_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "tasks/deployment.rake", "tasks/environment.rake", "tasks/website.rake", "website/css/common.css", "website/index.html"]
0
+  s.email = %q{nunemaker@gmail.com}
0
+  s.extra_rdoc_files = ["lib/httparty/request.rb", "lib/httparty/version.rb", "lib/httparty.rb", "README"]
0
+  s.files = ["examples/aaws.rb", "examples/basic.rb", "examples/delicious.rb", "examples/google.rb", "examples/rubyurl.rb", "examples/twitter.rb", "examples/whoismyrep.rb", "History", "httparty.gemspec", "lib/httparty/request.rb", "lib/httparty/version.rb", "lib/httparty.rb", "Manifest", "MIT-LICENSE", "Rakefile", "README", "setup.rb", "spec/httparty/request_spec.rb", "spec/httparty_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "website/css/common.css", "website/index.html"]
0
   s.has_rdoc = true
0
   s.homepage = %q{http://httparty.rubyforge.org}
0
   s.post_install_message = %q{When you HTTParty, you must party hard!}
0
-  s.rdoc_options = ["--main", "README.txt"]
0
+  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Httparty", "--main", "README"]
0
   s.require_paths = ["lib"]
0
   s.rubyforge_project = %q{httparty}
0
   s.rubygems_version = %q{1.3.1}
0
@@ -26,13 +26,13 @@ Gem::Specification.new do |s|
0
 
0
     if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
0
       s.add_runtime_dependency(%q<activesupport>, [">= 2.1"])
0
-      s.add_development_dependency(%q<hoe>, [">= 1.8.0"])
0
+      s.add_development_dependency(%q<echoe>, [">= 0"])
0
     else
0
       s.add_dependency(%q<activesupport>, [">= 2.1"])
0
-      s.add_dependency(%q<hoe>, [">= 1.8.0"])
0
+      s.add_dependency(%q<echoe>, [">= 0"])
0
     end
0
   else
0
     s.add_dependency(%q<activesupport>, [">= 2.1"])
0
-    s.add_dependency(%q<hoe>, [">= 1.8.0"])
0
+    s.add_dependency(%q<echoe>, [">= 0"])
0
   end
0
-end
0
\ No newline at end of file
0
+end

Comments