version_boss 0.2.0 → 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 +3 -0
- data/CHANGELOG.md +14 -0
- data/README.md +6 -8
- data/Rakefile +7 -0
- data/lib/version_boss/version.rb +1 -1
- data/release-please-config.json +22 -0
- metadata +7 -8
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,20 @@ 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
|
+
|
33
|
+
## [0.2.1](https://github.com/main-branch/version_boss/compare/v0.2.0...v0.2.1) (2025-04-16)
|
34
|
+
|
35
|
+
|
36
|
+
### Bug Fixes
|
37
|
+
|
38
|
+
* Automate commit-to-publish workflow ([be256ae](https://github.com/main-branch/version_boss/commit/be256ae4dfdf051fcaaf760113011859806a6ccb))
|
39
|
+
|
26
40
|
## v0.1.0 (2024-05-07)
|
27
41
|
|
28
42
|
[Full Changelog](https://github.com/main-branch/version_boss/compare/26b5491..v0.1.0)
|
data/README.md
CHANGED
@@ -4,8 +4,6 @@
|
|
4
4
|
[](https://rubydoc.info/gems/version_boss/)
|
5
5
|
[](https://rubydoc.info/gems/version_boss/file/CHANGELOG.md)
|
6
6
|
[](https://github.com/main-branch/version_boss/actions/workflows/continuous-integration.yml)
|
7
|
-
[](https://codeclimate.com/github/main-branch/version_boss/maintainability)
|
8
|
-
[](https://codeclimate.com/github/main-branch/version_boss/test_coverage)
|
9
7
|
[](https://conventionalcommits.org)
|
11
9
|
[](https://main-branch.slack.com/archives/C07MCMDBJLX)
|
@@ -47,15 +45,15 @@ gem-version-boss help [COMMAND]
|
|
47
45
|
|
48
46
|
* [Installation](#installation)
|
49
47
|
* [Command Line](#command-line)
|
50
|
-
|
51
|
-
|
48
|
+
* [Usage](#usage)
|
49
|
+
* [Examples](#examples)
|
52
50
|
* [Library Usage](#library-usage)
|
53
|
-
|
54
|
-
|
51
|
+
* [VersionBoss::Gem classes](#versionbossgem-classes)
|
52
|
+
* [VersionBoss::Semver classes](#versionbosssemver-classes)
|
55
53
|
* [Development](#development)
|
56
54
|
* [Contributing](#contributing)
|
57
|
-
|
58
|
-
|
55
|
+
* [Commit message guidelines](#commit-message-guidelines)
|
56
|
+
* [Pull request guidelines](#pull-request-guidelines)
|
59
57
|
* [License](#license)
|
60
58
|
|
61
59
|
## Installation
|
data/Rakefile
CHANGED
@@ -25,6 +25,13 @@ rescue Bundler::BundlerError => e
|
|
25
25
|
exit e.status_code
|
26
26
|
end
|
27
27
|
|
28
|
+
# Make it so that calling `rake release` just calls `rake release:rubygems_push` to
|
29
|
+
# avoid creating and pushing a new tag.
|
30
|
+
|
31
|
+
Rake::Task['release'].clear
|
32
|
+
desc 'Customized release task to avoid creating a new tag'
|
33
|
+
task release: 'release:rubygem_push'
|
34
|
+
|
28
35
|
CLEAN << 'pkg'
|
29
36
|
CLEAN << 'Gemfile.lock'
|
30
37
|
|
data/lib/version_boss/version.rb
CHANGED
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"bootstrap-sha": "2ec865239fefdd45f0b447a9aac0088bd3404300",
|
3
|
+
"packages": {
|
4
|
+
".": {
|
5
|
+
"release-type": "ruby",
|
6
|
+
"package-name": "version_boss",
|
7
|
+
"changelog-path": "CHANGELOG.md",
|
8
|
+
"version-file": "lib/version_boss/version.rb",
|
9
|
+
"bump-minor-pre-major": true,
|
10
|
+
"bump-patch-for-minor-pre-major": true,
|
11
|
+
"draft": false,
|
12
|
+
"prerelease": false,
|
13
|
+
"include-component-in-tag": false
|
14
|
+
}
|
15
|
+
},
|
16
|
+
"plugins": [
|
17
|
+
{
|
18
|
+
"type": "sentence-case"
|
19
|
+
}
|
20
|
+
],
|
21
|
+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
22
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: thor
|
@@ -211,6 +210,7 @@ files:
|
|
211
210
|
- ".commitlintrc.yml"
|
212
211
|
- ".husky/commit-msg"
|
213
212
|
- ".markdownlint.yml"
|
213
|
+
- ".release-please-manifest.json"
|
214
214
|
- ".rspec"
|
215
215
|
- ".rubocop.yml"
|
216
216
|
- ".yardopts"
|
@@ -241,6 +241,7 @@ files:
|
|
241
241
|
- lib/version_boss/semver/version.rb
|
242
242
|
- lib/version_boss/version.rb
|
243
243
|
- package.json
|
244
|
+
- release-please-config.json
|
244
245
|
- version_boss.gemspec
|
245
246
|
homepage: https://github.com/main-branch/version_boss
|
246
247
|
licenses:
|
@@ -249,10 +250,9 @@ metadata:
|
|
249
250
|
allowed_push_host: https://rubygems.org
|
250
251
|
homepage_uri: https://github.com/main-branch/version_boss
|
251
252
|
source_code_uri: https://github.com/main-branch/version_boss
|
252
|
-
documentation_uri: https://rubydoc.info/gems/version_boss/0.2.
|
253
|
-
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
|
254
255
|
rubygems_mfa_required: 'true'
|
255
|
-
post_install_message:
|
256
256
|
rdoc_options: []
|
257
257
|
require_paths:
|
258
258
|
- lib
|
@@ -269,8 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
269
269
|
requirements:
|
270
270
|
- 'Platform: Mac, Linux, or Windows'
|
271
271
|
- 'Ruby: MRI 3.1 or later, TruffleRuby 24 or later, or JRuby 9.4 or later'
|
272
|
-
rubygems_version: 3.
|
273
|
-
signing_key:
|
272
|
+
rubygems_version: 3.6.7
|
274
273
|
specification_version: 4
|
275
274
|
summary: A Gem to parse and compare SemVer versions AND increment versions for Ruby
|
276
275
|
Gems
|