-
Name
-
httparty
-
Version
-
0.6.0
-
Platform
-
ruby
-
Authors
-
John Nunemaker
Sandro Turriate
-
Bindir
-
bin
-
Date
-
2010-06-13 00:00:00 UTC
-
Default executable
-
httparty
-
Dependencies
-
crack (= 0.1.7)
activesupport (~> 2.3, development)
cucumber (~> 0.7, development)
fakeweb (~> 1.2, development)
mongrel (~> 1.1, development)
rspec (~> 1.3, development)
-
Description
-
Makes http fun! Also, makes consuming restful web services dead easy.
-
Email
-
nunemaker@gmail.com
-
Executables
-
httparty
-
Extra rdoc files
-
README.rdoc
-
Files
-
.gitignore
History
MIT-LICENSE
Manifest
README.rdoc
Rakefile
VERSION
bin/httparty
cucumber.yml
examples/aaws.rb
examples/basic.rb
examples/custom_parsers.rb
examples/delicious.rb
examples/google.rb
examples/rubyurl.rb
examples/twitter.rb
examples/whoismyrep.rb
features/basic_authentication.feature
features/command_line.feature
features/deals_with_http_error_codes.feature
features/digest_authentication.feature
features/handles_compressed_responses.feature
features/handles_multiple_formats.feature
features/steps/env.rb
features/steps/httparty_response_steps.rb
features/steps/httparty_steps.rb
features/steps/mongrel_helper.rb
features/steps/remote_service_steps.rb
features/supports_redirection.feature
features/supports_timeout_option.feature
httparty.gemspec
lib/httparty.rb
lib/httparty/cookie_hash.rb
lib/httparty/core_extensions.rb
lib/httparty/exceptions.rb
lib/httparty/module_inheritable_attributes.rb
lib/httparty/net_digest_auth.rb
lib/httparty/parser.rb
lib/httparty/request.rb
lib/httparty/response.rb
spec/fixtures/delicious.xml
spec/fixtures/empty.xml
spec/fixtures/google.html
spec/fixtures/twitter.json
spec/fixtures/twitter.xml
spec/fixtures/undefined_method_add_node_for_nil.xml
spec/httparty/cookie_hash_spec.rb
spec/httparty/parser_spec.rb
spec/httparty/request_spec.rb
spec/httparty/response_spec.rb
spec/httparty_spec.rb
spec/spec.opts
spec/spec_helper.rb
spec/support/stub_response.rb
website/css/common.css
website/index.html
-
Has rdoc
-
true
-
Homepage
-
http://httparty.rubyforge.org
-
Post install message
-
When you HTTParty, you must party hard!
-
Rdoc options
-
--charset=UTF-8
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
httparty
-
Rubygems version
-
1.3.6
-
Specification version
-
3
-
Summary
-
Makes http fun! Also, makes consuming restful web services dead easy.
-
Test files
-
spec/httparty/cookie_hash_spec.rb
spec/httparty/parser_spec.rb
spec/httparty/request_spec.rb
spec/httparty/response_spec.rb
spec/httparty_spec.rb
spec/spec_helper.rb
spec/support/stub_response.rb
examples/aaws.rb
examples/basic.rb
examples/custom_parsers.rb
examples/delicious.rb
examples/google.rb
examples/rubyurl.rb
examples/twitter.rb
examples/whoismyrep.rb
-
Original platform
-
ruby
-
New platform
-
ruby