foobara-ruby-gems-api 0.0.2 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9eb4a32c2a31c3001bef72e988723a1b5c4a02eb2ff389f12ff4123fbeb0c3c9
4
- data.tar.gz: 72314d43a32877402bbecbed0a2a3eae112e08b29d96e7841452e4aa06b5db9f
3
+ metadata.gz: 14d3596c7bb9190012461d5d2d764df01d280c7f21bfc35eb23c2132b9c36bf2
4
+ data.tar.gz: 3b3d53e30514e7115a7a6f434f626688fe7620c8cbdb7c5b893d0efd9667110b
5
5
  SHA512:
6
- metadata.gz: d57c245f1a4afff071368fce58901b92489762fb2859c7e35d18042b04f9167393f76582ec6000e7720deb258c9a74fb1a8075417ea4171f69f85d0bb3d6ee9d
7
- data.tar.gz: a2d9ef0a79ae39035f1273a83c29be0c3f477d6f86b374b0b41ef64a5d3f97d82075d5c0b5aa68341b45f26c3f7756b92d31df84b9da0aa8a9f4bc19e959f8d5
6
+ metadata.gz: 0440c20ea8368f9e5d75390e09ead41635d7506a3480383f92bafcc1ccfb5e2382938c9b80a4199f6cccd245985d83cff69f10a1f00b53362e1c23be24315c21
7
+ data.tar.gz: 14c147553b9f3d6c8819d80238ff6d56aafe21d49564fecc607cf79dc24987c43621861f91313ae42f9737f37ea34a89668a0be7843baf69c26b03eb04e65ffe
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.3] - 2025-03-20
2
+
3
+ - Bump Ruby and gems and deal with breakages/deprecations
4
+
1
5
  ## [0.0.2] - 2025-01-07
2
6
 
3
7
  - Bump Ruby to 3.4.1
@@ -7,7 +7,7 @@ module Foobara
7
7
 
8
8
  result [User]
9
9
 
10
- include HttpApiGetCommand
10
+ include HttpApiCommand
11
11
 
12
12
  url { "https://rubygems.org/api/v1/gems/#{gem_name}/owners.json" }
13
13
  end
@@ -7,7 +7,7 @@ module Foobara
7
7
 
8
8
  result [Version]
9
9
 
10
- include HttpApiGetCommand
10
+ include HttpApiCommand
11
11
 
12
12
  url { "https://rubygems.org/api/v1/versions/#{gem_name}.json" }
13
13
  end
@@ -10,7 +10,7 @@ module Foobara
10
10
 
11
11
  result [Gem]
12
12
 
13
- include HttpApiGetCommand
13
+ include HttpApiCommand
14
14
 
15
15
  url "https://rubygems.org/api/v1/search.json"
16
16
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-ruby-gems-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-07 00:00:00.000000000 Z
10
+ date: 2025-03-21 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: foobara
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.2
79
+ rubygems_version: 3.6.6
80
80
  specification_version: 4
81
81
  summary: No description. Add one.
82
82
  test_files: []