yard_example_test 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3379c0937231c2c045c08ccee919c76be6a90cbf4e42ef1057d40ae988d79bd5
4
- data.tar.gz: 12973866ff4bd67a1fcf8908dffd7e57ef5eaf419a0f191ddc704b86a7544104
3
+ metadata.gz: 282e1b58a34eb8aff52332a43a1264433f45aba38c0e291ac0dbce9bf3ff7ea2
4
+ data.tar.gz: 26f495a3d9b9998fff0b74200c6c55203a32b4fbeafab71bd763fd8eeb27fce2
5
5
  SHA512:
6
- metadata.gz: 9737a4f256cb72b7cdb314f10dfb36191782a22f80f97f67427fa95f49730b4c33a410d0a24951eb41f6ffdb47bd9bb8f50bd738e77818033e242f35fce4027a
7
- data.tar.gz: 1eb9c8038fe8168788ccec6edfeaf4cf0913f60176353401c5e3ba8253c18356cd9bb40e6d25dddad798f78953418b57b03bf6faa1448540f6ba9b7b281b87b6
6
+ metadata.gz: 064b3c9da4858b07f4ed2405bc973029b6e324e5c9620331669d03e4e3f46ccec85450509bf4ee3c2be860816ae3739a28d870fe239acba2ea07a0890c74cbf2
7
+ data.tar.gz: afe29a0c3406e962db067c8e0fc1c48257569b57e216b8cc6465c229de8c8d98a9a7f1e09230b10d43a1ff07f28172fc246f7675980e8c3823b58f213b3c1cea
@@ -21,7 +21,7 @@ jobs:
21
21
  fail-fast: false
22
22
  matrix:
23
23
  # Only tested on non-EOL Ruby versions
24
- ruby: ["3.3", "3.4", "4.0"]
24
+ ruby: ["3.2", "3.3", "3.4", "4.0"]
25
25
  operating-system: [ubuntu-latest]
26
26
  experimental: [No]
27
27
 
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.2.0"
2
+ ".": "0.2.1"
3
3
  }
data/.rubocop.yml CHANGED
@@ -24,4 +24,4 @@ Metrics/BlockLength:
24
24
  - "*.gemspec"
25
25
 
26
26
  AllCops:
27
- TargetRubyVersion: 3.3
27
+ TargetRubyVersion: 3.2
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@
5
5
 
6
6
  # Changelog
7
7
 
8
+ ## [0.2.1](https://github.com/main-branch/yard_example_test/compare/v0.2.0...v0.2.1) (2026-02-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Downgrade minimum Ruby version support from 3.3.x to 3.2.x ([aae018d](https://github.com/main-branch/yard_example_test/commit/aae018d7c7bf822df1edf34d0a3221a466616af9))
14
+
8
15
  ## [0.2.0](https://github.com/main-branch/yard_example_test/compare/v0.1.1...v0.2.0) (2026-02-28)
9
16
 
10
17
 
@@ -3,5 +3,5 @@
3
3
  module YardExampleTest
4
4
  # The current gem version
5
5
  # @return [String] the current gem version.
6
- VERSION = '0.2.0'
6
+ VERSION = '0.2.1'
7
7
  end
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.metadata['rubygems_mfa_required'] = 'true'
26
26
 
27
27
  spec.require_paths = ['lib']
28
- spec.required_ruby_version = '>= 3.3.0'
28
+ spec.required_ruby_version = '>= 3.2.0'
29
29
 
30
30
  spec.add_dependency 'minitest', '~> 6.0'
31
31
  spec.add_dependency 'yard', '~> 0.9'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard_example_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
@@ -244,8 +244,8 @@ licenses:
244
244
  metadata:
245
245
  homepage_uri: https://github.com/main-branch/yard_example_test
246
246
  source_code_uri: https://github.com/main-branch/yard_example_test
247
- changelog_uri: https://rubydoc.info/gems/yard_example_test/0.2.0/file/CHANGELOG.md
248
- documentation_uri: https://rubydoc.info/gems/yard_example_test/0.2.0
247
+ changelog_uri: https://rubydoc.info/gems/yard_example_test/0.2.1/file/CHANGELOG.md
248
+ documentation_uri: https://rubydoc.info/gems/yard_example_test/0.2.1
249
249
  rubygems_mfa_required: 'true'
250
250
  rdoc_options: []
251
251
  require_paths:
@@ -254,7 +254,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
254
254
  requirements:
255
255
  - - ">="
256
256
  - !ruby/object:Gem::Version
257
- version: 3.3.0
257
+ version: 3.2.0
258
258
  required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  requirements:
260
260
  - - ">="