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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
--- !ruby/object:Gem::Specification
name: httpclient
version: !ruby/object:Gem::Version
version: 2.3.3
prerelease:
platform: ruby
authors:
- Hiroshi Nakamura
autorequire:
bindir: bin
cert_chain: []
date: 2013-02-24 00:00:00.000000000 Z
dependencies: []
description:
email: nahi@ruby-lang.org
executables:
- httpclient
extensions: []
extra_rdoc_files: []
files:
- bin/httpclient
- lib/httpclient/auth.rb
- lib/httpclient/ssl_config.rb
- lib/httpclient/http.rb
- lib/httpclient/timeout.rb
- lib/httpclient/version.rb
- lib/httpclient/connection.rb
- lib/httpclient/include_client.rb
- lib/httpclient/session.rb
- lib/httpclient/cacert.p7s
- lib/httpclient/cookie.rb
- lib/httpclient/util.rb
- lib/oauthclient.rb
- lib/httpclient.rb
- lib/http-access2.rb
- lib/http-access2/http.rb
- lib/http-access2/cookie.rb
- lib/hexdump.rb
- sample/auth.rb
- sample/dav.rb
- sample/stream.rb
- sample/async.rb
- sample/wcat.rb
- sample/ssl/1000cert.pem
- sample/ssl/1000key.pem
- sample/ssl/ssl_client.rb
- sample/ssl/0key.pem
- sample/ssl/htdocs/index.html
- sample/ssl/0cert.pem
- sample/ssl/webrick_httpsd.rb
- sample/oauth_salesforce_10.rb
- sample/thread.rb
- sample/oauth_friendfeed.rb
- sample/oauth_twitter.rb
- sample/cookie.rb
- sample/howto.rb
- sample/oauth_buzz.rb
- test/client.cert
- test/test_http-access2.rb
- test/server.cert
- test/htdigest
- test/test_ssl.rb
- test/test_hexdump.rb
- test/test_cookie.rb
- test/runner.rb
- test/htpasswd
- test/test_auth.rb
- test/client.key
- test/test_include_client.rb
- test/helper.rb
- test/ca.cert
- test/sslsvr.rb
- test/subca.cert
- test/ca-chain.cert
- test/server.key
- test/test_httpclient.rb
- README.txt
homepage: http://github.com/nahi/httpclient
licenses: []
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ! '>='
- !ruby/object:Gem::Version
version: '0'
requirements: []
rubyforge_project:
rubygems_version: 1.8.23
signing_key:
specification_version: 3
summary: gives something like the functionality of libwww-perl (LWP) in Ruby
test_files: []
has_rdoc:
|