mm-simple_version 0.2.4 → 0.3.0

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: 356f7d4e0e0966cfb17c2ec66d7370b46f37550ac8aa333356af4fa72c2992db
4
+ data.tar.gz: 68a226ce45b8af98b90e773d7ac35adc6186a3d344e7c27f914ea4b0ebe7570d
5
5
  SHA512:
6
- metadata.gz: bd014886fd8b6d6e166662ff8557806334df01baed41d6cd23ff6096d4f31b72bcbfacdf9f807ae84dc90538a70f60c1dd07dd88ae36bbe294614d2ca332f938
7
- data.tar.gz: af5e37a622a852a11f8a718ce0a7ab16c468fd404f3dfce5b196db010bc7090829c785dfdf4f0ff55ad94259f461c0ecef5112ec37a7687113d98e1085e559f0
6
+ metadata.gz: d8e0464fae56b2e1db07ce0ce24017a2751feef119e63dcb6721b91063f9149bd4b539d8d5f5f6d154dab2116d4d00622e42d24d820f7facc01e562ec268eec0
7
+ data.tar.gz: ffa1516cf96142829d43099d2a221812348e724fc51fb4ca63dceb00a1631ba9158e2b40898e9ceee8408f84f1c4bdb814ba77f22eae59852ea20fde1d4a9811
@@ -0,0 +1,10 @@
1
+ # See https://pre-commit.com for more information
2
+ # See https://pre-commit.com/hooks.html for more hooks
3
+ repos:
4
+ - repo: https://github.com/pre-commit/pre-commit-hooks
5
+ rev: v3.2.0
6
+ hooks:
7
+ - id: trailing-whitespace
8
+ - id: end-of-file-fixer
9
+ - id: check-yaml
10
+ - id: check-added-large-files
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.2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.0](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.5...v0.3.0) (2024-11-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * add auto-approve for dependabot patch updates ([149193b](https://github.com/invalidusrname/mm-simple_version/commit/149193beffbcc34960e697358ac9feb745fe479e))
9
+
10
+ ## [0.2.5](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.4...v0.2.5) (2022-12-26)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * bumping to latest ruby release ([7427d9e](https://github.com/invalidusrname/mm-simple_version/commit/7427d9ebbe7669789b684ddb7341f7c633bf7476))
16
+
3
17
  ## [0.2.4](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.3...v0.2.4) (2022-11-24)
4
18
 
5
19
 
data/Gemfile CHANGED
@@ -5,8 +5,11 @@ source "https://rubygems.org"
5
5
  # Specify your gem's dependencies in mm-simple_version.gemspec
6
6
  gemspec
7
7
 
8
- gem "rake", "~> 13.0"
8
+ gem "rake", "~> 13.2"
9
9
 
10
- gem "rspec", "~> 3.0"
10
+ gem "rspec", "~> 3.13"
11
11
 
12
- gem "rubocop", "~> 1.21"
12
+ gem "rubocop", "~> 1.66"
13
+
14
+ gem "rubocop-rake", "~> 0.6.0"
15
+ gem "rubocop-rspec", "~> 3.0.5"
data/Gemfile.lock CHANGED
@@ -1,63 +1,65 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mm-simple_version (0.2.4)
4
+ mm-simple_version (0.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
- diff-lcs (1.5.0)
11
- json (2.6.2)
12
- parallel (1.22.1)
13
- parser (3.1.2.1)
10
+ diff-lcs (1.5.1)
11
+ json (2.7.5)
12
+ language_server-protocol (3.17.0.3)
13
+ parallel (1.26.3)
14
+ parser (3.3.5.1)
14
15
  ast (~> 2.4.1)
16
+ racc
17
+ racc (1.8.1)
15
18
  rainbow (3.1.1)
16
- rake (13.0.6)
17
- regexp_parser (2.6.1)
18
- rexml (3.2.5)
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)
19
+ rake (13.2.1)
20
+ regexp_parser (2.9.2)
21
+ rspec (3.13.0)
22
+ rspec-core (~> 3.13.0)
23
+ rspec-expectations (~> 3.13.0)
24
+ rspec-mocks (~> 3.13.0)
25
+ rspec-core (3.13.2)
26
+ rspec-support (~> 3.13.0)
27
+ rspec-expectations (3.13.3)
26
28
  diff-lcs (>= 1.2.0, < 2.0)
27
- rspec-support (~> 3.12.0)
28
- rspec-mocks (3.12.0)
29
+ rspec-support (~> 3.13.0)
30
+ rspec-mocks (3.13.2)
29
31
  diff-lcs (>= 1.2.0, < 2.0)
30
- rspec-support (~> 3.12.0)
31
- rspec-support (3.12.0)
32
- rubocop (1.39.0)
32
+ rspec-support (~> 3.13.0)
33
+ rspec-support (3.13.1)
34
+ rubocop (1.68.0)
33
35
  json (~> 2.3)
36
+ language_server-protocol (>= 3.17.0)
34
37
  parallel (~> 1.10)
35
- parser (>= 3.1.2.1)
38
+ parser (>= 3.3.0.2)
36
39
  rainbow (>= 2.2.2, < 4.0)
37
- regexp_parser (>= 1.8, < 3.0)
38
- rexml (>= 3.2.5, < 4.0)
39
- rubocop-ast (>= 1.23.0, < 2.0)
40
+ regexp_parser (>= 2.4, < 3.0)
41
+ rubocop-ast (>= 1.32.2, < 2.0)
40
42
  ruby-progressbar (~> 1.7)
41
- unicode-display_width (>= 1.4.0, < 3.0)
42
- rubocop-ast (1.23.0)
43
- parser (>= 3.1.1.0)
43
+ unicode-display_width (>= 2.4.0, < 3.0)
44
+ rubocop-ast (1.33.1)
45
+ parser (>= 3.3.1.0)
44
46
  rubocop-rake (0.6.0)
45
47
  rubocop (~> 1.0)
46
- rubocop-rspec (2.9.0)
47
- rubocop (~> 1.19)
48
- ruby-progressbar (1.11.0)
49
- unicode-display_width (2.3.0)
48
+ rubocop-rspec (3.0.5)
49
+ rubocop (~> 1.61)
50
+ ruby-progressbar (1.13.0)
51
+ unicode-display_width (2.6.0)
50
52
 
51
53
  PLATFORMS
52
54
  x86_64-linux
53
55
 
54
56
  DEPENDENCIES
55
57
  mm-simple_version!
56
- rake (~> 13.0)
57
- rspec (~> 3.0)
58
- rubocop (~> 1.21)
58
+ rake (~> 13.2)
59
+ rspec (~> 3.13)
60
+ rubocop (~> 1.66)
59
61
  rubocop-rake (~> 0.6.0)
60
- rubocop-rspec (~> 2.9.0)
62
+ rubocop-rspec (~> 3.0.5)
61
63
 
62
64
  BUNDLED WITH
63
- 2.3.7
65
+ 2.4.10
data/README.md CHANGED
@@ -24,7 +24,7 @@ Releases are handled with Github Actions and using [Release Please](https://gith
24
24
 
25
25
  ## Contributing
26
26
 
27
- Bug reports and pull requests are welcome on GitHub at https://github.com/invalidusrname/mm-simple_version. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/invalidusrname/mm-simple_version/blob/master/CODE_OF_CONDUCT.md).
27
+ Bug reports and pull requests are welcome on GitHub at [mm-simpleversion](https://github.com/invalidusrname/mm-simple_version). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/invalidusrname/mm-simple_version/blob/master/CODE_OF_CONDUCT.md).
28
28
 
29
29
  ## License
30
30
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MM
4
4
  module SimpleVersion
5
- VERSION = "0.2.4"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,43 +1,15 @@
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.3.0
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
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rubocop-rake
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 0.6.0
20
- type: :development
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 0.6.0
27
- - !ruby/object:Gem::Dependency
28
- name: rubocop-rspec
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 2.9.0
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 2.9.0
11
+ date: 2024-11-03 00:00:00.000000000 Z
12
+ dependencies: []
41
13
  description: A gem to try out github actions and gem publishing
42
14
  email:
43
15
  - mmcmahand@gmail.com
@@ -46,6 +18,7 @@ executables:
46
18
  extensions: []
47
19
  extra_rdoc_files: []
48
20
  files:
21
+ - ".pre-commit-config.yaml"
49
22
  - ".rspec"
50
23
  - ".rubocop.yml"
51
24
  - ".ruby-version"
@@ -76,14 +49,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
49
  requirements:
77
50
  - - ">="
78
51
  - !ruby/object:Gem::Version
79
- version: 2.6.0
52
+ version: 3.2.0
80
53
  required_rubygems_version: !ruby/object:Gem::Requirement
81
54
  requirements:
82
55
  - - ">="
83
56
  - !ruby/object:Gem::Version
84
57
  version: '0'
85
58
  requirements: []
86
- rubygems_version: 3.3.7
59
+ rubygems_version: 3.4.10
87
60
  signing_key:
88
61
  specification_version: 4
89
62
  summary: A playground gem. no real features here