yard-lint 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: 43a01c4ffe524ad45bfac735365768a8afaacf812a894c511b7e8d42c475e646
4
- data.tar.gz: a10ebddfaacdeb54db032121df28c73efc82fae79898fce5b080491e4087c26d
3
+ metadata.gz: 5280398682e2734071bcc16923641d1bab52f6bb60c1a1eca5b8bac376a34597
4
+ data.tar.gz: 9ffa6ccbe7c6f421d9dddb05434cc599b7c02b4d11d9e8e8c28596ac2bdd2713
5
5
  SHA512:
6
- metadata.gz: 00b26fb9a801b71dc13c0e1050f1ecd6db7ce7e777ecfdf1e4916bedbfb63af273186c7a1327a24f371b6e02c18bcd5c51ae8b6fa24e4f0c63f64370021a7418
7
- data.tar.gz: d7665d29d69631b17d4bfc82e77a08494131490167d9e2124e3b2b625f82ce8c263111448e8a66e0f95d1e87ef976e643480adfbaf915c962251161db0d99f71
6
+ metadata.gz: 12c3d102ad7206634975f5052903863bf8ef903d1453a519c1cd12e541f5df8cc39d235df587569270caded90f3d0768b069a29d9c1d54a95be376babe0e673b
7
+ data.tar.gz: a95efd41ebadda31178a95555e68343999f0edbf5197033a763796383b2fbd124f14bb1010601b1f56c98d41d6bae718bf1b9da21cc6c19aeab6ef97a5ff8e19
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 (2025-11-07)
4
+ - Release to validate Trusted Publishing flow.
5
+
3
6
  ## 0.2.0 (2025-11-07)
4
7
 
5
8
  - Initial release of YARD-Lint gem
data/Rakefile ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/setup'
4
+ require 'bundler/gem_tasks'
@@ -3,6 +3,6 @@
3
3
  module Yard
4
4
  module Lint
5
5
  # @return [String] version of the YARD Lint gem
6
- VERSION = '0.2.0'
6
+ VERSION = '0.2.1'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-lint
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
  - Maciej Mensfeld
@@ -52,6 +52,7 @@ files:
52
52
  - CHANGELOG.md
53
53
  - LICENSE.txt
54
54
  - README.md
55
+ - Rakefile
55
56
  - bin/console
56
57
  - bin/setup
57
58
  - bin/yard-lint