version_gem 1.1.5 → 1.1.6

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: 46fdc77dde9960d5a1cc1e8e4d5c167886ef9852e8dd653f99f13901639f9ed3
4
- data.tar.gz: 53f6e874d39543bde0be8158ae9631c41baad47b86600c30cc5ec4658ecdfe07
3
+ metadata.gz: 779a53b7ab4b5e47e80eedc36f0551e2786886dcac2eb91928537bc9535793cd
4
+ data.tar.gz: 8c51c4dc1e88dd9e144dc22197f3992096e2da71ab55e324ca59aec907a40eb1
5
5
  SHA512:
6
- metadata.gz: '0118cebf5ed37f1f964558421edc1aab00fdae41664575be68071775003f2d6cdabaabccc550155aea97d39a7a10d7ec462879db52ddfa521151ab1633fee141'
7
- data.tar.gz: 777c2180b9e60dce87a8fb21dc17aa8005cc7be83393891d9d1522d07819e38f34b6e8a5584f66588acda6250488728d80d166fe90c61ee43bd08c50133b953d
6
+ metadata.gz: 4944471f27fa5bf9013c4f1009ae0ae21f81fe92b345ff3f5a4b400861147dbbb67d10323222278dacb1b92a1f4eddf2e2fc6aef069e3e7b89d637507ee70518
7
+ data.tar.gz: 7a030e85c153ec35b2075a18e24a3ba3f64b8fb6c7891f794beea9e45c7b4a130e32e6a350a397a4df3888981704696c2f1fb6d076a362da5fa0a578ed7326f9
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- 7�� ���?4�@�f��my3󬶃�|�WG0#%8��d���� ���ė����>��cm��a�çto��6�L��
2
- ���?:�Wߟ��p;�w��6E��i��{� FG֒$爴�U��;���0���aщ�� �Sr��_�Y��Ӳ/:d��L =�Etb1���8ւ�\��cO9���'_]6�� Ic� Pӻ�E �y����d����cA�
1
+ I&"�%/c�U�iD$_Dqm-���� �bV��Z9�O���:H�H��� 1 v��=5mN��4� �]d��q�V?<u],*�~��B�'(�rښ/� ɢ��Iv]���'���G�G�� s�����%A�'!@��S�ZcC� ���B��-��$>�kXk1 R�ߺ K��F,��
2
+ � ��d�r���*��G��I�*|��wR�������{Uu���b���<-�$������Β�g�ʙ�b��v!.��Du�$]�OpV֓/��XRut��@��JL�(�R^��W�z��iR!�4O��c{d)u�����>־K|T��Nl<m��bB&v���)P"7���^�7kN�aP�$Otc=&h���o
data/CHANGELOG.md CHANGED
@@ -1,8 +1,20 @@
1
1
  # Changelog
2
+
3
+ [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
4
+
2
5
  All notable changes to this project will be documented in this file.
3
6
 
4
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+ The format is based on [Keep a Changelog][📗keep-changelog],
8
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
9
+ and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
10
+ Please file a bug if you notice a violation of semantic versioning.
11
+
12
+ [📌semver]: https://semver.org/spec/v2.0.0.html
13
+ [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
14
+ [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
15
+ [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
16
+ [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
17
+ [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
6
18
 
7
19
  ## [Unreleased]
8
20
  ### Added
@@ -10,20 +22,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
22
  ### Fixed
11
23
  ### Removed
12
24
 
13
- ## [1.1.5] 2025-02-21 ([tag][1.1.5t])
25
+ ## [1.1.6] 2025-02-24 ([tag][1.1.6t])
14
26
  - Line Coverage: 100.0% (77 / 77)
15
27
  - Branch Coverage: 100.0% (2 / 2)
16
28
  - 77.78% documented
17
29
  ### Added
18
- - Document approach to get code coverage on your gem's version.rb file
19
- - More documentation, and yard task for documentation
20
- - Documentation of Ruby version and SemVer support
30
+ - Support for JRuby 9.1, 9.2, 9.3, 9.4, and head (@pboling)
31
+ - Support for Truffle Ruby 22.3, 23.0, 23.1, 24.1, and head (@pboling)
32
+ - Evergreen current latest engine release workflow (@pboling)
33
+ - Runs ruby, truffleruby, and jruby, always latest release
34
+ - Improved developer experience for contributors (@pboling)
35
+ - More documentation (@pboling)
36
+ - Switch to stone_checksums for checksum generation (@pboling)
37
+ ### Changed
38
+ - Code of Conduct updated - Contributor Covenant v2.0 => v2.1 (@pboling)
39
+
40
+ ## [1.1.5] 2025-02-22 ([tag][1.1.5t])
41
+ - Line Coverage: 100.0% (77 / 77)
42
+ - Branch Coverage: 100.0% (2 / 2)
43
+ - 77.78% documented
44
+ ### Added
45
+ - Document approach to get code coverage on your gem's version.rb file (@pboling)
46
+ - More documentation, and yard task for documentation (@pboling)
47
+ - Documentation of Ruby version and SemVer support (@pboling)
21
48
  ### Fixed
22
- - [#3](https://gitlab.com/oauth-xx/version_gem/-/issues/3) - Allow packaging without signing
49
+ - [#3](https://gitlab.com/oauth-xx/version_gem/-/issues/3) - Allow packaging without signing (@pboling)
23
50
  - to support secure linux distros which have alternate means of signing packages within their package managers
24
- - Code coverage tracking
25
- - Documentation of usage in gemspec via `Kernel.load`
26
- - Improved gemspec config
51
+ - Code coverage tracking (@pboling)
52
+ - Documentation of usage in gemspec via `Kernel.load` (@pboling)
53
+ - Improved gemspec config (@pboling)
27
54
 
28
55
  ## [1.1.4] 2024-03-21 ([tag][1.1.4t])
29
56
  ### Added
@@ -70,10 +97,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
97
  - Gem releases are now cryptographically signed (@pboling)
71
98
 
72
99
  ## [1.1.0] - 2022-06-24 ([tag][1.1.0t])
73
- ### Fixed
74
- - to_a uses same type casting as major, minor, patch, and pre (@pboling)
75
100
  ### Added
76
101
  - RSpec Matchers and Shared Example (@pboling)
102
+ ### Fixed
103
+ - `to_a` uses same type casting as major, minor, patch, and pre (@pboling)
77
104
 
78
105
  ## [1.0.2] - 2022-06-23 ([tag][1.0.2t])
79
106
  ### Added
@@ -90,7 +117,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
117
  ### Added
91
118
  - Initial release, with basic version parsing API (@pboling)
92
119
 
93
- [Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...main
120
+ [Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.6...main
121
+ [1.1.6]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.5...v1.1.6
122
+ [1.1.6t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.6
94
123
  [1.1.5]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.4...v1.1.5
95
124
  [1.1.5t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.5
96
125
  [1.1.4]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.3...v1.1.4
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,84 +1,135 @@
1
+
1
2
  # Contributor Covenant Code of Conduct
2
3
 
3
4
  ## Our Pledge
4
5
 
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
+ We as members, contributors, and leaders pledge to make participation in our
7
+ community a harassment-free experience for everyone, regardless of age, body
8
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
9
+ identity and expression, level of experience, education, socio-economic status,
10
+ nationality, personal appearance, race, caste, color, religion, or sexual
11
+ identity and orientation.
6
12
 
7
- We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
13
+ We pledge to act and interact in ways that contribute to an open, welcoming,
14
+ diverse, inclusive, and healthy community.
8
15
 
9
16
  ## Our Standards
10
17
 
11
- Examples of behavior that contributes to a positive environment for our community include:
18
+ Examples of behavior that contributes to a positive environment for our
19
+ community include:
12
20
 
13
21
  * Demonstrating empathy and kindness toward other people
14
22
  * Being respectful of differing opinions, viewpoints, and experiences
15
23
  * 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
24
+ * Accepting responsibility and apologizing to those affected by our mistakes,
25
+ and learning from the experience
26
+ * Focusing on what is best not just for us as individuals, but for the overall
27
+ community
18
28
 
19
29
  Examples of unacceptable behavior include:
20
30
 
21
- * The use of sexualized language or imagery, and sexual attention or
22
- advances of any kind
31
+ * The use of sexualized language or imagery, and sexual attention or advances of
32
+ any kind
23
33
  * Trolling, insulting or derogatory comments, and personal or political attacks
24
34
  * Public or private harassment
25
- * Publishing others' private information, such as a physical or email
26
- address, without their explicit permission
35
+ * Publishing others' private information, such as a physical or email address,
36
+ without their explicit permission
27
37
  * Other conduct which could reasonably be considered inappropriate in a
28
38
  professional setting
29
39
 
30
40
  ## Enforcement Responsibilities
31
41
 
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.
42
+ Community leaders are responsible for clarifying and enforcing our standards of
43
+ acceptable behavior and will take appropriate and fair corrective action in
44
+ response to any behavior that they deem inappropriate, threatening, offensive,
45
+ or harmful.
33
46
 
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.
47
+ Community leaders have the right and responsibility to remove, edit, or reject
48
+ comments, commits, code, wiki edits, issues, and other contributions that are
49
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
50
+ decisions when appropriate.
35
51
 
36
52
  ## Scope
37
53
 
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.
54
+ This Code of Conduct applies within all community spaces, and also applies when
55
+ an individual is officially representing the community in public spaces.
56
+ Examples of representing our community include using an official email address,
57
+ posting via an official social media account, or acting as an appointed
58
+ representative at an online or offline event.
39
59
 
40
60
  ## Enforcement
41
61
 
42
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at peter.boling@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
62
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
63
+ reported to the community leaders responsible for enforcement at
64
+ [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact].
65
+ All complaints will be reviewed and investigated promptly and fairly.
43
66
 
44
- All community leaders are obligated to respect the privacy and security of the reporter of any incident.
67
+ All community leaders are obligated to respect the privacy and security of the
68
+ reporter of any incident.
45
69
 
46
70
  ## Enforcement Guidelines
47
71
 
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:
72
+ Community leaders will follow these Community Impact Guidelines in determining
73
+ the consequences for any action they deem in violation of this Code of Conduct:
49
74
 
50
75
  ### 1. Correction
51
76
 
52
- **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
77
+ **Community Impact**: Use of inappropriate language or other behavior deemed
78
+ unprofessional or unwelcome in the community.
53
79
 
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.
80
+ **Consequence**: A private, written warning from community leaders, providing
81
+ clarity around the nature of the violation and an explanation of why the
82
+ behavior was inappropriate. A public apology may be requested.
55
83
 
56
84
  ### 2. Warning
57
85
 
58
- **Community Impact**: A violation through a single incident or series of actions.
86
+ **Community Impact**: A violation through a single incident or series of
87
+ actions.
59
88
 
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.
89
+ **Consequence**: A warning with consequences for continued behavior. No
90
+ interaction with the people involved, including unsolicited interaction with
91
+ those enforcing the Code of Conduct, for a specified period of time. This
92
+ includes avoiding interactions in community spaces as well as external channels
93
+ like social media. Violating these terms may lead to a temporary or permanent
94
+ ban.
61
95
 
62
96
  ### 3. Temporary Ban
63
97
 
64
- **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
98
+ **Community Impact**: A serious violation of community standards, including
99
+ sustained inappropriate behavior.
65
100
 
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.
101
+ **Consequence**: A temporary ban from any sort of interaction or public
102
+ communication with the community for a specified period of time. No public or
103
+ private interaction with the people involved, including unsolicited interaction
104
+ with those enforcing the Code of Conduct, is allowed during this period.
105
+ Violating these terms may lead to a permanent ban.
67
106
 
68
107
  ### 4. Permanent Ban
69
108
 
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.
109
+ **Community Impact**: Demonstrating a pattern of violation of community
110
+ standards, including sustained inappropriate behavior, harassment of an
111
+ individual, or aggression toward or disparagement of classes of individuals.
71
112
 
72
- **Consequence**: A permanent ban from any sort of public interaction within the community.
113
+ **Consequence**: A permanent ban from any sort of public interaction within the
114
+ community.
73
115
 
74
116
  ## Attribution
75
117
 
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).
118
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119
+ version 2.1, available at
120
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
80
121
 
81
- [homepage]: https://www.contributor-covenant.org
122
+ Community Impact Guidelines were inspired by
123
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
82
124
 
83
125
  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.
126
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
127
+ [https://www.contributor-covenant.org/translations][translations].
128
+
129
+ [homepage]: https://www.contributor-covenant.org
130
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
131
+ [Mozilla CoC]: https://github.com/mozilla/diversity
132
+ [FAQ]: https://www.contributor-covenant.org/faq
133
+ [translations]: https://www.contributor-covenant.org/translations
134
+ [🚂bdfl-contact]: http://www.railsbling.com/contact
135
+ [🚂bdfl-contact-img]: https://img.shields.io/badge/Contact-BDFL-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
data/CONTRIBUTING.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Contributing
1
+ # Contributing
2
2
 
3
3
  Bug reports and pull requests are welcome on GitHub at [https://gitlab.com/oauth-xx/version_gem][🚎src-main]
4
4
  . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
@@ -36,6 +36,8 @@ BUNDLE_GEMFILE=Appraisal.root.gemfile bundle
36
36
  BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
37
37
  ```
38
38
 
39
+ When adding an appraisal to CI check the [runner tool cache][🏃‍♂️runner-tool-cache] to see which runner to use.
40
+
39
41
  ## The Reek List
40
42
 
41
43
  Take a look at the `reek` list which is the file called `REEK` and find something to improve.
@@ -65,7 +67,7 @@ bundle exec rake
65
67
  Or just run the linter.
66
68
 
67
69
  ```bash
68
- bundle exec rubocop_gradual:autocorrect
70
+ bundle exec rake rubocop_gradual:autocorrect
69
71
  ```
70
72
 
71
73
  ## Contributors
@@ -90,7 +92,7 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
90
92
  ### To release a new version:
91
93
 
92
94
  1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check
93
- 2. Update the version number in `version.rb`
95
+ 2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
94
96
  3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
95
97
  4. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
96
98
  5. Run `git push` to trigger the final CI pipeline before release, & merge PRs
@@ -104,7 +106,7 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
104
106
  - Note that you'll need the `zsh/datetime` module, if running `zsh`.
105
107
  - In `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
106
108
  10. Run `bundle exec rake build`
107
- 11. Run `bin/checksums` (more context [1][🔒️rubygems-checksums-pr] and [2][🔒️rubygems-guides-pr])
109
+ 11. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr] and [2][🔒️rubygems-guides-pr])
108
110
  to create SHA-256 and SHA-512 checksums
109
111
  - Checksums will be committed automatically by the script, but not pushed
110
112
  12. Run `bundle exec rake release` which will create a git tag for the version,
@@ -129,3 +131,4 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
129
131
  [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
130
132
  [🚎appraisal-eval-gemfile-pr]: https://github.com/thoughtbot/appraisal/pull/248
131
133
  [🚎appraisal-fork]: https://github.com/pboling/appraisal/tree/galtzo
134
+ [🏃‍♂️runner-tool-cache]: https://github.com/ruby/ruby-builder/releases/tag/toolcache
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 - 2023 Peter Boling
3
+ Copyright (c) 2022 - 2025 Peter Boling
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -9,14 +9,17 @@
9
9
  [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls]
10
10
  [![CodeClimate Test Coverage][🔑cc-covi♻️]][🔑cc-cov]
11
11
  [![Maintainability][🔑cc-mnti♻️]][🔑cc-mnt]
12
- [![CI Supported Build][🚎6-s-wfi]][🚎6-s-wf]
13
- [![CI Legacy Build][🚎4-lg-wfi]][🚎4-lg-wf]
14
- [![CI Unsupported Build][🚎7-us-wfi]][🚎7-us-wf]
15
- [![CI Heads Build][🚎3-hd-wfi]][🚎3-hd-wf]
16
- [![CI Ancient Build][🚎1-an-wfi]][🚎1-an-wf]
17
- [![CI Hoary Build][🚎8-ho-wfi]][🚎8-ho-wf]
18
- [![CI Coverage Build][🚎2-cov-wfi]][🚎2-cov-wf]
19
- [![CI Style Build][🚎5-st-wfi]][🚎5-st-wf]
12
+ [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf]
13
+ [![CI Current][🚎11-c-wfi]][🚎11-c-wf]
14
+ [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf]
15
+ [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf]
16
+ [![CI Supported][🚎6-s-wfi]][🚎6-s-wf]
17
+ [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf]
18
+ [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf]
19
+ [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf]
20
+ [![CI Hoary][🚎8-ho-wfi]][🚎8-ho-wf]
21
+ [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf]
22
+ [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
20
23
 
21
24
  ---
22
25
 
@@ -63,15 +66,21 @@ This library was extracted from the gem _[oauth2](https://gitlab.com/oauth-xx/oa
63
66
 
64
67
  This gem has no runtime dependencies.
65
68
 
66
- | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
67
- |--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68
- | ruby 3 compat | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎6-s-wf] |
69
- | ruby 2 compat | [![Ruby 2.2 Compat][💎ruby-2.2i]][🚎8-ho-wf] [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
70
- | documentation | [![Documentation on Github.com][📜docs-gh-img]][homepage] `or` [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] `or` [![HEAD on RubyDoc.info][📜docs-head-rd-img]][🚎yard-head] `or` [![Wiki][📜wiki-img]][📜wiki] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
71
- | compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] |
72
- | expert 1:1 support | [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] `or` [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
73
- | enterprise support | [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift] (for _this and all your other_ FLOSS dependencies; btw, TideLift is now part of [Sonar](https://blog.tidelift.com/tidelift-joins-sonar)!) |
74
- | `...` 💖 | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] [🌏][💖💁🏼‍♂️aboutme] |
69
+ ## Info you can shake a stick at
70
+
71
+ | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
72
+ |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
73
+ | Works with JRuby | [![JRuby 9.1 Compat][💎jruby-9.1i]][🚎10-j-wf] [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎10-j-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎10-j-wf] [![JRuby 9.4 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
74
+ | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎9-t-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎9-t-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf] |
75
+ | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
76
+ | Works with MRI Ruby 2 | [![Ruby 2.2 Compat][💎ruby-2.2i]][🚎8-ho-wf] [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
77
+ | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
78
+ | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![HEAD on RubyDoc.info][📜docs-head-rd-img]][🚎yard-head] [![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog] [![Wiki][📜wiki-img]][📜wiki] |
79
+ | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] |
80
+ | Expert 1:1 Support | [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] `or` [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
81
+ | Enterprise Support | [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]<br/>💡Subscribe for support guarantees covering _all_ FLOSS dependencies!<br/>💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]!<br/>💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers! |
82
+ | Comrade BDFL 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
83
+ | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] |
75
84
 
76
85
  ## Installation
77
86
 
@@ -243,7 +252,7 @@ RSpec.describe(MyLib::Version) do
243
252
  it_behaves_like "a Version module", described_class
244
253
  end
245
254
 
246
- # Or, if you want to write your own, here is the a la carte menu:
255
+ # Or, if you want to write your own, here is the á la carte menu:
247
256
  RSpec.describe(MyLib::Version) do
248
257
  it "is a Version module" do
249
258
  expect(described_class).is_a?(Module)
@@ -272,11 +281,16 @@ or use the gem and think about how it could be better.
272
281
 
273
282
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
274
283
 
275
- Also, see [CONTRIBUTING.md][🤝contributing].
284
+ See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
276
285
 
277
286
  ### Code Coverage
278
287
 
279
- [![Coverage Graph][🔑codecov-g]][🔑codecov]
288
+ [![Coverage Graph][🔑codecov-g♻️]][🔑codecov]
289
+
290
+ ### 🪇 Code of Conduct
291
+
292
+ Everyone interacting in this project's codebases, issue trackers,
293
+ chat rooms and mailing lists is expected to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
280
294
 
281
295
  ## 🌈 Contributors
282
296
 
@@ -296,11 +310,6 @@ Also see GitLab Contributors: [https://gitlab.com/oauth-xx/version_gem/-/graphs/
296
310
  </picture>
297
311
  </a>
298
312
 
299
- ## 🪇 Code of Conduct
300
-
301
- Everyone interacting in this project's codebases, issue trackers,
302
- chat rooms and mailing lists is expected to follow the [code of conduct][🪇conduct].
303
-
304
313
  ## 📌 Versioning
305
314
 
306
315
  This Library adheres to [![Semantic Versioning 2.0.0][📌semver-img]][📌semver].
@@ -346,7 +355,15 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
346
355
 
347
356
  ### © Copyright
348
357
 
349
- * Copyright (c) 2022 - 2025 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
358
+ <p>
359
+ Copyright (c) 2022 - 2025 Peter H. Boling,
360
+ <a href="https://railsbling.com">
361
+ RailsBling.com
362
+ <picture>
363
+ <img alt="Rails Bling" height="20" src="https://railsbling.com/images/logos/RailsBling-TrainLogo.svg" />
364
+ </picture>
365
+ </a>
366
+ </p>
350
367
 
351
368
  ## 🤑 One more thing
352
369
 
@@ -359,40 +376,50 @@ or one of the others at the head of this README.
359
376
 
360
377
  [![Buy me a latte][🖇buyme-img]][🖇buyme]
361
378
 
379
+ [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
362
380
  [🏘chat]: https://gitter.im/oauth-xx/version_gem
363
381
  [🏘chat-img]: https://img.shields.io/gitter/room/oauth-xx/version_gem.svg
364
- [⛳️gem-namespace]: https://rubygems.org/gems/version_gem
365
- [⛳️namespace-img]: https://img.shields.io/badge/namespace-VersionGem-brightgreen.svg?style=flat
382
+ [⛳️gem-namespace]: https://github.com/oauth-xx/version_gem/blob/main/lib/version_gem.rb
383
+ [⛳️namespace-img]: https://img.shields.io/badge/namespace-VersionGem-brightgreen.svg?style=flat&logo=ruby&logoColor=white
366
384
  [⛳️gem-name]: https://rubygems.org/gems/version_gem
367
- [⛳️name-img]: https://img.shields.io/badge/name-version__gem-brightgreen.svg?style=flat
368
- [🚎blog]: http://www.railsbling.com/tags/version_gem
369
- [🚎blog-img]: https://img.shields.io/badge/blog-railsbling-brightgreen.svg?style=flat
385
+ [⛳️name-img]: https://img.shields.io/badge/name-version__gem-brightgreen.svg?style=flat&logo=rubygems&logoColor=red
386
+ [🚂bdfl-blog]: http://www.railsbling.com/tags/version_gem
387
+ [🚂bdfl-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
388
+ [🚂bdfl-contact]: http://www.railsbling.com/contact
389
+ [🚂bdfl-contact-img]: https://img.shields.io/badge/Contact-BDFL-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
370
390
  [💖🖇linkedin]: http://www.linkedin.com/in/peterboling
371
- [💖🖇linkedin-img]: https://img.shields.io/badge/PeterBoling-blue?style=plastic&logo=linkedin
391
+ [💖🖇linkedin-img]: https://img.shields.io/badge/PeterBoling-LinkedIn-0B66C2?style=flat&logo=newjapanprowrestling
372
392
  [💖✌️wellfound]: https://angel.co/u/peter-boling
373
- [💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=plastic&logo=wellfound
393
+ [💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
374
394
  [💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
375
- [💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=plastic&logo=crunchbase
395
+ [💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
376
396
  [💖🐘ruby-mast]: https://ruby.social/@galtzo
377
- [💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https%3A%2F%2Fruby.social&style=plastic&logo=mastodon&label=Ruby%20%40galtzo
397
+ [💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https%3A%2F%2Fruby.social&style=flat&logo=mastodon&label=Ruby%20%40galtzo
398
+ [💖🦋bluesky]: https://galtzo.bsky.social
399
+ [💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.bsky.social-0285FF?style=flat&logo=bluesky&logoColor=white
378
400
  [💖🌳linktree]: https://linktr.ee/galtzo
379
- [💖🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=plastic&logo=linktree
401
+ [💖🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=flat&logo=linktree
380
402
  [💖💁🏼‍♂️devto]: https://dev.to/galtzo
381
- [💖💁🏼‍♂️devto-img]: https://img.shields.io/badge/dev.to-0A0A0A?style=plastic&logo=devdotto&logoColor=white
403
+ [💖💁🏼‍♂️devto-img]: https://img.shields.io/badge/dev.to-0A0A0A?style=flat&logo=devdotto&logoColor=white
382
404
  [💖💁🏼‍♂️aboutme]: https://about.me/peter.boling
405
+ [💖💁🏼‍♂️aboutme-img]: https://img.shields.io/badge/about.me-0A0A0A?style=flat&logo=aboutme&logoColor=white
383
406
  [👨🏼‍🏫expsup-upwork]: https://www.upwork.com/freelancers/~014942e9b056abdf86?mp_source=share
384
- [👨🏼‍🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-6FDA44?style=for-the-badge&logo=Upwork&logoColor=white
407
+ [👨🏼‍🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-13544E?style=for-the-badge&logo=Upwork&logoColor=white
385
408
  [👨🏼‍🏫expsup-codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
386
- [👨🏼‍🏫expsup-codementor-img]: https://img.shields.io/badge/CodeMentor-Get%20Help-1abc9c?style=for-the-badge&logo=CodeMentor&logoColor=white
387
- [🏙️entsup-tidelift]: https://tidelift.com/
388
- [🏙️entsup-tidelift-img]: https://img.shields.io/badge/TideLift-Enterprise%20Support-1abc9c?style=for-the-badge&logo=TideLift&logoColor=white
409
+ [👨🏼‍🏫expsup-codementor-img]: https://img.shields.io/badge/CodeMentor-Get_Help-1abc9c?style=for-the-badge&logo=CodeMentor&logoColor=white
410
+ [🏙️entsup-tidelift]: https://tidelift.com/subscription
411
+ [🏙️entsup-tidelift-img]: https://img.shields.io/badge/Tidelift_and_Sonar-Enterprise_Support-FD3456?style=for-the-badge&logo=sonar&logoColor=white
412
+ [🏙️entsup-tidelift-sonar]: https://blog.tidelift.com/tidelift-joins-sonar
389
413
  [💁🏼‍♂️peterboling]: http://www.peterboling.com
390
- [💁🏼‍♂️railsbling]: http://www.railsbling.com
391
- [📜docs-gh-img]: https://img.shields.io/badge/Github-6FDA44?style=for-the-badge&logo=Github&logoColor=white
392
- [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current%20Release-6FDA44?style=for-the-badge&logo=RubyDoc&logoColor=white
393
- [📜docs-head-rd-img]: https://img.shields.io/badge/RubyDoc-HEAD-6FDA44?style=for-the-badge&logo=RubyDoc&logoColor=white
414
+ [🚂railsbling]: http://www.railsbling.com
415
+ [📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
416
+ [📜src-gl]: https://gitlab.com/oauth-xx/version_gem/
417
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
418
+ [📜src-gh]: https://github.com/oauth-xx/version_gem
419
+ [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
420
+ [📜docs-head-rd-img]: https://img.shields.io/badge/RubyDoc-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
394
421
  [📜wiki]: https://gitlab.com/oauth-xx/version_gem/-/wikis/home
395
- [📜wiki-img]: https://img.shields.io/badge/wiki-examples-brightgreen.svg?style=flat
422
+ [📜wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=Wiki&logoColor=white
396
423
  [👽dl-rank]: https://rubygems.org/gems/version_gem
397
424
  [👽dl-ranki]: https://img.shields.io/gem/rd/version_gem.svg
398
425
  [👽oss-help]: https://www.codetriage.com/oauth-xx/version_gem
@@ -427,13 +454,19 @@ or one of the others at the head of this README.
427
454
  [🚎7-us-wfi]: https://github.com/oauth-xx/version_gem/actions/workflows/unsupported.yml/badge.svg
428
455
  [🚎8-ho-wf]: https://github.com/oauth-xx/version_gem/actions/workflows/hoary.yml
429
456
  [🚎8-ho-wfi]: https://github.com/oauth-xx/version_gem/actions/workflows/hoary.yml/badge.svg
457
+ [🚎9-t-wf]: https://github.com/oauth-xx/version_gem/actions/workflows/truffle.yml
458
+ [🚎9-t-wfi]: https://github.com/oauth-xx/version_gem/actions/workflows/truffle.yml/badge.svg
459
+ [🚎10-j-wf]: https://github.com/oauth-xx/version_gem/actions/workflows/jruby.yml
460
+ [🚎10-j-wfi]: https://github.com/oauth-xx/version_gem/actions/workflows/jruby.yml/badge.svg
461
+ [🚎11-c-wf]: https://github.com/oauth-xx/version_gem/actions/workflows/current.yml
462
+ [🚎11-c-wfi]: https://github.com/oauth-xx/version_gem/actions/workflows/current.yml/badge.svg
430
463
  [⛳liberapay-img]: https://img.shields.io/liberapay/patrons/pboling.svg?logo=liberapay
431
464
  [⛳liberapay]: https://liberapay.com/pboling/donate
432
465
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
433
466
  [🖇sponsor]: https://github.com/sponsors/pboling
434
467
  [🖇polar-img]: https://polar.sh/embed/seeks-funding-shield.svg?org=pboling
435
468
  [🖇polar]: https://polar.sh/pboling
436
- [🖇kofi-img]: https://img.shields.io/badge/buy%20me%20coffee-donate-yellow.svg
469
+ [🖇kofi-img]: https://img.shields.io/badge/buy_me_coffee-donate-yellow.svg
437
470
  [🖇kofi]: https://ko-fi.com/O5O86SNP4
438
471
  [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-yellow.svg
439
472
  [🖇patreon]: https://patreon.com/galtzo
@@ -447,18 +480,30 @@ or one of the others at the head of this README.
447
480
  [💎ruby-3.1i]: https://img.shields.io/badge/Ruby-3.1-CC342D?style=for-the-badge&logo=ruby&logoColor=white
448
481
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
449
482
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
450
- [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
483
+ [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
484
+ [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
485
+ [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
486
+ [💎truby-23.0i]: https://img.shields.io/badge/Truffle_Ruby-23.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
487
+ [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
488
+ [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
489
+ [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
490
+ [💎jruby-9.1i]: https://img.shields.io/badge/JRuby-9.1-FBE742?style=for-the-badge&logo=ruby&logoColor=red
491
+ [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
492
+ [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
493
+ [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
494
+ [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
451
495
  [🤝issues]: https://github.com/oauth-xx/version_gem/issues
452
496
  [🤝pulls]: https://github.com/oauth-xx/version_gem/pulls
453
497
  [🤝contributing]: CONTRIBUTING.md
454
- [🔑codecov-g]: https://codecov.io/gh/oauth-xx/version_gem/graphs/tree.svg?token=cc6UdZCpAL
498
+ [🔑codecov-g♻️]: https://codecov.io/gh/oauth-xx/version_gem/graphs/tree.svg?token=cc6UdZCpAL
455
499
  [🖐contrib-rocks]: https://contrib.rocks
456
500
  [🖐contributors]: https://github.com/oauth-xx/version_gem/graphs/contributors
457
501
  [🖐contributors-img]: https://contrib.rocks/image?repo=oauth-xx/version_gem
458
502
  [🚎contributors-gl]: https://gitlab.com/oauth-xx/version_gem/-/graphs/main
459
503
  [🪇conduct]: CODE_OF_CONDUCT.md
504
+ [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-4baaaa.svg
460
505
  [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
461
- [📌semver]: http://semver.org/
506
+ [📌semver]: https://semver.org/spec/v2.0.0.html
462
507
  [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
463
508
  [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
464
509
  [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
@@ -466,7 +511,7 @@ or one of the others at the head of this README.
466
511
  [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
467
512
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
468
513
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
469
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.077-FFDD67.svg?style=flat
514
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.077-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
470
515
  [🔐security]: SECURITY.md
471
516
  [🔐security-img]: https://img.shields.io/badge/security-policy-brightgreen.svg?style=flat
472
517
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -475,12 +520,8 @@ or one of the others at the head of this README.
475
520
  [📄license-img]: https://img.shields.io/badge/License-MIT-green.svg
476
521
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
477
522
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-brightgreen.svg?style=flat
478
- [railsbling]: http://www.railsbling.com
479
- [peterboling]: http://www.peterboling.com
480
- [bundle-group-pattern]: https://gist.github.com/pboling/4564780
481
523
  [🚎yard-current]: http://rubydoc.info/gems/version_gem
482
524
  [🚎yard-head]: https://rubydoc.info/github/oauth-xx/version_gem/main
483
- [homepage]: https://github.com/oauth-xx/version_gem
484
525
  [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
485
526
  [🖇buyme]: https://www.buymeacoffee.com/pboling
486
527
  [🖇buyme-small-img]: https://img.shields.io/badge/Buy--Me--A--Coffee-✓-brightgreen.svg?style=flat
data/SECURITY.md CHANGED
@@ -6,8 +6,16 @@
6
6
  |----------|-----------|
7
7
  | 1.latest | ✅ |
8
8
 
9
- ## Reporting a Vulnerability
9
+ ## Security contact information
10
10
 
11
- Peter Boling is the primary maintainer of this gem. Please find a way
12
- to [contact him directly](https://railsbling.com/contact) to report the issue. Include as much relevant information as
13
- possible.
11
+ To report a security vulnerability, please use the
12
+ [Tidelift security contact](https://tidelift.com/security).
13
+ Tidelift will coordinate the fix and disclosure.
14
+
15
+ ## Additional Support
16
+
17
+ If you are interested in support for versions older than the latest release,
18
+ please consider sponsoring the project / maintainer @ https://liberapay.com/pboling/donate,
19
+ or find other sponsorship links in the [README].
20
+
21
+ [README]: README.md
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VersionGem
4
4
  module Version
5
- VERSION = "1.1.5"
5
+ VERSION = "1.1.6"
6
6
  # This would work in this gem, but not in external libraries,
7
7
  # because version files are loaded in Gemspecs before bundler
8
8
  # has a chance to load dependencies.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: version_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -35,7 +35,7 @@ cert_chain:
35
35
  I5o+DRfXQHqKucx1ldFHvI2rE/kSCWqGTHN2eyu1sqCPeOoIMxrltJhaejKPkxqj
36
36
  zaF9Og==
37
37
  -----END CERTIFICATE-----
38
- date: 2025-02-22 00:00:00.000000000 Z
38
+ date: 2025-02-24 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rspec
@@ -79,6 +79,20 @@ dependencies:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
81
  version: '13.0'
82
+ - !ruby/object:Gem::Dependency
83
+ name: stone_checksums
84
+ requirement: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: '1.0'
89
+ type: :development
90
+ prerelease: false
91
+ version_requirements: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - "~>"
94
+ - !ruby/object:Gem::Version
95
+ version: '1.0'
82
96
  description: Versions are good. Versions are cool. Versions will win.
83
97
  email:
84
98
  - peter.boling@gmail.com
@@ -111,10 +125,10 @@ licenses:
111
125
  - MIT
112
126
  metadata:
113
127
  homepage_uri: https://gitlab.com/oauth-xx/version_gem
114
- source_code_uri: https://gitlab.com/oauth-xx/version_gem/-/tree/v1.1.5
115
- changelog_uri: https://gitlab.com/oauth-xx/version_gem/-/blob/v1.1.5/CHANGELOG.md
128
+ source_code_uri: https://gitlab.com/oauth-xx/version_gem/-/tree/v1.1.6
129
+ changelog_uri: https://gitlab.com/oauth-xx/version_gem/-/blob/v1.1.6/CHANGELOG.md
116
130
  bug_tracker_uri: https://gitlab.com/oauth-xx/version_gem/-/issues
117
- documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.5
131
+ documentation_uri: https://www.rubydoc.info/gems/version_gem/1.1.6
118
132
  wiki_uri: https://gitlab.com/oauth-xx/version_gem/-/wiki
119
133
  mailing_list_uri: https://groups.google.com/g/oauth-ruby
120
134
  funding_uri: https://liberapay.com/pboling
metadata.gz.sig CHANGED
Binary file