mm-simple_version 0.2.5 → 0.4.1

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: 30bdc93d4e9bad889f44c83b34382089f10c605d94bb7af7990625d626f02b58
4
- data.tar.gz: 853c1fd198ed0be7d5c46741746850649bc18f76ad966a1cb9e66543e6d59440
3
+ metadata.gz: fc867f789077581b89cec29d2c5422b358ae85f977bbf600f2c0b593d1f03891
4
+ data.tar.gz: ae67ec6fd327e7aa01aa833ec9de9484702a7646206617afa27c108a242eca6f
5
5
  SHA512:
6
- metadata.gz: 18bb4d0bff0fc7f1f899746cc2d47695a2f4db904672fe080847c5d52162829d837270d0c01bd8db8ede43b731ce9202cb1c42a3cf2ed7c1c297145019828067
7
- data.tar.gz: 1a715310d6964a94e23974609b321d019de2e4aee52bba1147f470688ed39ad0ad46473d6b586e479097412882d96553a72cc6a3a47131284d5c986f92ab8404
6
+ metadata.gz: a55ecf69e15f6dedba17d73089ac910ba5e5caacb30d3ba28c06bcef1117e2cfffcc9f3978f0c96681f89df5544cd9a7318bba2bffb92b67f76afe210f0b487c
7
+ data.tar.gz: 358b77b86cedf82cb8176573a73d9a2230de772b734d3ea2ba6fac466789da15fa27904f39390880ec363de74a29608a4fb7084250aa919377938406b8db1031
@@ -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
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.4.1"
3
+ }
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ 3.4.5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,124 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.4.1](https://github.com/invalidusrname/mm-simple_version/compare/mm-simple_version/v0.4.0...mm-simple_version/v0.4.1) (2025-10-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * incorrect path to version for release-please to check ([283c134](https://github.com/invalidusrname/mm-simple_version/commit/283c134d69f1e3aee1eededc29aa17e12660de64))
9
+ * incorrect path to version for release-please to check ([08be9e3](https://github.com/invalidusrname/mm-simple_version/commit/08be9e3b8f461166327103e2c761aa51ef8a6c02))
10
+
11
+ ## [0.4.0](https://github.com/invalidusrname/mm-simple_version/compare/mm-simple_version/v0.3.0...mm-simple_version/v0.4.0) (2025-10-18)
12
+
13
+
14
+ ### Features
15
+
16
+ * bump ([30aabfb](https://github.com/invalidusrname/mm-simple_version/commit/30aabfbca0c066e206907e3f746ceac0a1ab8f6b))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * bump ([c780a7f](https://github.com/invalidusrname/mm-simple_version/commit/c780a7f930fa98d30b1fb78f3fe291498e0f2ce0))
22
+ * bump version ([75dc1dc](https://github.com/invalidusrname/mm-simple_version/commit/75dc1dc8aad7d458ed5ca3b2b753267b4d38363b))
23
+ * use googleapis/release-please-action ([1e8dcdc](https://github.com/invalidusrname/mm-simple_version/commit/1e8dcdc24f7ae4556193ad0c36c2109205c0f009))
24
+ * use googleapis/release-please-action ([1d4a467](https://github.com/invalidusrname/mm-simple_version/commit/1d4a467a8213c48bbce0b74f9d9b98110efdda45))
25
+
26
+ ## [0.3.0](https://github.com/invalidusrname/mm-simple_version/compare/mm-simple_version/v0.2.3...mm-simple_version/v0.3.0) (2025-10-18)
27
+
28
+
29
+ ### Features
30
+
31
+ * bump ([30aabfb](https://github.com/invalidusrname/mm-simple_version/commit/30aabfbca0c066e206907e3f746ceac0a1ab8f6b))
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * bump version ([75dc1dc](https://github.com/invalidusrname/mm-simple_version/commit/75dc1dc8aad7d458ed5ca3b2b753267b4d38363b))
37
+
38
+ ## [0.2.3](https://github.com/invalidusrname/mm-simple_version/compare/mm-simple_version-v0.3.1...mm-simple_version/v0.2.3) (2025-10-18)
39
+
40
+
41
+ ### Features
42
+
43
+ * add auto-approve for dependabot patch updates ([2421f73](https://github.com/invalidusrname/mm-simple_version/commit/2421f73764efc6386fa16bf637dba20c6512a1e1))
44
+ * add auto-approve for dependabot patch updates ([149193b](https://github.com/invalidusrname/mm-simple_version/commit/149193beffbcc34960e697358ac9feb745fe479e))
45
+ * print out gem name and version ([fff2836](https://github.com/invalidusrname/mm-simple_version/commit/fff2836dbae387773c0956a84ee4d762f8fb1d46))
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * bump ruby in github action ([df8fd72](https://github.com/invalidusrname/mm-simple_version/commit/df8fd72ab6e6c61a9ddf8b3f1d53ec899cc78c4c))
51
+ * bump version ([75dc1dc](https://github.com/invalidusrname/mm-simple_version/commit/75dc1dc8aad7d458ed5ca3b2b753267b4d38363b))
52
+ * bumping to latest ruby release ([7061d35](https://github.com/invalidusrname/mm-simple_version/commit/7061d3523a1f7d70ad4df1956b5651bd6e570579))
53
+ * bumping to latest ruby release ([7427d9e](https://github.com/invalidusrname/mm-simple_version/commit/7427d9ebbe7669789b684ddb7341f7c633bf7476))
54
+ * just print gem name and version number ([901b06a](https://github.com/invalidusrname/mm-simple_version/commit/901b06a0cf58070039adeeb74c6a691abb5af507))
55
+ * test out release-please settings with GEM_NAME ([875cdeb](https://github.com/invalidusrname/mm-simple_version/commit/875cdeb9930a124585d72ce210fe07c9e5279ce0))
56
+ * update ruby and bundled gems ([06fcad1](https://github.com/invalidusrname/mm-simple_version/commit/06fcad1a2680121abc32a9e1461466bd81fe5dca))
57
+ * use googleapis/release-please-action ([1e8dcdc](https://github.com/invalidusrname/mm-simple_version/commit/1e8dcdc24f7ae4556193ad0c36c2109205c0f009))
58
+ * use googleapis/release-please-action ([1d4a467](https://github.com/invalidusrname/mm-simple_version/commit/1d4a467a8213c48bbce0b74f9d9b98110efdda45))
59
+ * wrong executable dir ([521f094](https://github.com/invalidusrname/mm-simple_version/commit/521f094c93600a9d9656f3f673f77d02a6816e3a))
60
+ * wrong executable dir ([c9e4c7d](https://github.com/invalidusrname/mm-simple_version/commit/c9e4c7d6e22b699f153d40407c0aadaac0446755))
61
+
62
+
63
+ ### Miscellaneous Chores
64
+
65
+ * release 0.1.0 ([692eced](https://github.com/invalidusrname/mm-simple_version/commit/692eced4f13f48c7570ee82b952836d9748f594e))
66
+ * release 0.1.1 ([5aaa046](https://github.com/invalidusrname/mm-simple_version/commit/5aaa0466964fecc5d2954ea08139d5ef722b1ddf))
67
+ * release 0.1.1 ([cd4fe8a](https://github.com/invalidusrname/mm-simple_version/commit/cd4fe8a78f94a13d82cbd0a6599a81583b4f3894))
68
+ * release 0.1.2 ([2cbb3f5](https://github.com/invalidusrname/mm-simple_version/commit/2cbb3f537b7d7cb4ba48c22c60dd6def86412274))
69
+ * release 0.1.2 ([2616b25](https://github.com/invalidusrname/mm-simple_version/commit/2616b25c2e1fbcc00e7d4d1fabbcada280141f37))
70
+ * release 0.1.2 ([db697d3](https://github.com/invalidusrname/mm-simple_version/commit/db697d38c007156efe40dd3ea57f625d8c5ea5d0))
71
+ * release 0.1.3 ([1b45d94](https://github.com/invalidusrname/mm-simple_version/commit/1b45d9404c1d7382bf0728d4407c4f53fdf0593a))
72
+ * release 0.1.4 ([b5a10e4](https://github.com/invalidusrname/mm-simple_version/commit/b5a10e432b3729a2a1be3e2c5a7beec927e9182b))
73
+ * release 0.1.4 ([ae01a63](https://github.com/invalidusrname/mm-simple_version/commit/ae01a632fa79d7c061a4976fc7a005d3156b7222))
74
+ * release 0.1.5 ([fb24724](https://github.com/invalidusrname/mm-simple_version/commit/fb247244487f69f54d4b634aceac6feb3fad88e3))
75
+ * release 0.2.3 ([3df14dd](https://github.com/invalidusrname/mm-simple_version/commit/3df14dddb2fa7889f2e1ee6d612f206335aa3a7d))
76
+
77
+ ## [0.2.3](https://github.com/invalidusrname/mm-simple_version/compare/mm-simple_version-v0.3.0...mm-simple_version/v0.2.3) (2025-10-18)
78
+
79
+
80
+ ### Features
81
+
82
+ * add auto-approve for dependabot patch updates ([2421f73](https://github.com/invalidusrname/mm-simple_version/commit/2421f73764efc6386fa16bf637dba20c6512a1e1))
83
+ * add auto-approve for dependabot patch updates ([149193b](https://github.com/invalidusrname/mm-simple_version/commit/149193beffbcc34960e697358ac9feb745fe479e))
84
+ * print out gem name and version ([fff2836](https://github.com/invalidusrname/mm-simple_version/commit/fff2836dbae387773c0956a84ee4d762f8fb1d46))
85
+
86
+
87
+ ### Bug Fixes
88
+
89
+ * bump ruby in github action ([df8fd72](https://github.com/invalidusrname/mm-simple_version/commit/df8fd72ab6e6c61a9ddf8b3f1d53ec899cc78c4c))
90
+ * bumping to latest ruby release ([7061d35](https://github.com/invalidusrname/mm-simple_version/commit/7061d3523a1f7d70ad4df1956b5651bd6e570579))
91
+ * bumping to latest ruby release ([7427d9e](https://github.com/invalidusrname/mm-simple_version/commit/7427d9ebbe7669789b684ddb7341f7c633bf7476))
92
+ * just print gem name and version number ([901b06a](https://github.com/invalidusrname/mm-simple_version/commit/901b06a0cf58070039adeeb74c6a691abb5af507))
93
+ * test out release-please settings with GEM_NAME ([875cdeb](https://github.com/invalidusrname/mm-simple_version/commit/875cdeb9930a124585d72ce210fe07c9e5279ce0))
94
+ * update ruby and bundled gems ([06fcad1](https://github.com/invalidusrname/mm-simple_version/commit/06fcad1a2680121abc32a9e1461466bd81fe5dca))
95
+ * use googleapis/release-please-action ([1e8dcdc](https://github.com/invalidusrname/mm-simple_version/commit/1e8dcdc24f7ae4556193ad0c36c2109205c0f009))
96
+ * use googleapis/release-please-action ([1d4a467](https://github.com/invalidusrname/mm-simple_version/commit/1d4a467a8213c48bbce0b74f9d9b98110efdda45))
97
+ * wrong executable dir ([521f094](https://github.com/invalidusrname/mm-simple_version/commit/521f094c93600a9d9656f3f673f77d02a6816e3a))
98
+ * wrong executable dir ([c9e4c7d](https://github.com/invalidusrname/mm-simple_version/commit/c9e4c7d6e22b699f153d40407c0aadaac0446755))
99
+
100
+
101
+ ### Miscellaneous Chores
102
+
103
+ * release 0.1.0 ([692eced](https://github.com/invalidusrname/mm-simple_version/commit/692eced4f13f48c7570ee82b952836d9748f594e))
104
+ * release 0.1.1 ([5aaa046](https://github.com/invalidusrname/mm-simple_version/commit/5aaa0466964fecc5d2954ea08139d5ef722b1ddf))
105
+ * release 0.1.1 ([cd4fe8a](https://github.com/invalidusrname/mm-simple_version/commit/cd4fe8a78f94a13d82cbd0a6599a81583b4f3894))
106
+ * release 0.1.2 ([2cbb3f5](https://github.com/invalidusrname/mm-simple_version/commit/2cbb3f537b7d7cb4ba48c22c60dd6def86412274))
107
+ * release 0.1.2 ([2616b25](https://github.com/invalidusrname/mm-simple_version/commit/2616b25c2e1fbcc00e7d4d1fabbcada280141f37))
108
+ * release 0.1.2 ([db697d3](https://github.com/invalidusrname/mm-simple_version/commit/db697d38c007156efe40dd3ea57f625d8c5ea5d0))
109
+ * release 0.1.3 ([1b45d94](https://github.com/invalidusrname/mm-simple_version/commit/1b45d9404c1d7382bf0728d4407c4f53fdf0593a))
110
+ * release 0.1.4 ([b5a10e4](https://github.com/invalidusrname/mm-simple_version/commit/b5a10e432b3729a2a1be3e2c5a7beec927e9182b))
111
+ * release 0.1.4 ([ae01a63](https://github.com/invalidusrname/mm-simple_version/commit/ae01a632fa79d7c061a4976fc7a005d3156b7222))
112
+ * release 0.1.5 ([fb24724](https://github.com/invalidusrname/mm-simple_version/commit/fb247244487f69f54d4b634aceac6feb3fad88e3))
113
+ * release 0.2.3 ([3df14dd](https://github.com/invalidusrname/mm-simple_version/commit/3df14dddb2fa7889f2e1ee6d612f206335aa3a7d))
114
+
115
+ ## [0.3.0](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.5...v0.3.0) (2024-11-03)
116
+
117
+
118
+ ### Features
119
+
120
+ * add auto-approve for dependabot patch updates ([149193b](https://github.com/invalidusrname/mm-simple_version/commit/149193beffbcc34960e697358ac9feb745fe479e))
121
+
3
122
  ## [0.2.5](https://github.com/invalidusrname/mm-simple_version/compare/v0.2.4...v0.2.5) (2022-12-26)
4
123
 
5
124
 
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.3"
9
9
 
10
- gem "rspec", "~> 3.0"
10
+ gem "rspec", "~> 3.13"
11
11
 
12
- gem "rubocop", "~> 1.40"
12
+ gem "rubocop", "~> 1.81"
13
+
14
+ gem "rubocop-rake", "~> 0.7.1"
15
+ gem "rubocop-rspec", "~> 3.7.0"
data/Gemfile.lock CHANGED
@@ -1,63 +1,74 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mm-simple_version (0.2.5)
4
+ mm-simple_version (0.4.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- ast (2.4.2)
10
- diff-lcs (1.5.0)
11
- json (2.6.3)
12
- parallel (1.22.1)
13
- parser (3.1.3.0)
9
+ ast (2.4.3)
10
+ diff-lcs (1.6.2)
11
+ json (2.15.1)
12
+ language_server-protocol (3.17.0.5)
13
+ lint_roller (1.1.0)
14
+ parallel (1.27.0)
15
+ parser (3.3.9.0)
14
16
  ast (~> 2.4.1)
17
+ racc
18
+ prism (1.6.0)
19
+ racc (1.8.1)
15
20
  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.1)
21
+ rake (13.3.0)
22
+ regexp_parser (2.11.3)
23
+ rspec (3.13.1)
24
+ rspec-core (~> 3.13.0)
25
+ rspec-expectations (~> 3.13.0)
26
+ rspec-mocks (~> 3.13.0)
27
+ rspec-core (3.13.5)
28
+ rspec-support (~> 3.13.0)
29
+ rspec-expectations (3.13.5)
26
30
  diff-lcs (>= 1.2.0, < 2.0)
27
- rspec-support (~> 3.12.0)
28
- rspec-mocks (3.12.1)
31
+ rspec-support (~> 3.13.0)
32
+ rspec-mocks (3.13.6)
29
33
  diff-lcs (>= 1.2.0, < 2.0)
30
- rspec-support (~> 3.12.0)
31
- rspec-support (3.12.0)
32
- rubocop (1.41.1)
34
+ rspec-support (~> 3.13.0)
35
+ rspec-support (3.13.6)
36
+ rubocop (1.81.1)
33
37
  json (~> 2.3)
38
+ language_server-protocol (~> 3.17.0.2)
39
+ lint_roller (~> 1.1.0)
34
40
  parallel (~> 1.10)
35
- parser (>= 3.1.2.1)
41
+ parser (>= 3.3.0.2)
36
42
  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)
43
+ regexp_parser (>= 2.9.3, < 3.0)
44
+ rubocop-ast (>= 1.47.1, < 2.0)
40
45
  ruby-progressbar (~> 1.7)
41
- unicode-display_width (>= 1.4.0, < 3.0)
42
- rubocop-ast (1.24.0)
43
- parser (>= 3.1.1.0)
44
- rubocop-rake (0.6.0)
45
- rubocop (~> 1.0)
46
- rubocop-rspec (2.16.0)
47
- rubocop (~> 1.33)
48
- ruby-progressbar (1.11.0)
49
- unicode-display_width (2.3.0)
46
+ unicode-display_width (>= 2.4.0, < 4.0)
47
+ rubocop-ast (1.47.1)
48
+ parser (>= 3.3.7.2)
49
+ prism (~> 1.4)
50
+ rubocop-rake (0.7.1)
51
+ lint_roller (~> 1.1)
52
+ rubocop (>= 1.72.1)
53
+ rubocop-rspec (3.7.0)
54
+ lint_roller (~> 1.1)
55
+ rubocop (~> 1.72, >= 1.72.1)
56
+ ruby-progressbar (1.13.0)
57
+ unicode-display_width (3.2.0)
58
+ unicode-emoji (~> 4.1)
59
+ unicode-emoji (4.1.0)
50
60
 
51
61
  PLATFORMS
62
+ ruby
52
63
  x86_64-linux
53
64
 
54
65
  DEPENDENCIES
55
66
  mm-simple_version!
56
- rake (~> 13.0)
57
- rspec (~> 3.0)
58
- rubocop (~> 1.40)
59
- rubocop-rake (~> 0.6.0)
60
- rubocop-rspec (~> 2.16.0)
67
+ rake (~> 13.3)
68
+ rspec (~> 3.13)
69
+ rubocop (~> 1.81)
70
+ rubocop-rake (~> 0.7.1)
71
+ rubocop-rspec (~> 3.7.0)
61
72
 
62
73
  BUNDLED WITH
63
- 2.4.1
74
+ 2.6.9
data/README.md CHANGED
@@ -24,12 +24,8 @@ 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).
28
28
 
29
29
  ## License
30
30
 
31
31
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
32
-
33
- ## Code of Conduct
34
-
35
- Everyone interacting in the MM::SimpleVersion project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/invalidusrname/mm-simple_version/blob/master/CODE_OF_CONDUCT.md).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module MM
4
4
  module SimpleVersion
5
- VERSION = "0.2.5"
5
+ VERSION = "0.4.1"
6
6
  end
7
7
  end
@@ -0,0 +1,10 @@
1
+ {
2
+ "packages": {
3
+ ".": {
4
+ "bump-minor-pre-major": true,
5
+ "package-name": "mm-simple_version",
6
+ "release-type": "ruby",
7
+ "version-file": "lib/mm/simple_version/version.rb"
8
+ }
9
+ }
10
+ }
metadata CHANGED
@@ -1,43 +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.5
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt McMahand
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2022-12-26 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.16.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.16.0
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
41
12
  description: A gem to try out github actions and gem publishing
42
13
  email:
43
14
  - mmcmahand@gmail.com
@@ -46,11 +17,12 @@ executables:
46
17
  extensions: []
47
18
  extra_rdoc_files: []
48
19
  files:
20
+ - ".pre-commit-config.yaml"
21
+ - ".release-please-manifest.json"
49
22
  - ".rspec"
50
23
  - ".rubocop.yml"
51
24
  - ".ruby-version"
52
25
  - CHANGELOG.md
53
- - CODE_OF_CONDUCT.md
54
26
  - Gemfile
55
27
  - Gemfile.lock
56
28
  - LICENSE.txt
@@ -59,6 +31,7 @@ files:
59
31
  - exe/simple_version
60
32
  - lib/mm/simple_version.rb
61
33
  - lib/mm/simple_version/version.rb
34
+ - release-please-config.json
62
35
  - sig/mm/simple_version.rbs
63
36
  homepage: https://github.com/invalidusrname/mm-simple_version
64
37
  licenses:
@@ -68,7 +41,6 @@ metadata:
68
41
  source_code_uri: https://github.com/invalidusrname/mm-simple_version
69
42
  changelog_uri: https://github.com/invalidusrname/mm-simple_version/blob/master/CHANGELOG.md
70
43
  rubygems_mfa_required: 'false'
71
- post_install_message:
72
44
  rdoc_options: []
73
45
  require_paths:
74
46
  - lib
@@ -83,8 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
55
  - !ruby/object:Gem::Version
84
56
  version: '0'
85
57
  requirements: []
86
- rubygems_version: 3.4.1
87
- signing_key:
58
+ rubygems_version: 3.6.9
88
59
  specification_version: 4
89
60
  summary: A playground gem. no real features here
90
61
  test_files: []
data/CODE_OF_CONDUCT.md DELETED
@@ -1,84 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
-
7
- We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
-
9
- ## Our Standards
10
-
11
- Examples of behavior that contributes to a positive environment for our community include:
12
-
13
- * Demonstrating empathy and kindness toward other people
14
- * Being respectful of differing opinions, viewpoints, and experiences
15
- * Giving and gracefully accepting constructive feedback
16
- * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
- * Focusing on what is best not just for us as individuals, but for the overall community
18
-
19
- Examples of unacceptable behavior include:
20
-
21
- * The use of sexualized language or imagery, and sexual attention or
22
- advances of any kind
23
- * Trolling, insulting or derogatory comments, and personal or political attacks
24
- * Public or private harassment
25
- * Publishing others' private information, such as a physical or email
26
- address, without their explicit permission
27
- * Other conduct which could reasonably be considered inappropriate in a
28
- professional setting
29
-
30
- ## Enforcement Responsibilities
31
-
32
- Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
-
34
- Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
-
36
- ## Scope
37
-
38
- This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
-
40
- ## Enforcement
41
-
42
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at matt@invalid8.com. All complaints will be reviewed and investigated promptly and fairly.
43
-
44
- All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
-
46
- ## Enforcement Guidelines
47
-
48
- Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
-
50
- ### 1. Correction
51
-
52
- **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
-
54
- **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
-
56
- ### 2. Warning
57
-
58
- **Community Impact**: A violation through a single incident or series of actions.
59
-
60
- **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
-
62
- ### 3. Temporary Ban
63
-
64
- **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
-
66
- **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
-
68
- ### 4. Permanent Ban
69
-
70
- **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
-
72
- **Consequence**: A permanent ban from any sort of public interaction within the community.
73
-
74
- ## Attribution
75
-
76
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
- available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
-
79
- Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
-
81
- [homepage]: https://www.contributor-covenant.org
82
-
83
- For answers to common questions about this code of conduct, see the FAQ at
84
- https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.