devver-right_http_connection 1.2.99
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +59 -0
- data/Manifest.txt +7 -0
- data/README.txt +54 -0
- data/Rakefile +103 -0
- data/lib/net_fix.rb +160 -0
- data/lib/right_http_connection.rb +472 -0
- data/setup.rb +1585 -0
- metadata +64 -0
metadata
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: devver-right_http_connection
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.2.99
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- RightScale
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
|
12
|
+
date: 2009-11-29 00:00:00 -05:00
|
13
|
+
default_executable:
|
14
|
+
dependencies: []
|
15
|
+
|
16
|
+
description: RightScale's robust HTTP/S connection module
|
17
|
+
email: rubygems@rightscale.com
|
18
|
+
executables: []
|
19
|
+
|
20
|
+
extensions: []
|
21
|
+
|
22
|
+
extra_rdoc_files:
|
23
|
+
- History.txt
|
24
|
+
- Manifest.txt
|
25
|
+
- README.txt
|
26
|
+
files:
|
27
|
+
- History.txt
|
28
|
+
- Manifest.txt
|
29
|
+
- README.txt
|
30
|
+
- Rakefile
|
31
|
+
- lib/net_fix.rb
|
32
|
+
- lib/right_http_connection.rb
|
33
|
+
- setup.rb
|
34
|
+
has_rdoc: true
|
35
|
+
homepage: http://rightscale.rubyforge.org
|
36
|
+
licenses: []
|
37
|
+
|
38
|
+
post_install_message:
|
39
|
+
rdoc_options:
|
40
|
+
- --main
|
41
|
+
- README.txt
|
42
|
+
require_paths:
|
43
|
+
- lib
|
44
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - ">="
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: "0"
|
49
|
+
version:
|
50
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: "0"
|
55
|
+
version:
|
56
|
+
requirements: []
|
57
|
+
|
58
|
+
rubyforge_project: rightscale
|
59
|
+
rubygems_version: 1.3.5
|
60
|
+
signing_key:
|
61
|
+
specification_version: 3
|
62
|
+
summary: RightScale's robust HTTP/S connection module
|
63
|
+
test_files: []
|
64
|
+
|