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 +4 -4
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +16 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +28 -26
- data/lib/mm/simple_version/version.rb +1 -1
- metadata +9 -10
- data/mm-simple_version.gemspec +0 -39
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30bdc93d4e9bad889f44c83b34382089f10c605d94bb7af7990625d626f02b58
|
4
|
+
data.tar.gz: 853c1fd198ed0be7d5c46741746850649bc18f76ad966a1cb9e66543e6d59440
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18bb4d0bff0fc7f1f899746cc2d47695a2f4db904672fe080847c5d52162829d837270d0c01bd8db8ede43b731ce9202cb1c42a3cf2ed7c1c297145019828067
|
7
|
+
data.tar.gz: 1a715310d6964a94e23974609b321d019de2e4aee52bba1147f470688ed39ad0ad46473d6b586e479097412882d96553a72cc6a3a47131284d5c986f92ab8404
|
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
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
data/Gemfile.lock
CHANGED
@@ -1,50 +1,52 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mm-simple_version (0.2.
|
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
|
-
|
12
|
-
|
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.
|
17
|
+
regexp_parser (2.6.1)
|
17
18
|
rexml (3.2.5)
|
18
|
-
rspec (3.
|
19
|
-
rspec-core (~> 3.
|
20
|
-
rspec-expectations (~> 3.
|
21
|
-
rspec-mocks (~> 3.
|
22
|
-
rspec-core (3.
|
23
|
-
rspec-support (~> 3.
|
24
|
-
rspec-expectations (3.
|
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.
|
27
|
-
rspec-mocks (3.
|
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.
|
30
|
-
rspec-support (3.
|
31
|
-
rubocop (1.
|
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.
|
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.
|
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.
|
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.
|
45
|
-
rubocop (~> 1.
|
46
|
+
rubocop-rspec (2.16.0)
|
47
|
+
rubocop (~> 1.33)
|
46
48
|
ruby-progressbar (1.11.0)
|
47
|
-
unicode-display_width (2.
|
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.
|
58
|
+
rubocop (~> 1.40)
|
57
59
|
rubocop-rake (~> 0.6.0)
|
58
|
-
rubocop-rspec (~> 2.
|
60
|
+
rubocop-rspec (~> 2.16.0)
|
59
61
|
|
60
62
|
BUNDLED WITH
|
61
|
-
2.
|
63
|
+
2.4.1
|
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
|
+
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-
|
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.
|
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.
|
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.
|
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.
|
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: []
|
data/mm-simple_version.gemspec
DELETED
@@ -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
|