specs_for 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/specs_for/version.rb +2 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49cbe4e021b76ac0fcf642d68e4047a591c1618b47e97360822d7a7fc8f691c0
4
- data.tar.gz: e82d6767e86e83dc4e2b97a9de51121e497a64cf70744dad1e4ea4c256083391
3
+ metadata.gz: '08375c0c958299e82848aaa0c38628fd3f486aa490e6c72a4882165ba1347008'
4
+ data.tar.gz: 5aa7feffba0ea39390d2b972b671b28464fefa4b8d95f0c79039d3244199ceda
5
5
  SHA512:
6
- metadata.gz: 54b8e0df1127883a36f8b87c5ec57aa60e86a290f08fbddb413cf7061fd00a8ebffc9f090a2600a440afadf957f2bc5b30f38ba865e59105bf0211ee83d266be
7
- data.tar.gz: 4e1409fce1fceba6b3763cce5c824c0fc298bf64cf0cae6cd784f27800ea984982f2abd71119db95875a51e914639f5f28ff20939eb42cea92d2a30f94be76c0
6
+ metadata.gz: 383103c16748b0b2ec876039212867e4f86853268b870c370813d5890562e198f1c1cd06740c52e514a06fdac5aaa51c47b691056d6d1f290331f659e0b11a42
7
+ data.tar.gz: ee91a98d7fd3dd4a9d81512637d6c53384c16e7385ee36176e6cf97dc208fecece80dfcd4daff5b839d60e8f3498eb4751cd522b5a3e7c1308f4072270a8a8bd
@@ -3,7 +3,8 @@
3
3
  class SpecsFor
4
4
  RELEASES = [
5
5
  ["0.1.0", "2026-03-25", "Initial release"],
6
- ["0.2.0", "2026-05-06", "Add support for tags and improved file search"]
6
+ ["0.2.0", "2026-05-06", "Add support for tags and improved file search"],
7
+ ["0.2.1", "2026-05-06", "Replace specs-for with specs_for in the url"]
7
8
  ]
8
9
  VERSION = RELEASES.last.first
9
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specs_for
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
  - Alan Stebbens
@@ -186,13 +186,13 @@ files:
186
186
  - lib/specs_for/runner.rb
187
187
  - lib/specs_for/version.rb
188
188
  - sig/specs_for.rbs
189
- homepage: https://github.com/aks/specs-for
189
+ homepage: https://github.com/aks/specs_for
190
190
  licenses:
191
191
  - MIT
192
192
  metadata:
193
- homepage_uri: https://github.com/aks/specs-for
194
- source_code_uri: https://github.com/aks/specs-for
195
- changelog_uri: https://github.com/aks/specs-for/blob/main/CHANGELOG.md
193
+ homepage_uri: https://github.com/aks/specs_for
194
+ source_code_uri: https://github.com/aks/specs_for
195
+ changelog_uri: https://github.com/aks/specs_for/blob/main/CHANGELOG.md
196
196
  rdoc_options: []
197
197
  require_paths:
198
198
  - lib