http_stub 0.13.2 → 0.13.3
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.
- checksums.yaml +5 -13
- data/lib/http_stub/version.rb +1 -1
- metadata +23 -37
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ZGQ1OGE1OWMxOGJjYTI3MTI0MWQ4M2E5ZmMxNDQzYTU1NjhkZWI4OQ==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 0f8bffa3ad378e22a2b5cbe7180a2091c67644f7
|
4
|
+
data.tar.gz: 45fdbad53717b4a75e47d29d977bb051ba19c897
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
ZGQ4YzcxNWQxYmY0N2JlNmUxNWI0ZjA3YjJjYjViYzU3OGVmYTBhMjVjODFj
|
11
|
-
OWE0YjA0ZmFjYTU1ZGU4MDI1YTcxYTQwYWU4ZGIyYWQ2NzI0YWI=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
YmQ2NGJiMmY1YmIxNDcyYTEyZGQ2OTY3MzA2YjBiZmEwYzJmMTc2ZTdmNmFl
|
14
|
-
MzY1YjUyZjY1MGM2YzgzYTk4ZWFiNTdiZWY3NWU1Zjg0YWQ0MzE2YzdmYWI4
|
15
|
-
MGM0YTc4NWQzMzM4OTU0Nzg2NGE1MTBlNmVmYjEwMTFkYzI1M2I=
|
6
|
+
metadata.gz: 8a37681aae356d5d28fef252f151a783621f415b9d0b628de7b6f0b51c917be03d4e49bc8fe3654971ea9eeda86e3516a844f342b804ee4e1e7980d6f6457a53
|
7
|
+
data.tar.gz: 15118e9730bebc161d3dce89386c2f574bb51f571381ca1f95a0c628cc600bf923c8bf1b3159af09f802ca663d82ddf8e6ea671a7c89f87387887d04a618e7ab
|
data/lib/http_stub/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: http_stub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Ueckerman
|
@@ -9,8 +9,22 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-01-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rake
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ~>
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '10.1'
|
21
|
+
type: :runtime
|
22
|
+
prerelease: false
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ~>
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: '10.1'
|
14
28
|
- !ruby/object:Gem::Dependency
|
15
29
|
name: sinatra
|
16
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,20 +81,6 @@ dependencies:
|
|
67
81
|
- - ~>
|
68
82
|
- !ruby/object:Gem::Version
|
69
83
|
version: '3.2'
|
70
|
-
- !ruby/object:Gem::Dependency
|
71
|
-
name: rake
|
72
|
-
requirement: !ruby/object:Gem::Requirement
|
73
|
-
requirements:
|
74
|
-
- - ~>
|
75
|
-
- !ruby/object:Gem::Version
|
76
|
-
version: '10.1'
|
77
|
-
type: :runtime
|
78
|
-
prerelease: false
|
79
|
-
version_requirements: !ruby/object:Gem::Requirement
|
80
|
-
requirements:
|
81
|
-
- - ~>
|
82
|
-
- !ruby/object:Gem::Version
|
83
|
-
version: '10.1'
|
84
84
|
- !ruby/object:Gem::Dependency
|
85
85
|
name: http_server_manager
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
@@ -115,14 +115,14 @@ dependencies:
|
|
115
115
|
requirements:
|
116
116
|
- - ~>
|
117
117
|
- !ruby/object:Gem::Version
|
118
|
-
version: '4.
|
118
|
+
version: '4.7'
|
119
119
|
type: :development
|
120
120
|
prerelease: false
|
121
121
|
version_requirements: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - ~>
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version: '4.
|
125
|
+
version: '4.7'
|
126
126
|
- !ruby/object:Gem::Dependency
|
127
127
|
name: rspec
|
128
128
|
requirement: !ruby/object:Gem::Requirement
|
@@ -151,20 +151,6 @@ dependencies:
|
|
151
151
|
- - ~>
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '0.8'
|
154
|
-
- !ruby/object:Gem::Dependency
|
155
|
-
name: rake
|
156
|
-
requirement: !ruby/object:Gem::Requirement
|
157
|
-
requirements:
|
158
|
-
- - ~>
|
159
|
-
- !ruby/object:Gem::Version
|
160
|
-
version: '10.1'
|
161
|
-
type: :development
|
162
|
-
prerelease: false
|
163
|
-
version_requirements: !ruby/object:Gem::Requirement
|
164
|
-
requirements:
|
165
|
-
- - ~>
|
166
|
-
- !ruby/object:Gem::Version
|
167
|
-
version: '10.1'
|
168
154
|
- !ruby/object:Gem::Dependency
|
169
155
|
name: rack-test
|
170
156
|
requirement: !ruby/object:Gem::Requirement
|
@@ -241,6 +227,8 @@ executables: []
|
|
241
227
|
extensions: []
|
242
228
|
extra_rdoc_files: []
|
243
229
|
files:
|
230
|
+
- ./lib/http_stub.rb
|
231
|
+
- ./lib/http_stub/configurer.rb
|
244
232
|
- ./lib/http_stub/configurer/command.rb
|
245
233
|
- ./lib/http_stub/configurer/command_processor.rb
|
246
234
|
- ./lib/http_stub/configurer/impatient_command_chain.rb
|
@@ -250,7 +238,6 @@ files:
|
|
250
238
|
- ./lib/http_stub/configurer/request/regexpable.rb
|
251
239
|
- ./lib/http_stub/configurer/request/stub.rb
|
252
240
|
- ./lib/http_stub/configurer/request/stub_activator.rb
|
253
|
-
- ./lib/http_stub/configurer.rb
|
254
241
|
- ./lib/http_stub/controllers/stub_activator_controller.rb
|
255
242
|
- ./lib/http_stub/controllers/stub_controller.rb
|
256
243
|
- ./lib/http_stub/hash_extensions.rb
|
@@ -280,7 +267,6 @@ files:
|
|
280
267
|
- ./lib/http_stub/views/layout.haml
|
281
268
|
- ./lib/http_stub/views/stub_activators.haml
|
282
269
|
- ./lib/http_stub/views/stubs.haml
|
283
|
-
- ./lib/http_stub.rb
|
284
270
|
- ./spec/curl_samples.txt
|
285
271
|
- ./spec/lib/http_stub/configurer/command_processor_integration_spec.rb
|
286
272
|
- ./spec/lib/http_stub/configurer/command_spec.rb
|
@@ -330,17 +316,17 @@ require_paths:
|
|
330
316
|
- lib
|
331
317
|
required_ruby_version: !ruby/object:Gem::Requirement
|
332
318
|
requirements:
|
333
|
-
- -
|
319
|
+
- - '>='
|
334
320
|
- !ruby/object:Gem::Version
|
335
321
|
version: 1.9.3
|
336
322
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
337
323
|
requirements:
|
338
|
-
- -
|
324
|
+
- - '>='
|
339
325
|
- !ruby/object:Gem::Version
|
340
326
|
version: '0'
|
341
327
|
requirements: []
|
342
328
|
rubyforge_project: http_stub
|
343
|
-
rubygems_version: 2.1
|
329
|
+
rubygems_version: 2.2.1
|
344
330
|
signing_key:
|
345
331
|
specification_version: 4
|
346
332
|
summary: A HTTP Server replaying configured stub responses.
|