mm-simple_version 0.2.3 → 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: bf03602a4349536ae44bc47c98f01a900cdb0228890e418053c245f44ec6b906
4
- data.tar.gz: e9a450c8c23afa9926b0b8dc224a01729e2ce7fa6e607628ebd500a5babc570b
3
+ metadata.gz: 30bdc93d4e9bad889f44c83b34382089f10c605d94bb7af7990625d626f02b58
4
+ data.tar.gz: 853c1fd198ed0be7d5c46741746850649bc18f76ad966a1cb9e66543e6d59440
5
5
  SHA512:
6
- metadata.gz: 432a58b15bfffdbb9fb9cabdc816f453bf4a1dab9edefe6257135b0edac0005b13ae2650d9707623825c83dbc72bbe04efbccb082b7926ec9c9b3b03a3aa9d95
7
- data.tar.gz: 85160e49d44e09c9a98c9fb247d0e3d98678f4a008a52bff0065f8cf22259aaa1862e9ee2be376bfdea7ee75b4212b4e3e3e22dfa9918372d0c1435c04861dfa
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.0
1
+ 3.2.0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
10
+ ## [0.2.4](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.3...v0.2.4) (2022-11-24)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * bump ruby in github action ([df8fd72](https://github.com/invalidusrname/mm-simple_version/commit/df8fd72ab6e6c61a9ddf8b3f1d53ec899cc78c4c))
16
+ * test out release-please settings with GEM_NAME ([875cdeb](https://github.com/invalidusrname/mm-simple_version/commit/875cdeb9930a124585d72ce210fe07c9e5279ce0))
17
+ * update ruby and bundled gems ([06fcad1](https://github.com/invalidusrname/mm-simple_version/commit/06fcad1a2680121abc32a9e1461466bd81fe5dca))
18
+
3
19
  ### [0.2.3](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.2...v0.2.3) (2022-03-13)
4
20
 
5
21
 
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,50 +1,52 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mm-simple_version (0.2.3)
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
- parallel (1.21.0)
12
- parser (3.1.1.0)
11
+ json (2.6.3)
12
+ parallel (1.22.1)
13
+ parser (3.1.3.0)
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.1)
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.1)
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.41.1)
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.24.0)
41
43
  parser (>= 3.1.1.0)
42
44
  rubocop-rake (0.6.0)
43
45
  rubocop (~> 1.0)
44
- rubocop-rspec (2.9.0)
45
- rubocop (~> 1.19)
46
+ rubocop-rspec (2.16.0)
47
+ rubocop (~> 1.33)
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
@@ -53,9 +55,9 @@ DEPENDENCIES
53
55
  mm-simple_version!
54
56
  rake (~> 13.0)
55
57
  rspec (~> 3.0)
56
- rubocop (~> 1.21)
58
+ rubocop (~> 1.40)
57
59
  rubocop-rake (~> 0.6.0)
58
- rubocop-rspec (~> 2.9.0)
60
+ rubocop-rspec (~> 2.16.0)
59
61
 
60
62
  BUNDLED WITH
61
- 2.3.9
63
+ 2.4.1
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MM
4
4
  module SimpleVersion
5
- VERSION = "0.2.3"
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.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt McMahand
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-13 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
@@ -59,7 +59,6 @@ files:
59
59
  - exe/simple_version
60
60
  - lib/mm/simple_version.rb
61
61
  - lib/mm/simple_version/version.rb
62
- - mm-simple_version.gemspec
63
62
  - sig/mm/simple_version.rbs
64
63
  homepage: https://github.com/invalidusrname/mm-simple_version
65
64
  licenses:
@@ -69,7 +68,7 @@ metadata:
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
71
70
  rubygems_mfa_required: 'false'
72
- post_install_message:
71
+ post_install_message:
73
72
  rdoc_options: []
74
73
  require_paths:
75
74
  - lib
@@ -77,15 +76,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
76
  requirements:
78
77
  - - ">="
79
78
  - !ruby/object:Gem::Version
80
- version: 2.6.0
79
+ version: 3.2.0
81
80
  required_rubygems_version: !ruby/object:Gem::Requirement
82
81
  requirements:
83
82
  - - ">="
84
83
  - !ruby/object:Gem::Version
85
84
  version: '0'
86
85
  requirements: []
87
- rubygems_version: 3.3.9
88
- signing_key:
86
+ rubygems_version: 3.4.1
87
+ signing_key:
89
88
  specification_version: 4
90
89
  summary: A playground gem. no real features here
91
90
  test_files: []
@@ -1,39 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative "lib/mm/simple_version/version"
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = "mm-simple_version"
7
- spec.version = MM::SimpleVersion::VERSION
8
- spec.authors = ["Matt McMahand"]
9
- spec.email = ["mmcmahand@gmail.com"]
10
-
11
- spec.summary = "A playground gem. no real features here"
12
- spec.description = "A gem to try out github actions and gem publishing"
13
- spec.homepage = "https://github.com/invalidusrname/mm-simple_version"
14
- spec.license = "MIT"
15
- spec.required_ruby_version = ">= 2.6.0"
16
-
17
- spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["source_code_uri"] = spec.homepage
19
- spec.metadata["changelog_uri"] = File.join(spec.homepage, "blob/master/CHANGELOG.md")
20
-
21
- # Specify which files should be added to the gem when it is released.
22
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
- spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
- `git ls-files -z`.split("\x0").reject do |f|
25
- (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
26
- end
27
- end
28
- spec.bindir = "exe"
29
- spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
- spec.require_paths = ["lib"]
31
-
32
- # Uncomment to register a new dependency of your gem
33
- spec.add_development_dependency "rubocop-rake", "~> 0.6.0"
34
- spec.add_development_dependency "rubocop-rspec", "~> 2.9.0"
35
-
36
- # For more information and examples about making a new gem, check out our
37
- # guide at: https://bundler.io/guides/creating_gem.html
38
- spec.metadata["rubygems_mfa_required"] = "false"
39
- end