mm-simple_version 0.2.4 → 0.2.5

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: b71d1ae777442bb6bd752f09c60841ed582b96575818f69351811604e27bb0e2
4
- data.tar.gz: 2677732f3cd99dca962c287c147fa7fc9122239a5f01287cbafa612f945886c1
3
+ metadata.gz: 30bdc93d4e9bad889f44c83b34382089f10c605d94bb7af7990625d626f02b58
4
+ data.tar.gz: 853c1fd198ed0be7d5c46741746850649bc18f76ad966a1cb9e66543e6d59440
5
5
  SHA512:
6
- metadata.gz: bd014886fd8b6d6e166662ff8557806334df01baed41d6cd23ff6096d4f31b72bcbfacdf9f807ae84dc90538a70f60c1dd07dd88ae36bbe294614d2ca332f938
7
- data.tar.gz: af5e37a622a852a11f8a718ce0a7ab16c468fd404f3dfce5b196db010bc7090829c785dfdf4f0ff55ad94259f461c0ecef5112ec37a7687113d98e1085e559f0
6
+ metadata.gz: 18bb4d0bff0fc7f1f899746cc2d47695a2f4db904672fe080847c5d52162829d837270d0c01bd8db8ede43b731ce9202cb1c42a3cf2ed7c1c297145019828067
7
+ data.tar.gz: 1a715310d6964a94e23974609b321d019de2e4aee52bba1147f470688ed39ad0ad46473d6b586e479097412882d96553a72cc6a3a47131284d5c986f92ab8404
data/.rubocop.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  AllCops:
2
2
  NewCops: enable
3
- TargetRubyVersion: 2.6
3
+ TargetRubyVersion: 3.2.0
4
4
 
5
5
  Style/StringLiterals:
6
6
  Enabled: true
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.2
1
+ 3.2.0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.5](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.4...v0.2.5) (2022-12-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bumping to latest ruby release ([7427d9e](https://github.com/invalidusrname/mm-simple_version/commit/7427d9ebbe7669789b684ddb7341f7c633bf7476))
9
+
3
10
  ## [0.2.4](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.3...v0.2.4) (2022-11-24)
4
11
 
5
12
 
data/Gemfile CHANGED
@@ -9,4 +9,4 @@ gem "rake", "~> 13.0"
9
9
 
10
10
  gem "rspec", "~> 3.0"
11
11
 
12
- gem "rubocop", "~> 1.21"
12
+ gem "rubocop", "~> 1.40"
data/Gemfile.lock CHANGED
@@ -1,16 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mm-simple_version (0.2.4)
4
+ mm-simple_version (0.2.5)
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
- json (2.6.2)
11
+ json (2.6.3)
12
12
  parallel (1.22.1)
13
- parser (3.1.2.1)
13
+ parser (3.1.3.0)
14
14
  ast (~> 2.4.1)
15
15
  rainbow (3.1.1)
16
16
  rake (13.0.6)
@@ -22,14 +22,14 @@ GEM
22
22
  rspec-mocks (~> 3.12.0)
23
23
  rspec-core (3.12.0)
24
24
  rspec-support (~> 3.12.0)
25
- rspec-expectations (3.12.0)
25
+ rspec-expectations (3.12.1)
26
26
  diff-lcs (>= 1.2.0, < 2.0)
27
27
  rspec-support (~> 3.12.0)
28
- rspec-mocks (3.12.0)
28
+ rspec-mocks (3.12.1)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
30
  rspec-support (~> 3.12.0)
31
31
  rspec-support (3.12.0)
32
- rubocop (1.39.0)
32
+ rubocop (1.41.1)
33
33
  json (~> 2.3)
34
34
  parallel (~> 1.10)
35
35
  parser (>= 3.1.2.1)
@@ -39,12 +39,12 @@ GEM
39
39
  rubocop-ast (>= 1.23.0, < 2.0)
40
40
  ruby-progressbar (~> 1.7)
41
41
  unicode-display_width (>= 1.4.0, < 3.0)
42
- rubocop-ast (1.23.0)
42
+ rubocop-ast (1.24.0)
43
43
  parser (>= 3.1.1.0)
44
44
  rubocop-rake (0.6.0)
45
45
  rubocop (~> 1.0)
46
- rubocop-rspec (2.9.0)
47
- rubocop (~> 1.19)
46
+ rubocop-rspec (2.16.0)
47
+ rubocop (~> 1.33)
48
48
  ruby-progressbar (1.11.0)
49
49
  unicode-display_width (2.3.0)
50
50
 
@@ -55,9 +55,9 @@ DEPENDENCIES
55
55
  mm-simple_version!
56
56
  rake (~> 13.0)
57
57
  rspec (~> 3.0)
58
- rubocop (~> 1.21)
58
+ rubocop (~> 1.40)
59
59
  rubocop-rake (~> 0.6.0)
60
- rubocop-rspec (~> 2.9.0)
60
+ rubocop-rspec (~> 2.16.0)
61
61
 
62
62
  BUNDLED WITH
63
- 2.3.7
63
+ 2.4.1
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MM
4
4
  module SimpleVersion
5
- VERSION = "0.2.4"
5
+ VERSION = "0.2.5"
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.4
4
+ version: 0.2.5
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-11-24 00:00:00.000000000 Z
11
+ date: 2022-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-rake
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.9.0
33
+ version: 2.16.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.9.0
40
+ version: 2.16.0
41
41
  description: A gem to try out github actions and gem publishing
42
42
  email:
43
43
  - mmcmahand@gmail.com
@@ -76,14 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.6.0
79
+ version: 3.2.0
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 3.3.7
86
+ rubygems_version: 3.4.1
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: A playground gem. no real features here