http_api_client 0.1.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,196 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: http_api_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Rob Monie
8
+ - Andrei Miulescu
9
+ - Stuart Liston
10
+ - Chris Rhode
11
+ autorequire:
12
+ bindir: bin
13
+ cert_chain: []
14
+ date: 2014-04-03 00:00:00.000000000 Z
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: bundler
18
+ requirement: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ~>
21
+ - !ruby/object:Gem::Version
22
+ version: '1.3'
23
+ type: :development
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '1.3'
30
+ - !ruby/object:Gem::Dependency
31
+ name: rspec
32
+ requirement: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ~>
35
+ - !ruby/object:Gem::Version
36
+ version: '2.14'
37
+ type: :development
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ~>
42
+ - !ruby/object:Gem::Version
43
+ version: '2.14'
44
+ - !ruby/object:Gem::Dependency
45
+ name: pry
46
+ requirement: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ~>
49
+ - !ruby/object:Gem::Version
50
+ version: '0.9'
51
+ type: :development
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ~>
56
+ - !ruby/object:Gem::Version
57
+ version: '0.9'
58
+ - !ruby/object:Gem::Dependency
59
+ name: pry-debugger
60
+ requirement: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ~>
63
+ - !ruby/object:Gem::Version
64
+ version: '0.2'
65
+ type: :development
66
+ prerelease: false
67
+ version_requirements: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ~>
70
+ - !ruby/object:Gem::Version
71
+ version: '0.2'
72
+ - !ruby/object:Gem::Dependency
73
+ name: activesupport
74
+ requirement: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ! '>='
77
+ - !ruby/object:Gem::Version
78
+ version: '3.1'
79
+ type: :runtime
80
+ prerelease: false
81
+ version_requirements: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '3.1'
86
+ - !ruby/object:Gem::Dependency
87
+ name: faraday
88
+ requirement: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - ~>
91
+ - !ruby/object:Gem::Version
92
+ version: '0.9'
93
+ type: :runtime
94
+ prerelease: false
95
+ version_requirements: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ~>
98
+ - !ruby/object:Gem::Version
99
+ version: '0.9'
100
+ - !ruby/object:Gem::Dependency
101
+ name: net-http-persistent
102
+ requirement: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ~>
105
+ - !ruby/object:Gem::Version
106
+ version: '2.9'
107
+ type: :runtime
108
+ prerelease: false
109
+ version_requirements: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ~>
112
+ - !ruby/object:Gem::Version
113
+ version: '2.9'
114
+ - !ruby/object:Gem::Dependency
115
+ name: oj
116
+ requirement: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ~>
119
+ - !ruby/object:Gem::Version
120
+ version: '2.7'
121
+ type: :runtime
122
+ prerelease: false
123
+ version_requirements: !ruby/object:Gem::Requirement
124
+ requirements:
125
+ - - ~>
126
+ - !ruby/object:Gem::Version
127
+ version: '2.7'
128
+ description: Http client wrapper for simplified api access
129
+ email:
130
+ - robmonie@gmail.com
131
+ executables: []
132
+ extensions: []
133
+ extra_rdoc_files: []
134
+ files:
135
+ - .gitignore
136
+ - .rspec
137
+ - Gemfile
138
+ - LICENSE.txt
139
+ - README.md
140
+ - Rakefile
141
+ - http_api_client.gemspec
142
+ - lib/http_api_client.rb
143
+ - lib/http_api_client/client.rb
144
+ - lib/http_api_client/config.rb
145
+ - lib/http_api_client/connection_factory.rb
146
+ - lib/http_api_client/errors.rb
147
+ - lib/http_api_client/rails_params_encoder.rb
148
+ - lib/http_api_client/timed_result.rb
149
+ - lib/http_api_client/version.rb
150
+ - spec/config/http_api_clients.yml
151
+ - spec/config/http_api_clients_with_basic_auth.yml
152
+ - spec/config/http_api_clients_with_request_id.yml
153
+ - spec/config/http_api_clients_with_self_signed_cert.yml
154
+ - spec/config/http_api_clients_with_ssl.yml
155
+ - spec/http_api_client_spec.rb
156
+ - spec/http_client/client_spec.rb
157
+ - spec/http_client/config_spec.rb
158
+ - spec/http_client/connection_factory_spec.rb
159
+ - spec/http_client/errors_spec.rb
160
+ - spec/http_client/timed_result_spec.rb
161
+ homepage: ''
162
+ licenses:
163
+ - MIT
164
+ metadata: {}
165
+ post_install_message:
166
+ rdoc_options: []
167
+ require_paths:
168
+ - lib
169
+ required_ruby_version: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ! '>='
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ required_rubygems_version: !ruby/object:Gem::Requirement
175
+ requirements:
176
+ - - ! '>='
177
+ - !ruby/object:Gem::Version
178
+ version: '0'
179
+ requirements: []
180
+ rubyforge_project:
181
+ rubygems_version: 2.2.2
182
+ signing_key:
183
+ specification_version: 4
184
+ summary: ''
185
+ test_files:
186
+ - spec/config/http_api_clients.yml
187
+ - spec/config/http_api_clients_with_basic_auth.yml
188
+ - spec/config/http_api_clients_with_request_id.yml
189
+ - spec/config/http_api_clients_with_self_signed_cert.yml
190
+ - spec/config/http_api_clients_with_ssl.yml
191
+ - spec/http_api_client_spec.rb
192
+ - spec/http_client/client_spec.rb
193
+ - spec/http_client/config_spec.rb
194
+ - spec/http_client/connection_factory_spec.rb
195
+ - spec/http_client/errors_spec.rb
196
+ - spec/http_client/timed_result_spec.rb