api_adaptor 1.0.2 → 1.0.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 +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +5 -5
- data/lib/api_adaptor/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afe676319cac13a2d6011e3faa3d96d89f377591ae47f25053086dcf35d8bb13
|
|
4
|
+
data.tar.gz: 22d01a6b689f1559323ef81ad3ca9c10750ea62ee486e67ebcc0d13df3ccc6a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 312e97faa31330ad83e2793e7c06cc619d51bb0228181af627830d091b1ef266ca402a6912395d9bae859cc593fd7a9296680ffbd0adbb624c16088243f7321a
|
|
7
|
+
data.tar.gz: fed5835678d9aa3274c8f2622663c0ca48803da6b6b05778fac9ff9e8fe7dd204c66a69f87686a832b5a618e77f4b8067fa9ad1c05b90aaf7905d4e37deed400
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.0.3] - 2026-06-13
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
- Updated GitHub Actions dependencies: actions/checkout v6.0.3, ruby/setup-ruby v1.310.0, github/codeql-action v4.36.2, rubygems/release-gem v1.3.0, actions/configure-pages v6.0.0.
|
|
5
|
+
- Updated bundled development dependencies: rubocop 1.87.0, rubocop-yard 1.2.0, yard 0.9.44.
|
|
6
|
+
- Release workflow now runs on Node 24.
|
|
7
|
+
|
|
1
8
|
## [1.0.2] - 2026-05-31
|
|
2
9
|
|
|
3
10
|
### Changed
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
api_adaptor (1.0.
|
|
4
|
+
api_adaptor (1.0.3)
|
|
5
5
|
addressable (~> 2.8)
|
|
6
6
|
base64 (~> 0.3)
|
|
7
7
|
bigdecimal (>= 3.3, < 5.0)
|
|
@@ -27,7 +27,7 @@ GEM
|
|
|
27
27
|
http-accept (1.7.0)
|
|
28
28
|
http-cookie (1.0.5)
|
|
29
29
|
domain_name (~> 0.5)
|
|
30
|
-
json (2.19.
|
|
30
|
+
json (2.19.9)
|
|
31
31
|
language_server-protocol (3.17.0.5)
|
|
32
32
|
link_header (0.0.8)
|
|
33
33
|
lint_roller (1.1.0)
|
|
@@ -66,7 +66,7 @@ GEM
|
|
|
66
66
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
67
67
|
rspec-support (~> 3.13.0)
|
|
68
68
|
rspec-support (3.13.6)
|
|
69
|
-
rubocop (1.
|
|
69
|
+
rubocop (1.87.0)
|
|
70
70
|
json (~> 2.3)
|
|
71
71
|
language_server-protocol (~> 3.17.0.2)
|
|
72
72
|
lint_roller (~> 1.1.0)
|
|
@@ -80,7 +80,7 @@ GEM
|
|
|
80
80
|
rubocop-ast (1.49.1)
|
|
81
81
|
parser (>= 3.3.7.2)
|
|
82
82
|
prism (~> 1.7)
|
|
83
|
-
rubocop-yard (1.
|
|
83
|
+
rubocop-yard (1.2.0)
|
|
84
84
|
lint_roller
|
|
85
85
|
rubocop (~> 1.72)
|
|
86
86
|
yard
|
|
@@ -99,7 +99,7 @@ GEM
|
|
|
99
99
|
addressable (>= 2.8.0)
|
|
100
100
|
crack (>= 0.3.2)
|
|
101
101
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
102
|
-
yard (0.9.
|
|
102
|
+
yard (0.9.44)
|
|
103
103
|
|
|
104
104
|
PLATFORMS
|
|
105
105
|
x86_64-linux
|
data/lib/api_adaptor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: api_adaptor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Huw Diprose
|
|
@@ -286,7 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
286
286
|
- !ruby/object:Gem::Version
|
|
287
287
|
version: '0'
|
|
288
288
|
requirements: []
|
|
289
|
-
rubygems_version: 4.0.
|
|
289
|
+
rubygems_version: 4.0.10
|
|
290
290
|
specification_version: 4
|
|
291
291
|
summary: A basic adaptor to send HTTP requests and parse the responses.
|
|
292
292
|
test_files: []
|