my_api_client 1.2.0 → 1.3.1
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/.circleci/config.yml +3 -2
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +30 -0
- data/Gemfile.lock +72 -59
- data/lib/my_api_client/base.rb +1 -1
- data/lib/my_api_client/error_handling.rb +1 -1
- data/lib/my_api_client/rspec/stub.rb +2 -1
- data/lib/my_api_client/version.rb +1 -1
- data/my_api/Gemfile +1 -1
- data/my_api/Gemfile.lock +73 -65
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7d3471ad8b1b1fe955f65dee427f4456055a1608abbd1a6a66159a9971db727
|
4
|
+
data.tar.gz: 9f3d5aa9a5f84b7b3185b3948e2608f104775fd1a9833e534fea1970dcc99d25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b7240277aab4f9299fa362a5a7d60a33c8d0dc7a26f674164fea7ebd914655f18ad553a16d0a1516da9d02261d58248ec71c4596ce37ada569cd60ef7272ea5
|
7
|
+
data.tar.gz: d0460fffc5ca8d8c30db1b57be78c8e6ad28d4278d4c6cf5e79ef30f3681e9b63fbd2953abebdb80c100adacfcf0bc156643ef4bc03ca5d73f33203fc37a2d66
|
data/.circleci/config.yml
CHANGED
@@ -293,8 +293,9 @@ workflows:
|
|
293
293
|
parameters:
|
294
294
|
ruby_version: *ruby_version_enum
|
295
295
|
rails_version: *rails_version_enum
|
296
|
-
-
|
297
|
-
|
296
|
+
# TODO: Update the version of Ruby on Jets or re-create the test API server with Ruby on Rails 8.0
|
297
|
+
# - test_api:
|
298
|
+
# ruby_version: "3.2" # Ruby on Jets requires Ruby 2.5, 2.7 or 3.2
|
298
299
|
- rubocop
|
299
300
|
- yardoc
|
300
301
|
- upload-coverage:
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,35 @@
|
|
1
1
|
# Change log
|
2
2
|
|
3
|
+
## v1.3.1 (Jun 10, 2025)
|
4
|
+
|
5
|
+
### Misc
|
6
|
+
|
7
|
+
- [#1096](https://github.com/ryz310/my_api_client/pull/1096) Stubs `instance_reader` and `instance_writer` on the `class_attribute` ([@ryz310](https://github.com/ryz310))
|
8
|
+
|
9
|
+
## v1.3.0 (Jun 10, 2025)
|
10
|
+
|
11
|
+
### Feature
|
12
|
+
|
13
|
+
- [#1093](https://github.com/ryz310/my_api_client/pull/1093) Allow to use instance writer in the logger ([@ryz310](https://github.com/ryz310))
|
14
|
+
|
15
|
+
### Dependabot
|
16
|
+
|
17
|
+
- [#1063](https://github.com/ryz310/my_api_client/pull/1063) Bump rexml from 3.3.8 to 3.3.9 ([@ryz310](https://github.com/ryz310))
|
18
|
+
- [#1081](https://github.com/ryz310/my_api_client/pull/1081) Bump webmock from 3.24.0 to 3.25.0 ([@ryz310](https://github.com/ryz310))
|
19
|
+
- [#1074](https://github.com/ryz310/my_api_client/pull/1074) Bump faraday from 2.12.0 to 2.12.2 ([@ryz310](https://github.com/ryz310))
|
20
|
+
- [#1078](https://github.com/ryz310/my_api_client/pull/1078) Bump rubocop-performance from 1.22.1 to 1.23.1 ([@ryz310](https://github.com/ryz310))
|
21
|
+
- [#1076](https://github.com/ryz310/my_api_client/pull/1076) Bump activesupport from 7.2.2 to 7.2.2.1 ([@ryz310](https://github.com/ryz310))
|
22
|
+
- [#1092](https://github.com/ryz310/my_api_client/pull/1092) Bump pry-byebug from 3.10.1 to 3.11.0 ([@ryz310](https://github.com/ryz310))
|
23
|
+
- [#1088](https://github.com/ryz310/my_api_client/pull/1088) Bump rake from 13.2.1 to 13.3.0 ([@ryz310](https://github.com/ryz310))
|
24
|
+
- [#1090](https://github.com/ryz310/my_api_client/pull/1090) Bump rubocop-rake from 0.6.0 to 0.7.1 ([@ryz310](https://github.com/ryz310))
|
25
|
+
- [#1091](https://github.com/ryz310/my_api_client/pull/1091) Bump rubocop-rspec_rails from 2.30.0 to 2.31.0 ([@ryz310](https://github.com/ryz310))
|
26
|
+
- [#1089](https://github.com/ryz310/my_api_client/pull/1089) Bump rspec from 3.13.0 to 3.13.1 ([@ryz310](https://github.com/ryz310))
|
27
|
+
|
28
|
+
### Misc
|
29
|
+
|
30
|
+
- [#1083](https://github.com/ryz310/my_api_client/pull/1083) Update bundler to v2.6.9 ([@ryz310](https://github.com/ryz310))
|
31
|
+
- [#1084](https://github.com/ryz310/my_api_client/pull/1084) Stop CI for the testing API test ([@ryz310](https://github.com/ryz310))
|
32
|
+
|
3
33
|
## v1.2.0 (Sep 06, 2024)
|
4
34
|
|
5
35
|
### Feature
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
my_api_client (1.
|
4
|
+
my_api_client (1.3.1)
|
5
5
|
activesupport (>= 6.1.0)
|
6
6
|
faraday (>= 0.17.1)
|
7
7
|
jsonpath
|
@@ -10,8 +10,9 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (7.2.1)
|
13
|
+
activesupport (7.2.2.1)
|
14
14
|
base64
|
15
|
+
benchmark (>= 0.3)
|
15
16
|
bigdecimal
|
16
17
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
17
18
|
connection_pool (>= 2.2.5)
|
@@ -23,108 +24,120 @@ GEM
|
|
23
24
|
tzinfo (~> 2.0, >= 2.0.5)
|
24
25
|
addressable (2.8.7)
|
25
26
|
public_suffix (>= 2.0.2, < 7.0)
|
26
|
-
ast (2.4.
|
27
|
-
base64 (0.
|
28
|
-
|
27
|
+
ast (2.4.3)
|
28
|
+
base64 (0.3.0)
|
29
|
+
benchmark (0.4.1)
|
30
|
+
bigdecimal (3.2.2)
|
29
31
|
bugsnag (6.27.1)
|
30
32
|
concurrent-ruby (~> 1.0)
|
31
|
-
byebug (
|
33
|
+
byebug (12.0.0)
|
32
34
|
coderay (1.1.3)
|
33
|
-
concurrent-ruby (1.3.
|
34
|
-
connection_pool (2.
|
35
|
+
concurrent-ruby (1.3.5)
|
36
|
+
connection_pool (2.5.3)
|
35
37
|
crack (1.0.0)
|
36
38
|
bigdecimal
|
37
39
|
rexml
|
38
|
-
diff-lcs (1.
|
40
|
+
diff-lcs (1.6.2)
|
39
41
|
docile (1.4.1)
|
40
|
-
drb (2.2.
|
41
|
-
faraday (2.
|
42
|
-
faraday-net_http (>= 2.0, < 3.
|
42
|
+
drb (2.2.3)
|
43
|
+
faraday (2.13.1)
|
44
|
+
faraday-net_http (>= 2.0, < 3.5)
|
45
|
+
json
|
43
46
|
logger
|
44
|
-
faraday-net_http (3.
|
45
|
-
net-http
|
46
|
-
hashdiff (1.
|
47
|
-
i18n (1.14.
|
47
|
+
faraday-net_http (3.4.0)
|
48
|
+
net-http (>= 0.5.0)
|
49
|
+
hashdiff (1.2.0)
|
50
|
+
i18n (1.14.7)
|
48
51
|
concurrent-ruby (~> 1.0)
|
49
|
-
json (2.
|
52
|
+
json (2.12.2)
|
50
53
|
jsonpath (1.1.5)
|
51
54
|
multi_json
|
52
|
-
language_server-protocol (3.17.0.
|
53
|
-
|
55
|
+
language_server-protocol (3.17.0.5)
|
56
|
+
lint_roller (1.1.0)
|
57
|
+
logger (1.7.0)
|
54
58
|
method_source (1.1.0)
|
55
|
-
minitest (5.25.
|
59
|
+
minitest (5.25.5)
|
56
60
|
multi_json (1.15.0)
|
57
|
-
net-http (0.
|
61
|
+
net-http (0.6.0)
|
58
62
|
uri
|
59
|
-
parallel (1.
|
60
|
-
parser (3.3.
|
63
|
+
parallel (1.27.0)
|
64
|
+
parser (3.3.8.0)
|
61
65
|
ast (~> 2.4.1)
|
62
66
|
racc
|
63
|
-
|
67
|
+
prism (1.4.0)
|
68
|
+
pry (0.15.2)
|
64
69
|
coderay (~> 1.1)
|
65
70
|
method_source (~> 1.0)
|
66
|
-
pry-byebug (3.
|
67
|
-
byebug (~>
|
68
|
-
pry (>= 0.13, < 0.
|
69
|
-
public_suffix (6.0.
|
71
|
+
pry-byebug (3.11.0)
|
72
|
+
byebug (~> 12.0)
|
73
|
+
pry (>= 0.13, < 0.16)
|
74
|
+
public_suffix (6.0.2)
|
70
75
|
racc (1.8.1)
|
71
76
|
rainbow (3.1.1)
|
72
|
-
rake (13.
|
73
|
-
regexp_parser (2.
|
74
|
-
rexml (3.
|
75
|
-
rspec (3.13.
|
77
|
+
rake (13.3.0)
|
78
|
+
regexp_parser (2.10.0)
|
79
|
+
rexml (3.4.1)
|
80
|
+
rspec (3.13.1)
|
76
81
|
rspec-core (~> 3.13.0)
|
77
82
|
rspec-expectations (~> 3.13.0)
|
78
83
|
rspec-mocks (~> 3.13.0)
|
79
|
-
rspec-core (3.13.
|
84
|
+
rspec-core (3.13.4)
|
80
85
|
rspec-support (~> 3.13.0)
|
81
|
-
rspec-expectations (3.13.
|
86
|
+
rspec-expectations (3.13.5)
|
82
87
|
diff-lcs (>= 1.2.0, < 2.0)
|
83
88
|
rspec-support (~> 3.13.0)
|
84
|
-
rspec-mocks (3.13.
|
89
|
+
rspec-mocks (3.13.5)
|
85
90
|
diff-lcs (>= 1.2.0, < 2.0)
|
86
91
|
rspec-support (~> 3.13.0)
|
87
|
-
rspec-support (3.13.
|
92
|
+
rspec-support (3.13.4)
|
88
93
|
rspec_junit_formatter (0.6.0)
|
89
94
|
rspec-core (>= 2, < 4, != 2.12.0)
|
90
|
-
rubocop (1.
|
95
|
+
rubocop (1.76.1)
|
91
96
|
json (~> 2.3)
|
92
|
-
language_server-protocol (
|
97
|
+
language_server-protocol (~> 3.17.0.2)
|
98
|
+
lint_roller (~> 1.1.0)
|
93
99
|
parallel (~> 1.10)
|
94
100
|
parser (>= 3.3.0.2)
|
95
101
|
rainbow (>= 2.2.2, < 4.0)
|
96
|
-
regexp_parser (>= 2.
|
97
|
-
rubocop-ast (>= 1.
|
102
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
103
|
+
rubocop-ast (>= 1.45.0, < 2.0)
|
98
104
|
ruby-progressbar (~> 1.7)
|
99
|
-
unicode-display_width (>= 2.4.0, <
|
100
|
-
rubocop-ast (1.
|
101
|
-
parser (>= 3.3.
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
rubocop (
|
107
|
-
rubocop-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
105
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
106
|
+
rubocop-ast (1.45.1)
|
107
|
+
parser (>= 3.3.7.2)
|
108
|
+
prism (~> 1.4)
|
109
|
+
rubocop-performance (1.25.0)
|
110
|
+
lint_roller (~> 1.1)
|
111
|
+
rubocop (>= 1.75.0, < 2.0)
|
112
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
113
|
+
rubocop-rake (0.7.1)
|
114
|
+
lint_roller (~> 1.1)
|
115
|
+
rubocop (>= 1.72.1)
|
116
|
+
rubocop-rspec (3.6.0)
|
117
|
+
lint_roller (~> 1.1)
|
118
|
+
rubocop (~> 1.72, >= 1.72.1)
|
119
|
+
rubocop-rspec_rails (2.31.0)
|
120
|
+
lint_roller (~> 1.1)
|
121
|
+
rubocop (~> 1.72, >= 1.72.1)
|
122
|
+
rubocop-rspec (~> 3.5)
|
112
123
|
ruby-progressbar (1.13.0)
|
113
124
|
sawyer (0.9.2)
|
114
125
|
addressable (>= 2.3.5)
|
115
126
|
faraday (>= 0.17.3, < 3)
|
116
|
-
securerandom (0.
|
127
|
+
securerandom (0.4.1)
|
117
128
|
simplecov (0.22.0)
|
118
129
|
docile (~> 1.1)
|
119
130
|
simplecov-html (~> 0.11)
|
120
131
|
simplecov_json_formatter (~> 0.1)
|
121
|
-
simplecov-html (0.
|
132
|
+
simplecov-html (0.13.1)
|
122
133
|
simplecov_json_formatter (0.1.4)
|
123
134
|
tzinfo (2.0.6)
|
124
135
|
concurrent-ruby (~> 1.0)
|
125
|
-
unicode-display_width (
|
126
|
-
|
127
|
-
|
136
|
+
unicode-display_width (3.1.4)
|
137
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
138
|
+
unicode-emoji (4.0.4)
|
139
|
+
uri (1.0.3)
|
140
|
+
webmock (3.25.1)
|
128
141
|
addressable (>= 2.8.0)
|
129
142
|
crack (>= 0.3.2)
|
130
143
|
hashdiff (>= 0.4.0, < 2.0.0)
|
@@ -151,4 +164,4 @@ DEPENDENCIES
|
|
151
164
|
yard
|
152
165
|
|
153
166
|
BUNDLED WITH
|
154
|
-
2.
|
167
|
+
2.6.9
|
data/lib/my_api_client/base.rb
CHANGED
@@ -8,7 +8,7 @@ module MyApiClient
|
|
8
8
|
include MyApiClient::Exceptions
|
9
9
|
include MyApiClient::Request
|
10
10
|
|
11
|
-
class_attribute :logger,
|
11
|
+
class_attribute :logger, default: ::Logger.new($stdout)
|
12
12
|
class_attribute :error_handlers, instance_writer: false, default: []
|
13
13
|
|
14
14
|
include MyApiClient::DefaultErrorHandlers
|
@@ -50,7 +50,7 @@ module MyApiClient
|
|
50
50
|
|
51
51
|
new_error_handlers = error_handlers.dup
|
52
52
|
new_error_handlers << lambda { |instance, response|
|
53
|
-
Generator.call(**options
|
53
|
+
Generator.call(**options, instance:, response:)
|
54
54
|
}
|
55
55
|
self.error_handlers = new_error_handlers
|
56
56
|
end
|
@@ -68,7 +68,8 @@ module MyApiClient
|
|
68
68
|
# @return [InstanceDouble]
|
69
69
|
# Returns a spy object of the stubbed ApiClient.
|
70
70
|
def stub_api_client(klass, **actions_and_options)
|
71
|
-
instance = instance_double(klass
|
71
|
+
instance = instance_double(klass, logger: klass.logger, 'logger=': nil,
|
72
|
+
error_handlers: klass.error_handlers)
|
72
73
|
actions_and_options.each { |action, options| stubbing(instance, action, options) }
|
73
74
|
instance
|
74
75
|
end
|
data/my_api/Gemfile
CHANGED
@@ -7,7 +7,7 @@ gem 'jets', '~> 4.0.10'
|
|
7
7
|
gem 'dynomite'
|
8
8
|
|
9
9
|
# See: https://github.com/boltops-tools/jets/issues/523
|
10
|
-
gem 'nokogiri', '~> 1.
|
10
|
+
gem 'nokogiri', '~> 1.17.2'
|
11
11
|
|
12
12
|
# development and test groups are not bundled as part of the deployment
|
13
13
|
group :development, :test do
|
data/my_api/Gemfile.lock
CHANGED
@@ -1,43 +1,43 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionmailer (6.1.7.
|
5
|
-
actionpack (= 6.1.7.
|
6
|
-
actionview (= 6.1.7.
|
7
|
-
activejob (= 6.1.7.
|
8
|
-
activesupport (= 6.1.7.
|
4
|
+
actionmailer (6.1.7.9)
|
5
|
+
actionpack (= 6.1.7.9)
|
6
|
+
actionview (= 6.1.7.9)
|
7
|
+
activejob (= 6.1.7.9)
|
8
|
+
activesupport (= 6.1.7.9)
|
9
9
|
mail (~> 2.5, >= 2.5.4)
|
10
10
|
rails-dom-testing (~> 2.0)
|
11
|
-
actionpack (6.1.7.
|
12
|
-
actionview (= 6.1.7.
|
13
|
-
activesupport (= 6.1.7.
|
11
|
+
actionpack (6.1.7.9)
|
12
|
+
actionview (= 6.1.7.9)
|
13
|
+
activesupport (= 6.1.7.9)
|
14
14
|
rack (~> 2.0, >= 2.0.9)
|
15
15
|
rack-test (>= 0.6.3)
|
16
16
|
rails-dom-testing (~> 2.0)
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (6.1.7.
|
19
|
-
activesupport (= 6.1.7.
|
18
|
+
actionview (6.1.7.9)
|
19
|
+
activesupport (= 6.1.7.9)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubi (~> 1.4)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
23
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activejob (6.1.7.
|
25
|
-
activesupport (= 6.1.7.
|
24
|
+
activejob (6.1.7.9)
|
25
|
+
activesupport (= 6.1.7.9)
|
26
26
|
globalid (>= 0.3.6)
|
27
|
-
activemodel (6.1.7.
|
28
|
-
activesupport (= 6.1.7.
|
29
|
-
activerecord (6.1.7.
|
30
|
-
activemodel (= 6.1.7.
|
31
|
-
activesupport (= 6.1.7.
|
32
|
-
activesupport (6.1.7.
|
27
|
+
activemodel (6.1.7.9)
|
28
|
+
activesupport (= 6.1.7.9)
|
29
|
+
activerecord (6.1.7.9)
|
30
|
+
activemodel (= 6.1.7.9)
|
31
|
+
activesupport (= 6.1.7.9)
|
32
|
+
activesupport (6.1.7.9)
|
33
33
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
34
34
|
i18n (>= 1.6, < 2)
|
35
35
|
minitest (>= 5.1)
|
36
36
|
tzinfo (~> 2.0)
|
37
37
|
zeitwerk (~> 2.3)
|
38
|
-
addressable (2.8.
|
39
|
-
public_suffix (>= 2.0.2, <
|
40
|
-
aws-eventstream (1.
|
38
|
+
addressable (2.8.7)
|
39
|
+
public_suffix (>= 2.0.2, < 7.0)
|
40
|
+
aws-eventstream (1.4.0)
|
41
41
|
aws-mfa-secure (0.4.4)
|
42
42
|
activesupport
|
43
43
|
aws-sdk-core
|
@@ -46,7 +46,7 @@ GEM
|
|
46
46
|
rainbow
|
47
47
|
thor
|
48
48
|
zeitwerk
|
49
|
-
aws-partitions (1.
|
49
|
+
aws-partitions (1.1113.0)
|
50
50
|
aws-sdk-apigateway (1.90.0)
|
51
51
|
aws-sdk-core (~> 3, >= 3.188.0)
|
52
52
|
aws-sigv4 (~> 1.1)
|
@@ -56,14 +56,16 @@ GEM
|
|
56
56
|
aws-sdk-cloudwatchlogs (1.75.0)
|
57
57
|
aws-sdk-core (~> 3, >= 3.188.0)
|
58
58
|
aws-sigv4 (~> 1.1)
|
59
|
-
aws-sdk-core (3.
|
59
|
+
aws-sdk-core (3.225.1)
|
60
60
|
aws-eventstream (~> 1, >= 1.3.0)
|
61
|
-
aws-partitions (~> 1, >= 1.
|
62
|
-
aws-sigv4 (~> 1.
|
61
|
+
aws-partitions (~> 1, >= 1.992.0)
|
62
|
+
aws-sigv4 (~> 1.9)
|
63
|
+
base64
|
63
64
|
jmespath (~> 1, >= 1.6.1)
|
64
|
-
|
65
|
-
|
66
|
-
aws-
|
65
|
+
logger
|
66
|
+
aws-sdk-dynamodb (1.145.0)
|
67
|
+
aws-sdk-core (~> 3, >= 3.225.0)
|
68
|
+
aws-sigv4 (~> 1.5)
|
67
69
|
aws-sdk-kinesis (1.54.0)
|
68
70
|
aws-sdk-core (~> 3, >= 3.188.0)
|
69
71
|
aws-sigv4 (~> 1.1)
|
@@ -86,10 +88,11 @@ GEM
|
|
86
88
|
aws-sdk-ssm (1.162.0)
|
87
89
|
aws-sdk-core (~> 3, >= 3.188.0)
|
88
90
|
aws-sigv4 (~> 1.1)
|
89
|
-
aws-sigv4 (1.
|
91
|
+
aws-sigv4 (1.12.0)
|
90
92
|
aws-eventstream (~> 1, >= 1.0.2)
|
91
93
|
aws_config (0.1.1)
|
92
|
-
|
94
|
+
base64 (0.3.0)
|
95
|
+
builder (3.3.0)
|
93
96
|
byebug (11.1.3)
|
94
97
|
capybara (3.40.0)
|
95
98
|
addressable
|
@@ -107,22 +110,27 @@ GEM
|
|
107
110
|
memoist
|
108
111
|
rainbow
|
109
112
|
cfn_response (0.2.0)
|
110
|
-
childprocess (5.
|
111
|
-
|
113
|
+
childprocess (5.1.0)
|
114
|
+
logger (~> 1.5)
|
115
|
+
concurrent-ruby (1.3.5)
|
112
116
|
crass (1.0.6)
|
113
|
-
date (3.
|
114
|
-
diff-lcs (1.
|
117
|
+
date (3.4.1)
|
118
|
+
diff-lcs (1.6.2)
|
115
119
|
dotenv (2.8.1)
|
116
|
-
dynomite (
|
120
|
+
dynomite (2.0.3)
|
121
|
+
activemodel
|
117
122
|
activesupport
|
118
123
|
aws-sdk-dynamodb
|
124
|
+
memoist
|
119
125
|
rainbow
|
120
|
-
|
126
|
+
thor
|
127
|
+
zeitwerk
|
128
|
+
erubi (1.13.0)
|
121
129
|
gems (1.2.0)
|
122
130
|
globalid (1.2.1)
|
123
131
|
activesupport (>= 6.1)
|
124
132
|
hashie (5.0.0)
|
125
|
-
i18n (1.14.
|
133
|
+
i18n (1.14.7)
|
126
134
|
concurrent-ruby (~> 1.0)
|
127
135
|
jets (4.0.10)
|
128
136
|
actionmailer (~> 6.1.0)
|
@@ -165,10 +173,12 @@ GEM
|
|
165
173
|
jmespath (1.6.2)
|
166
174
|
kramdown (2.4.0)
|
167
175
|
rexml
|
168
|
-
launchy (3.
|
176
|
+
launchy (3.1.1)
|
169
177
|
addressable (~> 2.8)
|
170
178
|
childprocess (~> 5.0)
|
171
|
-
|
179
|
+
logger (~> 1.6)
|
180
|
+
logger (1.7.0)
|
181
|
+
loofah (2.24.1)
|
172
182
|
crass (~> 1.0.2)
|
173
183
|
nokogiri (>= 1.12.0)
|
174
184
|
mail (2.8.1)
|
@@ -180,38 +190,38 @@ GEM
|
|
180
190
|
memoist (0.16.2)
|
181
191
|
method_source (1.0.0)
|
182
192
|
mini_mime (1.1.5)
|
183
|
-
mini_portile2 (2.8.
|
184
|
-
minitest (5.
|
185
|
-
net-imap (0.4.
|
193
|
+
mini_portile2 (2.8.9)
|
194
|
+
minitest (5.25.5)
|
195
|
+
net-imap (0.4.20)
|
186
196
|
date
|
187
197
|
net-protocol
|
188
198
|
net-pop (0.1.2)
|
189
199
|
net-protocol
|
190
200
|
net-protocol (0.2.2)
|
191
201
|
timeout
|
192
|
-
net-smtp (0.
|
202
|
+
net-smtp (0.5.0)
|
193
203
|
net-protocol
|
194
|
-
nio4r (2.7.
|
195
|
-
nokogiri (1.
|
204
|
+
nio4r (2.7.4)
|
205
|
+
nokogiri (1.17.2)
|
196
206
|
mini_portile2 (~> 2.8.2)
|
197
207
|
racc (~> 1.4)
|
198
|
-
public_suffix (
|
199
|
-
puma (6.
|
208
|
+
public_suffix (6.0.2)
|
209
|
+
puma (6.6.0)
|
200
210
|
nio4r (~> 2.0)
|
201
|
-
racc (1.8.
|
202
|
-
rack (2.2.
|
211
|
+
racc (1.8.1)
|
212
|
+
rack (2.2.17)
|
203
213
|
rack-test (2.1.0)
|
204
214
|
rack (>= 1.3)
|
205
215
|
rails-dom-testing (2.2.0)
|
206
216
|
activesupport (>= 5.0.0)
|
207
217
|
minitest
|
208
218
|
nokogiri (>= 1.6)
|
209
|
-
rails-html-sanitizer (1.6.
|
219
|
+
rails-html-sanitizer (1.6.1)
|
210
220
|
loofah (~> 2.21)
|
211
|
-
nokogiri (
|
212
|
-
railties (6.1.7.
|
213
|
-
actionpack (= 6.1.7.
|
214
|
-
activesupport (= 6.1.7.
|
221
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
222
|
+
railties (6.1.7.9)
|
223
|
+
actionpack (= 6.1.7.9)
|
224
|
+
activesupport (= 6.1.7.9)
|
215
225
|
method_source
|
216
226
|
rake (>= 12.2)
|
217
227
|
thor (~> 1.0)
|
@@ -219,21 +229,20 @@ GEM
|
|
219
229
|
rake (13.1.0)
|
220
230
|
recursive-open-struct (1.1.3)
|
221
231
|
regexp_parser (2.9.0)
|
222
|
-
rexml (3.3.
|
223
|
-
|
224
|
-
rspec (3.13.0)
|
232
|
+
rexml (3.3.9)
|
233
|
+
rspec (3.13.1)
|
225
234
|
rspec-core (~> 3.13.0)
|
226
235
|
rspec-expectations (~> 3.13.0)
|
227
236
|
rspec-mocks (~> 3.13.0)
|
228
|
-
rspec-core (3.13.
|
237
|
+
rspec-core (3.13.4)
|
229
238
|
rspec-support (~> 3.13.0)
|
230
|
-
rspec-expectations (3.13.
|
239
|
+
rspec-expectations (3.13.5)
|
231
240
|
diff-lcs (>= 1.2.0, < 2.0)
|
232
241
|
rspec-support (~> 3.13.0)
|
233
|
-
rspec-mocks (3.13.
|
242
|
+
rspec-mocks (3.13.5)
|
234
243
|
diff-lcs (>= 1.2.0, < 2.0)
|
235
244
|
rspec-support (~> 3.13.0)
|
236
|
-
rspec-support (3.13.
|
245
|
+
rspec-support (3.13.4)
|
237
246
|
rspec_junit_formatter (0.6.0)
|
238
247
|
rspec-core (>= 2, < 4, != 2.12.0)
|
239
248
|
serverlessgems (0.4.0)
|
@@ -242,15 +251,14 @@ GEM
|
|
242
251
|
zeitwerk
|
243
252
|
shotgun (0.9.2)
|
244
253
|
rack (>= 1.0)
|
245
|
-
strscan (3.1.0)
|
246
254
|
text-table (1.2.4)
|
247
255
|
thor (1.3.0)
|
248
|
-
timeout (0.4.
|
256
|
+
timeout (0.4.3)
|
249
257
|
tzinfo (2.0.6)
|
250
258
|
concurrent-ruby (~> 1.0)
|
251
259
|
xpath (3.2.0)
|
252
260
|
nokogiri (~> 1.8)
|
253
|
-
zeitwerk (2.6.
|
261
|
+
zeitwerk (2.6.18)
|
254
262
|
|
255
263
|
PLATFORMS
|
256
264
|
ruby
|
@@ -261,7 +269,7 @@ DEPENDENCIES
|
|
261
269
|
dynomite
|
262
270
|
jets (~> 4.0.10)
|
263
271
|
launchy
|
264
|
-
nokogiri (~> 1.
|
272
|
+
nokogiri (~> 1.17.2)
|
265
273
|
puma
|
266
274
|
rack
|
267
275
|
rspec
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: my_api_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ryz310
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: activesupport
|
@@ -524,7 +523,6 @@ licenses:
|
|
524
523
|
- MIT
|
525
524
|
metadata:
|
526
525
|
rubygems_mfa_required: 'true'
|
527
|
-
post_install_message:
|
528
526
|
rdoc_options: []
|
529
527
|
require_paths:
|
530
528
|
- lib
|
@@ -539,8 +537,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
539
537
|
- !ruby/object:Gem::Version
|
540
538
|
version: '0'
|
541
539
|
requirements: []
|
542
|
-
rubygems_version: 3.
|
543
|
-
signing_key:
|
540
|
+
rubygems_version: 3.6.7
|
544
541
|
specification_version: 4
|
545
542
|
summary: The framework of Web API Client
|
546
543
|
test_files: []
|