rbkb-http 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rbkb-http
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Eric Monti
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-11-12 00:00:00 -06:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rspec
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rbkb
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0"
34
+ version:
35
+ description: HTTP libraries and tools based on and complementary to Ruby BlackBag
36
+ email: emonti@matasano.com
37
+ executables: []
38
+
39
+ extensions: []
40
+
41
+ extra_rdoc_files:
42
+ - LICENSE
43
+ - README.rdoc
44
+ files:
45
+ - .document
46
+ - .gitignore
47
+ - History.txt
48
+ - LICENSE
49
+ - README.rdoc
50
+ - Rakefile
51
+ - VERSION
52
+ - lib/rbkb/http.rb
53
+ - lib/rbkb/http/base.rb
54
+ - lib/rbkb/http/body.rb
55
+ - lib/rbkb/http/common.rb
56
+ - lib/rbkb/http/headers.rb
57
+ - lib/rbkb/http/parameters.rb
58
+ - lib/rbkb/http/request.rb
59
+ - lib/rbkb/http/response.rb
60
+ - rbkb-http.gemspec
61
+ - spec/rbkb-http_spec.rb
62
+ - spec/spec_helper.rb
63
+ - test/test_helper.rb
64
+ - test/test_http.rb
65
+ - test/test_http_helper.rb
66
+ - test/test_http_request.rb
67
+ - test/test_http_response.rb
68
+ has_rdoc: true
69
+ homepage: http://github.com/emonti/rbkb-http
70
+ licenses: []
71
+
72
+ post_install_message:
73
+ rdoc_options:
74
+ - --charset=UTF-8
75
+ require_paths:
76
+ - lib
77
+ required_ruby_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: "0"
82
+ version:
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: "0"
88
+ version:
89
+ requirements: []
90
+
91
+ rubyforge_project:
92
+ rubygems_version: 1.3.5
93
+ signing_key:
94
+ specification_version: 3
95
+ summary: HTTP protocol add-ons for Ruby BlackBag
96
+ test_files:
97
+ - spec/rbkb-http_spec.rb
98
+ - spec/spec_helper.rb
99
+ - test/test_helper.rb
100
+ - test/test_http.rb
101
+ - test/test_http_helper.rb
102
+ - test/test_http_request.rb
103
+ - test/test_http_response.rb