mm-simple_version 0.4.1 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc867f789077581b89cec29d2c5422b358ae85f977bbf600f2c0b593d1f03891
4
- data.tar.gz: ae67ec6fd327e7aa01aa833ec9de9484702a7646206617afa27c108a242eca6f
3
+ metadata.gz: 40600b29228c1030ec56bc47d307bf4cc5a857501adf25b94a8b23da3194c947
4
+ data.tar.gz: 756ac2238cdb802a3fb614c15f3f9ec27949a92d53900ba923a7232b6d3df1c2
5
5
  SHA512:
6
- metadata.gz: a55ecf69e15f6dedba17d73089ac910ba5e5caacb30d3ba28c06bcef1117e2cfffcc9f3978f0c96681f89df5544cd9a7318bba2bffb92b67f76afe210f0b487c
7
- data.tar.gz: 358b77b86cedf82cb8176573a73d9a2230de772b734d3ea2ba6fac466789da15fa27904f39390880ec363de74a29608a4fb7084250aa919377938406b8db1031
6
+ metadata.gz: 5fd052d5d40059d91ae55d28198b6a7c35a53b78b867e793e4603d9aa153957d53d734a72a385d2bff6587238a331bf89cf2ba06dbdae23bac200c2e812ef38d
7
+ data.tar.gz: 8e73709e80878c937ff92fd6bd79d4975d2f5aeec1811750de4e2e138301232c4061490e7eed7c0ba2749535241fad6e6f61ddec31174e6ab8dff9cd53e47b79
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.4.1"
2
+ ".": "0.4.2"
3
3
  }
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.4.5
1
+ 3.4.7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.4.2](https://github.com/invalidusrname/mm-simple_version/compare/mm-simple_version/v0.4.1...mm-simple_version/v0.4.2) (2026-02-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update release-please doc links ([6338b20](https://github.com/invalidusrname/mm-simple_version/commit/6338b2053db48527bfcd2cf02643dc4c147be731))
9
+ * update release-please doc links ([69fd13d](https://github.com/invalidusrname/mm-simple_version/commit/69fd13da2b9cb42dee8abf6f44fcb7cfa016fb01))
10
+
3
11
  ## [0.4.1](https://github.com/invalidusrname/mm-simple_version/compare/mm-simple_version/v0.4.0...mm-simple_version/v0.4.1) (2025-10-18)
4
12
 
5
13
 
data/Gemfile CHANGED
@@ -9,7 +9,7 @@ gem "rake", "~> 13.3"
9
9
 
10
10
  gem "rspec", "~> 3.13"
11
11
 
12
- gem "rubocop", "~> 1.81"
12
+ gem "rubocop", "~> 1.84"
13
13
 
14
14
  gem "rubocop-rake", "~> 0.7.1"
15
- gem "rubocop-rspec", "~> 3.7.0"
15
+ gem "rubocop-rspec", "~> 3.9.0"
data/Gemfile.lock CHANGED
@@ -1,39 +1,39 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mm-simple_version (0.4.1)
4
+ mm-simple_version (0.4.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.3)
10
10
  diff-lcs (1.6.2)
11
- json (2.15.1)
11
+ json (2.18.1)
12
12
  language_server-protocol (3.17.0.5)
13
13
  lint_roller (1.1.0)
14
14
  parallel (1.27.0)
15
- parser (3.3.9.0)
15
+ parser (3.3.10.1)
16
16
  ast (~> 2.4.1)
17
17
  racc
18
- prism (1.6.0)
18
+ prism (1.9.0)
19
19
  racc (1.8.1)
20
20
  rainbow (3.1.1)
21
- rake (13.3.0)
21
+ rake (13.3.1)
22
22
  regexp_parser (2.11.3)
23
- rspec (3.13.1)
23
+ rspec (3.13.2)
24
24
  rspec-core (~> 3.13.0)
25
25
  rspec-expectations (~> 3.13.0)
26
26
  rspec-mocks (~> 3.13.0)
27
- rspec-core (3.13.5)
27
+ rspec-core (3.13.6)
28
28
  rspec-support (~> 3.13.0)
29
29
  rspec-expectations (3.13.5)
30
30
  diff-lcs (>= 1.2.0, < 2.0)
31
31
  rspec-support (~> 3.13.0)
32
- rspec-mocks (3.13.6)
32
+ rspec-mocks (3.13.7)
33
33
  diff-lcs (>= 1.2.0, < 2.0)
34
34
  rspec-support (~> 3.13.0)
35
- rspec-support (3.13.6)
36
- rubocop (1.81.1)
35
+ rspec-support (3.13.7)
36
+ rubocop (1.84.1)
37
37
  json (~> 2.3)
38
38
  language_server-protocol (~> 3.17.0.2)
39
39
  lint_roller (~> 1.1.0)
@@ -41,22 +41,22 @@ GEM
41
41
  parser (>= 3.3.0.2)
42
42
  rainbow (>= 2.2.2, < 4.0)
43
43
  regexp_parser (>= 2.9.3, < 3.0)
44
- rubocop-ast (>= 1.47.1, < 2.0)
44
+ rubocop-ast (>= 1.49.0, < 2.0)
45
45
  ruby-progressbar (~> 1.7)
46
46
  unicode-display_width (>= 2.4.0, < 4.0)
47
- rubocop-ast (1.47.1)
47
+ rubocop-ast (1.49.0)
48
48
  parser (>= 3.3.7.2)
49
- prism (~> 1.4)
49
+ prism (~> 1.7)
50
50
  rubocop-rake (0.7.1)
51
51
  lint_roller (~> 1.1)
52
52
  rubocop (>= 1.72.1)
53
- rubocop-rspec (3.7.0)
53
+ rubocop-rspec (3.9.0)
54
54
  lint_roller (~> 1.1)
55
- rubocop (~> 1.72, >= 1.72.1)
55
+ rubocop (~> 1.81)
56
56
  ruby-progressbar (1.13.0)
57
57
  unicode-display_width (3.2.0)
58
58
  unicode-emoji (~> 4.1)
59
- unicode-emoji (4.1.0)
59
+ unicode-emoji (4.2.0)
60
60
 
61
61
  PLATFORMS
62
62
  ruby
@@ -66,9 +66,9 @@ DEPENDENCIES
66
66
  mm-simple_version!
67
67
  rake (~> 13.3)
68
68
  rspec (~> 3.13)
69
- rubocop (~> 1.81)
69
+ rubocop (~> 1.84)
70
70
  rubocop-rake (~> 0.7.1)
71
- rubocop-rspec (~> 3.7.0)
71
+ rubocop-rspec (~> 3.9.0)
72
72
 
73
73
  BUNDLED WITH
74
74
  2.6.9
data/README.md CHANGED
@@ -20,7 +20,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
20
20
 
21
21
  To install this gem onto your local machine, run `bundle exec rake install`.
22
22
 
23
- Releases are handled with Github Actions and using [Release Please](https://github.com/google-github-actions/release-please-action). As long as you're using [Conventional Commits](https://github.com/google-github-actions/release-please-action#how-should-i-write-my-commits), the bot will automatically create PRs. You'll still need to checkout out that PR ([example](https://github.com/invalidusrname/mm-simple_version/pull/13)), bundle, and commit the `Gemfile.lock`. Push that commit to the PR. If all workflows pass, you can merge it in and that will kick off one final workflow to tag the release and publish to rubygems.org.
23
+ Releases are handled with Github Actions and using [Release Please](https://github.com/googleapis/release-please-action). As long as you're using [Conventional Commits](https://github.com/googleapis/release-please-action?tab=readme-ov-file#how-should-i-write-my-commits), the bot will automatically create PRs. You'll still need to checkout out that PR ([example](https://github.com/invalidusrname/mm-simple_version/pull/13)), bundle, and commit the `Gemfile.lock`. Push that commit to the PR. If all workflows pass, you can merge it in and that will kick off one final workflow to tag the release and publish to rubygems.org.
24
24
 
25
25
  ## Contributing
26
26
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MM
4
4
  module SimpleVersion
5
- VERSION = "0.4.1"
5
+ VERSION = "0.4.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mm-simple_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt McMahand