api_adaptor 1.0.0 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7f99a36581d23c2d20acb77209e83094d0376abfebbe485961c716ad5a2996e
4
- data.tar.gz: d247399af57052605021e37293944d92da841351f958d45ea7f00153b1a075c7
3
+ metadata.gz: fab97b3e1bb7d87f4c0ed77d89401773e5e9fe20938f32c77c5eceeac0b384cf
4
+ data.tar.gz: 3f6f31dc0705ee9e22c5c58089728d96a8be3f4e1f42be6c9a92f839810eaf65
5
5
  SHA512:
6
- metadata.gz: fe8f8c29cfad7facd7b38ec9d7d1ca7076fa603a881ee19cff99d937f6911857c8b5b288ba1e2d49c7c71ccfc6ad8dd5e206bc28133548711cc7b4b7242ac6d8
7
- data.tar.gz: fc13ade3b00830ee758141678ed28928d8fb4111bb241b25ac2e281064056b4fb9835ccef407779e9465a2f74bd67b68133d552fa82f001d940cd7a34814687c
6
+ metadata.gz: c024d28a09fd4814af5c74d4682afba8f14f29138f207fecca9a73e0bdac95ed1a69d24331f0cb8408a95261598eb570a548c2e9bdbe291cd076621d2f1c8248
7
+ data.tar.gz: 51d127cca47a52640a36225bb5d556c461293c953a738d3915d7751ab01df5c331415475184798871471f10ed01901996f7c7e00efdcd28070e0bf5c2f69024b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [1.0.2] - 2026-05-31
2
+
3
+ ### Changed
4
+ - Removed Ruby 3.2 from CI test and lint matrices because Ruby 3.2 reached end-of-life on 2026-04-01.
5
+ - Ruby 3.2 remains installable for this release, but runtime support will be dropped in the next major release.
6
+
7
+ ## [1.0.1] - 2026-05-31
8
+
9
+ ### Changed
10
+ - Updated bundled gem dependencies to their latest compatible versions, including addressable, bigdecimal, json, rake, rubocop, timecop, webmock, and yard.
11
+ - Updated GitHub Actions dependencies, including ruby/setup-ruby v1.300.0, rubygems/release-gem v1.2.0, actions/deploy-pages v5.0.0, and refreshed CodeQL action pins.
12
+ - Use Ruby 3.4 for YARD documentation generation to keep docs builds compatible with the current toolchain.
13
+
1
14
  ## [1.0.0] - 2026-02-15
2
15
 
3
16
  ### Added
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_adaptor (1.0.0)
4
+ api_adaptor (1.0.2)
5
5
  addressable (~> 2.8)
6
6
  base64 (~> 0.3)
7
7
  bigdecimal (>= 3.3, < 5.0)
@@ -12,11 +12,11 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- addressable (2.8.8)
15
+ addressable (2.9.0)
16
16
  public_suffix (>= 2.0.2, < 8.0)
17
17
  ast (2.4.3)
18
18
  base64 (0.3.0)
19
- bigdecimal (4.0.1)
19
+ bigdecimal (4.1.2)
20
20
  crack (1.0.1)
21
21
  bigdecimal
22
22
  rexml
@@ -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.18.1)
30
+ json (2.19.4)
31
31
  language_server-protocol (3.17.0.5)
32
32
  link_header (0.0.8)
33
33
  lint_roller (1.1.0)
@@ -36,17 +36,17 @@ GEM
36
36
  mime-types-data (~> 3.2015)
37
37
  mime-types-data (3.2023.1205)
38
38
  netrc (0.11.0)
39
- parallel (1.27.0)
40
- parser (3.3.10.1)
39
+ parallel (1.28.0)
40
+ parser (3.3.11.1)
41
41
  ast (~> 2.4.1)
42
42
  racc
43
43
  prism (1.9.0)
44
- public_suffix (7.0.2)
44
+ public_suffix (7.0.5)
45
45
  racc (1.8.1)
46
46
  rainbow (3.1.1)
47
- rake (13.3.1)
47
+ rake (13.4.2)
48
48
  redcarpet (3.6.1)
49
- regexp_parser (2.11.3)
49
+ regexp_parser (2.12.0)
50
50
  rest-client (2.1.0)
51
51
  http-accept (>= 1.7.0, < 2.0)
52
52
  http-cookie (>= 1.0.2, < 2.0)
@@ -66,18 +66,18 @@ 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.84.2)
69
+ rubocop (1.86.1)
70
70
  json (~> 2.3)
71
71
  language_server-protocol (~> 3.17.0.2)
72
72
  lint_roller (~> 1.1.0)
73
- parallel (~> 1.10)
73
+ parallel (>= 1.10)
74
74
  parser (>= 3.3.0.2)
75
75
  rainbow (>= 2.2.2, < 4.0)
76
76
  regexp_parser (>= 2.9.3, < 3.0)
77
77
  rubocop-ast (>= 1.49.0, < 2.0)
78
78
  ruby-progressbar (~> 1.7)
79
79
  unicode-display_width (>= 2.4.0, < 4.0)
80
- rubocop-ast (1.49.0)
80
+ rubocop-ast (1.49.1)
81
81
  parser (>= 3.3.7.2)
82
82
  prism (~> 1.7)
83
83
  rubocop-yard (1.1.0)
@@ -91,15 +91,15 @@ GEM
91
91
  simplecov_json_formatter (~> 0.1)
92
92
  simplecov-html (0.13.1)
93
93
  simplecov_json_formatter (0.1.4)
94
- timecop (0.9.10)
94
+ timecop (0.9.11)
95
95
  unicode-display_width (3.2.0)
96
96
  unicode-emoji (~> 4.1)
97
97
  unicode-emoji (4.2.0)
98
- webmock (3.26.1)
98
+ webmock (3.26.2)
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.38)
102
+ yard (0.9.43)
103
103
 
104
104
  PLATFORMS
105
105
  x86_64-linux
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiAdaptor
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.2"
5
5
  end
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.0
4
+ version: 1.0.2
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.3
289
+ rubygems_version: 4.0.6
290
290
  specification_version: 4
291
291
  summary: A basic adaptor to send HTTP requests and parse the responses.
292
292
  test_files: []