mm-simple_version 0.2.2 → 0.2.4

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: d84dd697d81af6bb7085a80d9642108ccda1ab1a1721c292ffe08b391f601c27
4
- data.tar.gz: f2c6a4772cd377af8549b0a3d5fc71b051e15fd38c17cda6c7736b0961b885b1
3
+ metadata.gz: b71d1ae777442bb6bd752f09c60841ed582b96575818f69351811604e27bb0e2
4
+ data.tar.gz: 2677732f3cd99dca962c287c147fa7fc9122239a5f01287cbafa612f945886c1
5
5
  SHA512:
6
- metadata.gz: 8cba8f504df3f25f7c58e0f32c20b4281a5389688ad2e557fd531fe5ddd6fae50caeca123130caa838b76909ba6c2755919ad9c0fac45809d6abf727ec3e40b9
7
- data.tar.gz: c38333fef95a7521900d7fca5284676f70392f88db82b2d9137d051d985548069f678f39df5e1c828b6663e809c8f46d79a047927c2a3c65ea215a6e684a4293
6
+ metadata.gz: bd014886fd8b6d6e166662ff8557806334df01baed41d6cd23ff6096d4f31b72bcbfacdf9f807ae84dc90538a70f60c1dd07dd88ae36bbe294614d2ca332f938
7
+ data.tar.gz: af5e37a622a852a11f8a718ce0a7ab16c468fd404f3dfce5b196db010bc7090829c785dfdf4f0ff55ad94259f461c0ecef5112ec37a7687113d98e1085e559f0
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.0
1
+ 3.1.2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.4](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.3...v0.2.4) (2022-11-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump ruby in github action ([df8fd72](https://github.com/invalidusrname/mm-simple_version/commit/df8fd72ab6e6c61a9ddf8b3f1d53ec899cc78c4c))
9
+ * test out release-please settings with GEM_NAME ([875cdeb](https://github.com/invalidusrname/mm-simple_version/commit/875cdeb9930a124585d72ce210fe07c9e5279ce0))
10
+ * update ruby and bundled gems ([06fcad1](https://github.com/invalidusrname/mm-simple_version/commit/06fcad1a2680121abc32a9e1461466bd81fe5dca))
11
+
12
+ ### [0.2.3](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.2...v0.2.3) (2022-03-13)
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * release 0.2.3 ([3df14dd](https://github.com/invalidusrname/mm-simple_version/commit/3df14dddb2fa7889f2e1ee6d612f206335aa3a7d))
18
+
3
19
  ### [0.2.2](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.1...v0.2.2) (2022-03-13)
4
20
 
5
21
 
data/Gemfile.lock CHANGED
@@ -1,50 +1,52 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mm-simple_version (0.2.2)
4
+ mm-simple_version (0.2.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
10
  diff-lcs (1.5.0)
11
- parallel (1.21.0)
12
- parser (3.1.1.0)
11
+ json (2.6.2)
12
+ parallel (1.22.1)
13
+ parser (3.1.2.1)
13
14
  ast (~> 2.4.1)
14
15
  rainbow (3.1.1)
15
16
  rake (13.0.6)
16
- regexp_parser (2.2.1)
17
+ regexp_parser (2.6.1)
17
18
  rexml (3.2.5)
18
- rspec (3.11.0)
19
- rspec-core (~> 3.11.0)
20
- rspec-expectations (~> 3.11.0)
21
- rspec-mocks (~> 3.11.0)
22
- rspec-core (3.11.0)
23
- rspec-support (~> 3.11.0)
24
- rspec-expectations (3.11.0)
19
+ rspec (3.12.0)
20
+ rspec-core (~> 3.12.0)
21
+ rspec-expectations (~> 3.12.0)
22
+ rspec-mocks (~> 3.12.0)
23
+ rspec-core (3.12.0)
24
+ rspec-support (~> 3.12.0)
25
+ rspec-expectations (3.12.0)
25
26
  diff-lcs (>= 1.2.0, < 2.0)
26
- rspec-support (~> 3.11.0)
27
- rspec-mocks (3.11.0)
27
+ rspec-support (~> 3.12.0)
28
+ rspec-mocks (3.12.0)
28
29
  diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.11.0)
30
- rspec-support (3.11.0)
31
- rubocop (1.26.0)
30
+ rspec-support (~> 3.12.0)
31
+ rspec-support (3.12.0)
32
+ rubocop (1.39.0)
33
+ json (~> 2.3)
32
34
  parallel (~> 1.10)
33
- parser (>= 3.1.0.0)
35
+ parser (>= 3.1.2.1)
34
36
  rainbow (>= 2.2.2, < 4.0)
35
37
  regexp_parser (>= 1.8, < 3.0)
36
- rexml
37
- rubocop-ast (>= 1.16.0, < 2.0)
38
+ rexml (>= 3.2.5, < 4.0)
39
+ rubocop-ast (>= 1.23.0, < 2.0)
38
40
  ruby-progressbar (~> 1.7)
39
41
  unicode-display_width (>= 1.4.0, < 3.0)
40
- rubocop-ast (1.16.0)
42
+ rubocop-ast (1.23.0)
41
43
  parser (>= 3.1.1.0)
42
44
  rubocop-rake (0.6.0)
43
45
  rubocop (~> 1.0)
44
46
  rubocop-rspec (2.9.0)
45
47
  rubocop (~> 1.19)
46
48
  ruby-progressbar (1.11.0)
47
- unicode-display_width (2.1.0)
49
+ unicode-display_width (2.3.0)
48
50
 
49
51
  PLATFORMS
50
52
  x86_64-linux
@@ -58,4 +60,4 @@ DEPENDENCIES
58
60
  rubocop-rspec (~> 2.9.0)
59
61
 
60
62
  BUNDLED WITH
61
- 2.3.9
63
+ 2.3.7
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Gem Version](https://badge.fury.io/rb/mm-simple_version.svg)](https://badge.fury.io/rb/mm-simple_version)
2
+ [![Ruby](https://github.com/invalidusrname/mm-simple_version/actions/workflows/main.yml/badge.svg)](https://github.com/invalidusrname/mm-simple_version/actions/workflows/main.yml)
3
+
1
4
  # MM::SimpleVersion
2
5
 
3
6
  A simple gem that just prints the gem name and its version.
@@ -15,7 +18,9 @@ A simple gem that just prints the gem name and its version.
15
18
 
16
19
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
17
20
 
18
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
21
+ To install this gem onto your local machine, run `bundle exec rake install`.
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.
19
24
 
20
25
  ## Contributing
21
26
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MM
4
4
  module SimpleVersion
5
- VERSION = "0.2.2"
5
+ VERSION = "0.2.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mm-simple_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt McMahand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-13 00:00:00.000000000 Z
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-rake
@@ -64,7 +64,6 @@ homepage: https://github.com/invalidusrname/mm-simple_version
64
64
  licenses:
65
65
  - MIT
66
66
  metadata:
67
- allowed_push_host: https://rubygems.org
68
67
  homepage_uri: https://github.com/invalidusrname/mm-simple_version
69
68
  source_code_uri: https://github.com/invalidusrname/mm-simple_version
70
69
  changelog_uri: https://github.com/invalidusrname/mm-simple_version/blob/master/CHANGELOG.md
@@ -84,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
83
  - !ruby/object:Gem::Version
85
84
  version: '0'
86
85
  requirements: []
87
- rubygems_version: 3.3.3
86
+ rubygems_version: 3.3.7
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: A playground gem. no real features here