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.
- checksums.yaml +4 -4
- data/lib/specs_for/version.rb +2 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08375c0c958299e82848aaa0c38628fd3f486aa490e6c72a4882165ba1347008'
|
|
4
|
+
data.tar.gz: 5aa7feffba0ea39390d2b972b671b28464fefa4b8d95f0c79039d3244199ceda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 383103c16748b0b2ec876039212867e4f86853268b870c370813d5890562e198f1c1cd06740c52e514a06fdac5aaa51c47b691056d6d1f290331f659e0b11a42
|
|
7
|
+
data.tar.gz: ee91a98d7fd3dd4a9d81512637d6c53384c16e7385ee36176e6cf97dc208fecece80dfcd4daff5b839d60e8f3498eb4751cd522b5a3e7c1308f4072270a8a8bd
|
data/lib/specs_for/version.rb
CHANGED
|
@@ -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.
|
|
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/
|
|
189
|
+
homepage: https://github.com/aks/specs_for
|
|
190
190
|
licenses:
|
|
191
191
|
- MIT
|
|
192
192
|
metadata:
|
|
193
|
-
homepage_uri: https://github.com/aks/
|
|
194
|
-
source_code_uri: https://github.com/aks/
|
|
195
|
-
changelog_uri: https://github.com/aks/
|
|
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
|