webvalve 2.0.2 → 2.0.4
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 +4 -4
- data/CHANGELOG.md +77 -19
- data/lib/webvalve/fake_service.rb +1 -0
- data/lib/webvalve/instrumentation/log_subscriber.rb +1 -1
- data/lib/webvalve/version.rb +1 -1
- data/spec/dummy/config/application.rb +1 -4
- data/spec/examples.txt +100 -0
- data/spec/spec_helper.rb +9 -2
- metadata +7 -21
- data/spec/support/rails_root.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c281053d475c1936067a426e2df8575386bf92da5d112f01e6898bfc00eb5432
|
4
|
+
data.tar.gz: f4df1fcaeacadbbfdef24ee30f096fc741daafb0b0b16b976531a80d75ae0700
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4edd7de60c8de3cf88b478145ee2c1d760f9318ba7088bebac2f834206e717eb1a87ea6c7f06c000a7244ebc9dc5eb5cb803caec6c4640755fdb6ea331a4b672
|
7
|
+
data.tar.gz: 0a6105643c3f2346cdd7653eacd7893587c13ee7e450f8859d8a6dab69a81e7ee929fc3c845262512c5822374784d47ef6142735089445b6004f14b7a99dadff
|
data/CHANGELOG.md
CHANGED
@@ -1,111 +1,169 @@
|
|
1
1
|
# Changelog
|
2
|
+
|
2
3
|
All notable changes to this project will be documented in this file.
|
3
4
|
|
4
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5
6
|
and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6
7
|
|
7
8
|
## [Unreleased]
|
9
|
+
|
8
10
|
### Changed
|
11
|
+
|
9
12
|
### Added
|
13
|
+
|
10
14
|
### Removed
|
11
15
|
|
16
|
+
## 2.0.4 - 2025-03-05
|
17
|
+
|
18
|
+
### Changed
|
19
|
+
|
20
|
+
- fix broken LogSubscriber bolding (<https//github.com/Betterment/webvalve/pull/85>) (thanks @aburgel)
|
21
|
+
|
22
|
+
## [2.0.3] - 2024-11-26
|
23
|
+
|
24
|
+
### Changed
|
25
|
+
|
26
|
+
- fix support for sinatra 4.1 (<https://github.com/Betterment/webvalve/pull/82>) (thanks @aburgel)
|
27
|
+
|
12
28
|
## [2.0.2] - 2024-06-10
|
29
|
+
|
13
30
|
### Changed
|
31
|
+
|
14
32
|
- Fix file permissions in bundled gem
|
15
33
|
|
16
34
|
## [2.0.1] - 2024-05-21
|
35
|
+
|
17
36
|
### Changed
|
37
|
+
|
18
38
|
- Remove constraint on sinatra < 3 to allow for newer rack and sinatra
|
19
|
-
usages (https://github.com/Betterment/webvalve/pull/65) (thanks @co-vladimir-ya)
|
39
|
+
usages (<https://github.com/Betterment/webvalve/pull/65>) (thanks @co-vladimir-ya)
|
20
40
|
|
21
41
|
## [2.0.0] - 2023-07-20
|
42
|
+
|
22
43
|
### Added
|
44
|
+
|
23
45
|
- Dynamic URL support via wildcards, Regexps, and Addressable::Templates
|
24
46
|
|
25
47
|
## [1.3.1] - 2023-07-20
|
48
|
+
|
26
49
|
### Changed
|
50
|
+
|
27
51
|
- Replace usage of deprecated `File.exists?` in generator
|
28
|
-
(https://github.com/Betterment/webvalve/pull/57) (thanks @tmnsun)
|
52
|
+
(<https://github.com/Betterment/webvalve/pull/57>) (thanks @tmnsun)
|
29
53
|
|
30
54
|
## [1.3.0] - 2023-07-18
|
55
|
+
|
31
56
|
### Added
|
57
|
+
|
32
58
|
- Official support for Ruby 3.1 and 3.2
|
59
|
+
|
33
60
|
### Removed
|
61
|
+
|
34
62
|
- Drops support for Rails < 6.1
|
35
63
|
- Drops support for Ruby < 3.0
|
36
64
|
|
37
65
|
## [1.2.0] - 2021-12-16
|
66
|
+
|
38
67
|
### Added
|
68
|
+
|
39
69
|
- Official support for Ruby 2.7 and 3.0
|
40
70
|
- Official support for Rails 6.1 and 7.0
|
71
|
+
|
41
72
|
### Removed
|
73
|
+
|
42
74
|
- Drops support for Rails < 5.2
|
43
75
|
- Drops support for Ruby < 2.6
|
44
76
|
|
45
77
|
## [1.1.0] - 2020-04-27
|
78
|
+
|
46
79
|
### Changed
|
80
|
+
|
47
81
|
- Allow the same URL for services as long as basic auth is different
|
48
|
-
|
82
|
+
(<https://github.com/Betterment/webvalve/pull/46>)
|
49
83
|
- Introduce `reset!` and `clear!` to replace `reset`
|
50
|
-
|
84
|
+
<https://github.com/Betterment/webvalve/pull/45>)
|
51
85
|
|
52
86
|
## [1.0.2] - 2020-04-27
|
87
|
+
|
53
88
|
### Changed
|
89
|
+
|
54
90
|
- Fix an issue with setup / reset
|
55
|
-
|
91
|
+
(<https://github.com/Betterment/webvalve/pull/44>)
|
56
92
|
|
57
93
|
## [1.0.1] - 2020-04-24
|
94
|
+
|
58
95
|
### Changed
|
96
|
+
|
59
97
|
- Fix an issue in rspec setup / usage of `WebValve.reset`
|
60
|
-
|
98
|
+
(<https://github.com/Betterment/webvalve/pull/43>)
|
61
99
|
|
62
100
|
## [1.0.0] - 2020-04-22
|
101
|
+
|
63
102
|
### Changed
|
103
|
+
|
64
104
|
- Support API_URLs that include path
|
65
|
-
|
105
|
+
(<https://github.com/Betterment/webvalve/pull/41>)
|
66
106
|
|
67
107
|
## [0.12.0] - 2020-02-22
|
108
|
+
|
68
109
|
### Changed
|
110
|
+
|
69
111
|
- raise an error on setup when multiple services are registered to the
|
70
|
-
|
112
|
+
same url. (<https://github.com/Betterment/webvalve/pull/40>)
|
71
113
|
|
72
114
|
## [0.11.0] - 2019-11-04
|
115
|
+
|
73
116
|
### Changed
|
117
|
+
|
74
118
|
- rework configuration so that WebValve has 3 operating modes: off,
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
119
|
+
on+allowing, and on+intercepting. support toggling the latter two
|
120
|
+
modes with
|
121
|
+
`WEBVALVED_ENABLED=1`+`WEBVALVE_SERVICE_ENABLED_DEFAULT=1` and
|
122
|
+
`WEBVALVED_ENABLED=1`+`WEBVALVE_SERVICE_ENABLED_DEFAULT=0`.
|
123
|
+
(<https://github.com/Betterment/webvalve/pull/34>)
|
80
124
|
|
81
125
|
## [0.10.0] - 2019-09-23
|
126
|
+
|
82
127
|
### Changed
|
83
|
-
|
128
|
+
|
129
|
+
- `Webvalve.register` no longer accepts classes; you must provide class names as strings. Fixes a Rails 6 deprecation warning. (<https://github.com/Betterment/webvalve/pull/35>)
|
84
130
|
|
85
131
|
## [0.9.10] - 2019-09-09
|
132
|
+
|
86
133
|
### Changed
|
87
|
-
|
134
|
+
|
135
|
+
- rename `whitelist_url` to `allow_url` (<https://github.com/Betterment/webvalve/pull/33>)
|
88
136
|
|
89
137
|
## [0.9.9] - 2019-05-24
|
138
|
+
|
90
139
|
### Changed
|
91
|
-
|
140
|
+
|
141
|
+
- fix integration with `webdrivers` gem so Rails 6 should work out of the box (<https://github.com/Betterment/webvalve/pull/32>)
|
92
142
|
|
93
143
|
## [0.9.8] - 2019-01-22
|
144
|
+
|
94
145
|
### Changed
|
95
|
-
|
146
|
+
|
147
|
+
- fix load order of webvalve initializer from @jmileham (<https://github.com/Betterment/webvalve/pull/26>)
|
96
148
|
- drop support for rails 4.2 and jruby
|
97
149
|
|
98
150
|
## [0.9.7] - 2018-09-30
|
151
|
+
|
99
152
|
### Changed
|
100
|
-
|
153
|
+
|
154
|
+
- Improved WEBVALVED_ENABLED behavior from @haffla (<https://github.com/Betterment/webvalve/pull/24>)
|
101
155
|
|
102
156
|
## [0.9.6] - 2018-06-27
|
157
|
+
|
103
158
|
### Changed
|
159
|
+
|
104
160
|
- fix changelog links
|
105
161
|
|
106
162
|
## [0.9.5] - 2018-06-27
|
163
|
+
|
107
164
|
### Changed
|
108
|
-
|
165
|
+
|
166
|
+
- WebMock 3+ support from @messanjah (<https://github.com/Betterment/webvalve/pull/22>)
|
109
167
|
|
110
168
|
[Unreleased]: https://github.com/Betterment/webvalve/compare/v1.2.0...HEAD
|
111
169
|
[1.2.0]: https://github.com/Betterment/webvalve/compare/v1.1.0...v1.2.0
|
@@ -11,7 +11,7 @@ module WebValve
|
|
11
11
|
host = event.payload[:host]
|
12
12
|
name = '%s %s (%.1fms)' % ["WebValve", "Request Captured", event.duration]
|
13
13
|
details = "#{host} #{method} #{url} [#{status}]"
|
14
|
-
debug " #{color(name, YELLOW, true)} #{color(details,
|
14
|
+
debug " #{color(name, YELLOW, bold: true)} #{color(details, BLACK, bold: true)}"
|
15
15
|
end
|
16
16
|
end
|
17
17
|
end
|
data/lib/webvalve/version.rb
CHANGED
@@ -1,8 +1,5 @@
|
|
1
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../Gemfile', __dir__)
|
2
|
-
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
3
|
-
$LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)
|
4
|
-
|
5
1
|
module Dummy
|
6
2
|
class Application < Rails::Application
|
3
|
+
config.root = File.expand_path('..', __dir__)
|
7
4
|
end
|
8
5
|
end
|
data/spec/examples.txt
ADDED
@@ -0,0 +1,100 @@
|
|
1
|
+
example_id | status | run_time |
|
2
|
+
------------------------------------------------------- | ------ | --------------- |
|
3
|
+
./spec/webvalve/fake_service_config_spec.rb[1:1:1] | passed | 0.00004 seconds |
|
4
|
+
./spec/webvalve/fake_service_config_spec.rb[1:1:2] | passed | 0.00007 seconds |
|
5
|
+
./spec/webvalve/fake_service_config_spec.rb[1:2:1] | passed | 0.00005 seconds |
|
6
|
+
./spec/webvalve/fake_service_config_spec.rb[1:2:2] | passed | 0.00008 seconds |
|
7
|
+
./spec/webvalve/fake_service_config_spec.rb[1:3:1] | passed | 0.00006 seconds |
|
8
|
+
./spec/webvalve/fake_service_config_spec.rb[1:3:2] | passed | 0.00009 seconds |
|
9
|
+
./spec/webvalve/fake_service_config_spec.rb[1:3:3] | passed | 0.00005 seconds |
|
10
|
+
./spec/webvalve/fake_service_config_spec.rb[1:4:1] | passed | 0.00005 seconds |
|
11
|
+
./spec/webvalve/fake_service_config_spec.rb[1:4:2] | passed | 0.00005 seconds |
|
12
|
+
./spec/webvalve/fake_service_config_spec.rb[1:4:3] | passed | 0.00006 seconds |
|
13
|
+
./spec/webvalve/fake_service_spec.rb[1:1] | passed | 0.00099 seconds |
|
14
|
+
./spec/webvalve/fake_service_spec.rb[1:2:1:1] | passed | 0.00076 seconds |
|
15
|
+
./spec/webvalve/fake_service_spec.rb[1:2:1:2] | passed | 0.00081 seconds |
|
16
|
+
./spec/webvalve/fake_service_spec.rb[1:2:2:1] | passed | 0.02469 seconds |
|
17
|
+
./spec/webvalve/fake_service_spec.rb[1:2:2:2] | passed | 0.00588 seconds |
|
18
|
+
./spec/webvalve/manager_spec.rb[1:1] | passed | 0.00002 seconds |
|
19
|
+
./spec/webvalve/manager_spec.rb[1:2:1] | passed | 0.00069 seconds |
|
20
|
+
./spec/webvalve/manager_spec.rb[1:3:1] | passed | 0.00016 seconds |
|
21
|
+
./spec/webvalve/manager_spec.rb[1:4:1] | passed | 0.00009 seconds |
|
22
|
+
./spec/webvalve/manager_spec.rb[1:5:1:1] | passed | 0.00014 seconds |
|
23
|
+
./spec/webvalve/manager_spec.rb[1:5:2:1] | passed | 0.0001 seconds |
|
24
|
+
./spec/webvalve/manager_spec.rb[1:5:2:2] | passed | 0.00018 seconds |
|
25
|
+
./spec/webvalve/manager_spec.rb[1:5:2:3] | passed | 0.00018 seconds |
|
26
|
+
./spec/webvalve/manager_spec.rb[1:5:2:4] | passed | 0.00022 seconds |
|
27
|
+
./spec/webvalve/manager_spec.rb[1:5:2:5] | passed | 0.00027 seconds |
|
28
|
+
./spec/webvalve/manager_spec.rb[1:5:2:6] | passed | 0.00017 seconds |
|
29
|
+
./spec/webvalve/manager_spec.rb[1:5:2:7] | passed | 0.00014 seconds |
|
30
|
+
./spec/webvalve/manager_spec.rb[1:5:2:8] | passed | 0.00031 seconds |
|
31
|
+
./spec/webvalve/manager_spec.rb[1:5:3:1:1] | passed | 0.00012 seconds |
|
32
|
+
./spec/webvalve/manager_spec.rb[1:5:3:2:1] | passed | 0.00021 seconds |
|
33
|
+
./spec/webvalve/manager_spec.rb[1:5:3:2:2] | passed | 0.00038 seconds |
|
34
|
+
./spec/webvalve/manager_spec.rb[1:5:3:2:3] | passed | 0.001 seconds |
|
35
|
+
./spec/webvalve/manager_spec.rb[1:5:4:1] | passed | 0.00018 seconds |
|
36
|
+
./spec/webvalve/manager_spec.rb[1:5:4:2] | passed | 0.00037 seconds |
|
37
|
+
./spec/webvalve/manager_spec.rb[1:6:1:1] | passed | 0.00004 seconds |
|
38
|
+
./spec/webvalve/manager_spec.rb[1:6:1:2] | passed | 0.00013 seconds |
|
39
|
+
./spec/webvalve/manager_spec.rb[1:6:2:1] | passed | 0.00003 seconds |
|
40
|
+
./spec/webvalve/manager_spec.rb[1:6:2:2] | passed | 0.00012 seconds |
|
41
|
+
./spec/webvalve/manager_spec.rb[1:6:2:3] | passed | 0.00005 seconds |
|
42
|
+
./spec/webvalve/manager_spec.rb[1:6:3:1] | passed | 0.00004 seconds |
|
43
|
+
./spec/webvalve/manager_spec.rb[1:6:3:2] | passed | 0.00005 seconds |
|
44
|
+
./spec/webvalve/manager_spec.rb[1:6:3:3] | passed | 0.00004 seconds |
|
45
|
+
./spec/webvalve/manager_spec.rb[1:6:3:4] | passed | 0.00004 seconds |
|
46
|
+
./spec/webvalve/manager_spec.rb[1:6:3:5] | passed | 0.00004 seconds |
|
47
|
+
./spec/webvalve/manager_spec.rb[1:7:1:1] | passed | 0.00003 seconds |
|
48
|
+
./spec/webvalve/manager_spec.rb[1:7:1:2] | passed | 0.00013 seconds |
|
49
|
+
./spec/webvalve/manager_spec.rb[1:7:2:1] | passed | 0.00004 seconds |
|
50
|
+
./spec/webvalve/manager_spec.rb[1:7:2:2] | passed | 0.00382 seconds |
|
51
|
+
./spec/webvalve/manager_spec.rb[1:7:2:3] | passed | 0.00004 seconds |
|
52
|
+
./spec/webvalve/manager_spec.rb[1:7:3:1] | passed | 0.00003 seconds |
|
53
|
+
./spec/webvalve/manager_spec.rb[1:7:3:2] | passed | 0.00007 seconds |
|
54
|
+
./spec/webvalve/manager_spec.rb[1:7:3:3] | passed | 0.00005 seconds |
|
55
|
+
./spec/webvalve/manager_spec.rb[1:7:3:4] | passed | 0.00005 seconds |
|
56
|
+
./spec/webvalve/manager_spec.rb[1:7:3:5] | passed | 0.00009 seconds |
|
57
|
+
./spec/webvalve/manager_spec.rb[1:8:1:1] | passed | 0.00004 seconds |
|
58
|
+
./spec/webvalve/manager_spec.rb[1:8:1:2] | passed | 0.00012 seconds |
|
59
|
+
./spec/webvalve/manager_spec.rb[1:8:2:1] | passed | 0.00004 seconds |
|
60
|
+
./spec/webvalve/manager_spec.rb[1:8:2:2] | passed | 0.00012 seconds |
|
61
|
+
./spec/webvalve/manager_spec.rb[1:8:3:1] | passed | 0.00004 seconds |
|
62
|
+
./spec/webvalve/manager_spec.rb[1:8:3:2] | passed | 0.00006 seconds |
|
63
|
+
./spec/webvalve/manager_spec.rb[1:8:3:3] | passed | 0.00004 seconds |
|
64
|
+
./spec/webvalve/manager_spec.rb[1:8:3:4] | passed | 0.00004 seconds |
|
65
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:1] | passed | 0.00041 seconds |
|
66
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:2:1] | passed | 0.00038 seconds |
|
67
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:3:1] | passed | 0.00004 seconds |
|
68
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:3:2] | passed | 0.00004 seconds |
|
69
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:3:3] | passed | 0.00003 seconds |
|
70
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:4:1] | passed | 0.00004 seconds |
|
71
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:5:1] | passed | 0.00004 seconds |
|
72
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:5:2] | passed | 0.00011 seconds |
|
73
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:6:1] | passed | 0.00003 seconds |
|
74
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:6:2] | passed | 0.00004 seconds |
|
75
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:6:3] | passed | 0.00004 seconds |
|
76
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:6:4] | passed | 0.00005 seconds |
|
77
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:7:1] | passed | 0.00004 seconds |
|
78
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:7:2] | passed | 0.00005 seconds |
|
79
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:7:3] | passed | 0.00004 seconds |
|
80
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:8:1] | passed | 0.00005 seconds |
|
81
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:8:2] | passed | 0.00004 seconds |
|
82
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:9:1] | passed | 0.00004 seconds |
|
83
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:10:1] | passed | 0.00004 seconds |
|
84
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:10:2] | passed | 0.00004 seconds |
|
85
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:11:1] | passed | 0.00005 seconds |
|
86
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:11:2] | passed | 0.00004 seconds |
|
87
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:11:3] | passed | 0.00004 seconds |
|
88
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:12:1] | passed | 0.00005 seconds |
|
89
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:12:2] | passed | 0.00005 seconds |
|
90
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:13:1] | passed | 0.00006 seconds |
|
91
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:13:2] | passed | 0.00004 seconds |
|
92
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:13:3] | passed | 0.00004 seconds |
|
93
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:14:1] | passed | 0.00007 seconds |
|
94
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:14:2] | passed | 0.00048 seconds |
|
95
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:15:1] | passed | 0.00004 seconds |
|
96
|
+
./spec/webvalve/service_url_converter_spec.rb[1:1:15:2] | passed | 0.00004 seconds |
|
97
|
+
./spec/webvalve_spec.rb[1:1] | passed | 0.00004 seconds |
|
98
|
+
./spec/webvalve_spec.rb[1:2] | passed | 0.00002 seconds |
|
99
|
+
./spec/webvalve_spec.rb[1:3] | passed | 0.00003 seconds |
|
100
|
+
./spec/webvalve_spec.rb[1:4] | passed | 0.00051 seconds |
|
data/spec/spec_helper.rb
CHANGED
@@ -1,7 +1,14 @@
|
|
1
|
-
ENV['RAILS_ENV'] ||= 'test'
|
2
1
|
require 'bundler'
|
3
2
|
Bundler.require :default, :development
|
4
|
-
|
3
|
+
|
4
|
+
if defined?(Rails)
|
5
|
+
ENV['RAILS_ENV'] ||= 'test'
|
6
|
+
require_relative 'dummy/config/application'
|
7
|
+
puts "Testing against Rails #{Rails.gem_version}"
|
8
|
+
else
|
9
|
+
puts 'Testing without Rails'
|
10
|
+
end
|
11
|
+
|
5
12
|
require 'rspec'
|
6
13
|
require 'pry'
|
7
14
|
require 'webvalve'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webvalve
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Moore
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 2.
|
75
|
+
version: 2.5.0
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 2.
|
82
|
+
version: 2.5.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rspec
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,20 +122,6 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
-
- !ruby/object:Gem::Dependency
|
126
|
-
name: rails
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - ">="
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: '0'
|
132
|
-
type: :development
|
133
|
-
prerelease: false
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
135
|
-
requirements:
|
136
|
-
- - ">="
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
version: '0'
|
139
125
|
description: Betterment's library for developing and testing service-oriented apps
|
140
126
|
in isolation with WebMock and Sinatra-based fakes.
|
141
127
|
email:
|
@@ -164,9 +150,9 @@ files:
|
|
164
150
|
- lib/webvalve/service_url_converter.rb
|
165
151
|
- lib/webvalve/version.rb
|
166
152
|
- spec/dummy/config/application.rb
|
153
|
+
- spec/examples.txt
|
167
154
|
- spec/spec_helper.rb
|
168
155
|
- spec/support/helpers.rb
|
169
|
-
- spec/support/rails_root.rb
|
170
156
|
- spec/webvalve/fake_service_config_spec.rb
|
171
157
|
- spec/webvalve/fake_service_spec.rb
|
172
158
|
- spec/webvalve/manager_spec.rb
|
@@ -206,15 +192,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
206
192
|
- !ruby/object:Gem::Version
|
207
193
|
version: '0'
|
208
194
|
requirements: []
|
209
|
-
rubygems_version: 3.5.
|
195
|
+
rubygems_version: 3.5.20
|
210
196
|
signing_key:
|
211
197
|
specification_version: 4
|
212
198
|
summary: A library for faking http service integrations in development and test
|
213
199
|
test_files:
|
214
200
|
- spec/dummy/config/application.rb
|
201
|
+
- spec/examples.txt
|
215
202
|
- spec/spec_helper.rb
|
216
203
|
- spec/support/helpers.rb
|
217
|
-
- spec/support/rails_root.rb
|
218
204
|
- spec/webvalve/fake_service_config_spec.rb
|
219
205
|
- spec/webvalve/fake_service_spec.rb
|
220
206
|
- spec/webvalve/manager_spec.rb
|