version_boss 0.2.1 → 0.2.2
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/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/version_boss/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b7af9f57ff22ab5cbfd9910ab26dc2afc1d3e3f932175bb0a45aa39edcdbdec
|
4
|
+
data.tar.gz: 00f58efa666a63dc5f748f7d4d276b9504a9a8e70ef80431e023a1d10a1fed3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aae7199611713e46c842e118e123b12bc8abd0f1dcdef200b1a151f0604e5359161f2d012fc5ac08029cfb81046a07d9038c2e96d6cc02449c1135e553010cd2
|
7
|
+
data.tar.gz: 28eb03b88efaeb8482362110d3417f8f3834a74b4f0fc19e132a0700fb0f5472b516e87bd248fa7f7215dab5f1a9ea1630b9a8d8361567cbb81beee5ad446d4b
|
data/CHANGELOG.md
CHANGED
@@ -23,6 +23,13 @@ Changes since v0.1.0:
|
|
23
23
|
* baabc32 Auto correct new rubocop offenses
|
24
24
|
* 8f74384 Release v0.1.0
|
25
25
|
|
26
|
+
## [0.2.2](https://github.com/main-branch/version_boss/compare/v0.2.1...v0.2.2) (2025-04-17)
|
27
|
+
|
28
|
+
|
29
|
+
### Bug Fixes
|
30
|
+
|
31
|
+
* Do not trigger build workflows after merging to main or for release PRs ([1f2dd37](https://github.com/main-branch/version_boss/commit/1f2dd370492349112d7415af09fb4dc6ec90314e))
|
32
|
+
|
26
33
|
## [0.2.1](https://github.com/main-branch/version_boss/compare/v0.2.0...v0.2.1) (2025-04-16)
|
27
34
|
|
28
35
|
|
data/lib/version_boss/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: version_boss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Couball
|
@@ -250,8 +250,8 @@ metadata:
|
|
250
250
|
allowed_push_host: https://rubygems.org
|
251
251
|
homepage_uri: https://github.com/main-branch/version_boss
|
252
252
|
source_code_uri: https://github.com/main-branch/version_boss
|
253
|
-
documentation_uri: https://rubydoc.info/gems/version_boss/0.2.
|
254
|
-
changelog_uri: https://rubydoc.info/gems/version_boss/0.2.
|
253
|
+
documentation_uri: https://rubydoc.info/gems/version_boss/0.2.2
|
254
|
+
changelog_uri: https://rubydoc.info/gems/version_boss/0.2.2/file/CHANGELOG.md
|
255
255
|
rubygems_mfa_required: 'true'
|
256
256
|
rdoc_options: []
|
257
257
|
require_paths:
|