version_gem 1.0.0 → 1.0.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 +4 -4
- data/CHANGELOG.md +10 -2
- data/README.md +242 -4
- data/lib/version_gem/version.rb +1 -1
- metadata +5 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e7f828ad3c085d9c4cbf19af2576f901498f37952e7687ccfea5a4ae9f049db
|
|
4
|
+
data.tar.gz: 120ab2179dcb53c3a7e5a7e697c6ae001810c32a59926deda08d6bb3986e44bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27fbd20451daf9d6034dc8c9e3c6b593ed8407c9c949070c0a3202f408ba925217de6ff89893ba8ed4162f236c7eb44d807f27e49297ab02bad05f2abb25561f
|
|
7
|
+
data.tar.gz: 352775a2b87653b275fc05771ac66e6bccdbfcc28c51d29bd1829c87c336de539e1df606b738374c73b19542b491d6b1969e25fffe28e1bc7e04a71cab3230c2
|
data/CHANGELOG.md
CHANGED
|
@@ -13,9 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
## [1.0.1] - 2022-06-23
|
|
17
|
+
### Added
|
|
18
|
+
- CI Build improvements
|
|
19
|
+
- Code coverage reporting
|
|
20
|
+
- Documentation improvements
|
|
21
|
+
- Badges!
|
|
22
|
+
|
|
23
|
+
## [1.0.0] - 2022-06-21
|
|
17
24
|
### Added
|
|
18
25
|
- Initial release, with basic version parsing API
|
|
19
26
|
|
|
20
|
-
[Unreleased]: https://github.com/pboling/version_gem/compare/v1.0.
|
|
27
|
+
[Unreleased]: https://github.com/pboling/version_gem/compare/v1.0.1...HEAD
|
|
28
|
+
[1.0.1]: https://github.com/pboling/version_gem/compare/v1.0.0...v1.0.1
|
|
21
29
|
[1.0.0]: https://github.com/pboling/version_gem/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
|
data/README.md
CHANGED
|
@@ -14,6 +14,144 @@ MyLib::Version.to_h # => { major: 1, minor: 2, patch: 3, pre: "rc3" }
|
|
|
14
14
|
|
|
15
15
|
This library was extracted from the gem [`oauth2`](https://github.com/oauth-xx/oauth2).
|
|
16
16
|
|
|
17
|
+
This gem has no runtime dependencies.
|
|
18
|
+
|
|
19
|
+
<!--
|
|
20
|
+
Numbering rows and badges in each row as a visual "database" lookup,
|
|
21
|
+
as the table is extremely dense, and it can be very difficult to find anything
|
|
22
|
+
Putting one on each row here, to document the emoji that should be used, and for ease of copy/paste.
|
|
23
|
+
|
|
24
|
+
row #s:
|
|
25
|
+
1️⃣
|
|
26
|
+
2️⃣
|
|
27
|
+
3️⃣
|
|
28
|
+
4️⃣
|
|
29
|
+
5️⃣
|
|
30
|
+
6️⃣
|
|
31
|
+
7️⃣
|
|
32
|
+
|
|
33
|
+
badge #s:
|
|
34
|
+
⛳️
|
|
35
|
+
🖇
|
|
36
|
+
🏘
|
|
37
|
+
🚎
|
|
38
|
+
🖐
|
|
39
|
+
🧮
|
|
40
|
+
📗
|
|
41
|
+
|
|
42
|
+
appended indicators:
|
|
43
|
+
♻️ - URL needs to be updated from SASS integration. Find / Replace is insufficient.
|
|
44
|
+
-->
|
|
45
|
+
|
|
46
|
+
| | Project | bundle add version_gem |
|
|
47
|
+
|:----|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
48
|
+
| 1️⃣ | name, license, docs, standards | [![RubyGems.org][⛳️name-img]][⛳️gem] [![License: MIT][🖇src-license-img]][🖇src-license] [![RubyDoc.info][🚎yard-img]][🚎yard] [![SemVer 2.0.0][🧮semver-img]][semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] |
|
|
49
|
+
| 2️⃣ | version & activity | [![Gem Version][⛳️version-img]][⛳️gem] [![Total Downloads][🖇DL-total-img]][⛳️gem] [![Download Rank][🏘DL-rank-img]][⛳️gem] [![Source Code][🚎src-home-img]][🚎src-home] [![Open PRs][🖐prs-o-img]][🖐prs-o] [![Closed PRs][🧮prs-c-img]][🧮prs-c] <!--[![Next Version][📗next-img]][📗next]--> |
|
|
50
|
+
| 3️⃣ | maintanence & linting | [![Maintainability][⛳cclim-maint-img♻️]][⛳cclim-maint] [![Helpers][🖇triage-help-img]][🖇triage-help] [![Depfu][🏘depfu-img♻️]][🏘depfu♻️] [![Contributors][🚎contributors-img]][🚎contributors] [![Style][🖐style-wf-img]][🖐style-wf] [![Kloc Roll][🧮kloc-img]][🧮kloc] |
|
|
51
|
+
| 4️⃣ | testing | [![Open Issues][⛳iss-o-img]][⛳iss-o] [![Closed Issues][🖇iss-c-img]][🖇iss-c] [![Supported][🏘sup-wf-img]][🏘sup-wf] [![Heads][🚎heads-wf-img]][🚎heads-wf] [![Unofficial Support][🖐uns-wf-img]][🖐uns-wf] <!--[![MacOS][🧮mac-wf-img]][🧮mac-wf] [![Windows][📗win-wf-img]][📗win-wf]--> |
|
|
52
|
+
| 5️⃣ | coverage & security | [![CodeClimate][⛳cclim-cov-img♻️]][⛳cclim-cov] [![CodeCov][🖇codecov-img♻️]][🖇codecov] [![Coveralls][🏘coveralls-img]][🏘coveralls] [![Security Policy][🚎sec-pol-img]][🚎sec-pol] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Code Coverage][🧮cov-wf-img]][🧮cov-wf] |
|
|
53
|
+
| 6️⃣ | resources | [![Discussion][⛳gh-discussions-img]][⛳gh-discussions] [![Get help on Codementor][🖇codementor-img]][🖇codementor] [![Chat][🏘chat-img]][🏘chat] [![Blog][🚎blog-img]][🚎blog] [![Wiki][🖐wiki-img]][🖐wiki] |
|
|
54
|
+
| 7️⃣ | spread 💖 | [![Liberapay Patrons][⛳liberapay-img]][⛳liberapay] [![Sponsor Me][🖇sponsor-img]][🖇sponsor] [![Tweet @ Peter][🏘tweet-img]][🏘tweet] [🌏][aboutme] [👼][angelme] [💻][coderme] |
|
|
55
|
+
|
|
56
|
+
<!--
|
|
57
|
+
The link tokens in the following sections should be kept ordered by the row and badge numbering scheme
|
|
58
|
+
-->
|
|
59
|
+
|
|
60
|
+
<!-- 1️⃣ name, license, docs -->
|
|
61
|
+
[⛳️gem]: https://rubygems.org/gems/version_gem
|
|
62
|
+
[⛳️name-img]: https://img.shields.io/badge/name-version_gem-brightgreen.svg?style=flat
|
|
63
|
+
[🖇src-license]: https://opensource.org/licenses/MIT
|
|
64
|
+
[🖇src-license-img]: https://img.shields.io/badge/License-MIT-green.svg
|
|
65
|
+
[🚎yard]: https://www.rubydoc.info/github/pboling/version_gem
|
|
66
|
+
[🚎yard-img]: https://img.shields.io/badge/documentation-rubydoc-brightgreen.svg?style=flat
|
|
67
|
+
[🧮semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
|
|
68
|
+
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
69
|
+
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
|
70
|
+
|
|
71
|
+
<!-- 2️⃣ version & activity -->
|
|
72
|
+
[⛳️version-img]: http://img.shields.io/gem/v/version_gem.svg
|
|
73
|
+
[🖇DL-total-img]: https://img.shields.io/gem/dt/version_gem.svg
|
|
74
|
+
[🏘DL-rank-img]: https://img.shields.io/gem/rt/version_gem.svg
|
|
75
|
+
[🚎src-home]: https://github.com/pboling/version_gem
|
|
76
|
+
[🚎src-home-img]: https://img.shields.io/badge/source-github-brightgreen.svg?style=flat
|
|
77
|
+
[🖐prs-o]: https://github.com/pboling/version_gem/pulls
|
|
78
|
+
[🖐prs-o-img]: https://img.shields.io/github/issues-pr/pboling/version_gem
|
|
79
|
+
[🧮prs-c]: https://github.com/pboling/version_gem/pulls?q=is%3Apr+is%3Aclosed
|
|
80
|
+
[🧮prs-c-img]: https://img.shields.io/github/issues-pr-closed/pboling/version_gem
|
|
81
|
+
[📗next]: https://github.com/pboling/version_gem/milestone/1
|
|
82
|
+
[📗next-img]: https://img.shields.io/github/milestones/progress/pboling/version_gem/1?label=Next%20Version
|
|
83
|
+
|
|
84
|
+
<!-- 3️⃣ maintanence & linting -->
|
|
85
|
+
[⛳cclim-maint]: https://codeclimate.com/github/pboling/version_gem/maintainability
|
|
86
|
+
[⛳cclim-maint-img♻️]: https://api.codeclimate.com/v1/badges/b504d61c4ed1d46aec02/maintainability
|
|
87
|
+
[🖇triage-help]: https://www.codetriage.com/pboling/version_gem
|
|
88
|
+
[🖇triage-help-img]: https://www.codetriage.com/pboling/version_gem/badges/users.svg
|
|
89
|
+
[🏘depfu♻️]: https://depfu.com/github/pboling/version_gem?project_id=34924
|
|
90
|
+
[🏘depfu-img♻️]: https://badges.depfu.com/badges/300630ab4b7c2efea20806d13d1ef41f/count.svg
|
|
91
|
+
[🚎contributors]: https://github.com/pboling/version_gem/graphs/contributors
|
|
92
|
+
[🚎contributors-img]: https://img.shields.io/github/contributors-anon/pboling/version_gem
|
|
93
|
+
[🖐style-wf]: https://github.com/pboling/version_gem/actions/workflows/style.yml
|
|
94
|
+
[🖐style-wf-img]: https://github.com/pboling/version_gem/actions/workflows/style.yml/badge.svg
|
|
95
|
+
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
96
|
+
[🧮kloc-img]: https://img.shields.io/tokei/lines/github.com/pboling/version_gem
|
|
97
|
+
|
|
98
|
+
<!-- 4️⃣ testing -->
|
|
99
|
+
[⛳iss-o]: https://github.com/pboling/version_gem/issues
|
|
100
|
+
[⛳iss-o-img]: https://img.shields.io/github/issues-raw/pboling/version_gem
|
|
101
|
+
[🖇iss-c]: https://github.com/pboling/version_gem/issues?q=is%3Aissue+is%3Aclosed
|
|
102
|
+
[🖇iss-c-img]: https://img.shields.io/github/issues-closed-raw/pboling/version_gem
|
|
103
|
+
[🏘sup-wf]: https://github.com/pboling/version_gem/actions/workflows/supported.yml
|
|
104
|
+
[🏘sup-wf-img]: https://github.com/pboling/version_gem/actions/workflows/supported.yml/badge.svg
|
|
105
|
+
[🚎heads-wf]: https://github.com/pboling/version_gem/actions/workflows/heads.yml
|
|
106
|
+
[🚎heads-wf-img]: https://github.com/pboling/version_gem/actions/workflows/heads.yml/badge.svg
|
|
107
|
+
[🖐uns-wf]: https://github.com/pboling/version_gem/actions/workflows/unsupported.yml
|
|
108
|
+
[🖐uns-wf-img]: https://github.com/pboling/version_gem/actions/workflows/unsupported.yml/badge.svg
|
|
109
|
+
[🧮mac-wf]: https://github.com/pboling/version_gem/actions/workflows/macos.yml
|
|
110
|
+
[🧮mac-wf-img]: https://github.com/pboling/version_gem/actions/workflows/macos.yml/badge.svg
|
|
111
|
+
[📗win-wf]: https://github.com/pboling/version_gem/actions/workflows/windows.yml
|
|
112
|
+
[📗win-wf-img]: https://github.com/pboling/version_gem/actions/workflows/windows.yml/badge.svg
|
|
113
|
+
|
|
114
|
+
<!-- 5️⃣ coverage & security -->
|
|
115
|
+
[⛳cclim-cov]: https://codeclimate.com/github/pboling/version_gem/test_coverage
|
|
116
|
+
[⛳cclim-cov-img♻️]: https://api.codeclimate.com/v1/badges/b504d61c4ed1d46aec02/test_coverage
|
|
117
|
+
[🖇codecov-img♻️]: https://codecov.io/gh/pboling/version_gem/branch/main/graph/badge.svg?token=79c3X4vtfO
|
|
118
|
+
[🖇codecov]: https://codecov.io/gh/pboling/version_gem
|
|
119
|
+
[🏘coveralls]: https://coveralls.io/github/pboling/version_gem?branch=main
|
|
120
|
+
[🏘coveralls-img]: https://coveralls.io/repos/github/pboling/version_gem/badge.svg?branch=main
|
|
121
|
+
[🚎sec-pol]: https://github.com/pboling/version_gem/blob/main/SECURITY.md
|
|
122
|
+
[🚎sec-pol-img]: https://img.shields.io/badge/security-policy-brightgreen.svg?style=flat
|
|
123
|
+
[🖐codeQL]: https://github.com/pboling/version_gem/security/code-scanning
|
|
124
|
+
[🖐codeQL-img]: https://github.com/pboling/version_gem/actions/workflows/codeql-analysis.yml/badge.svg
|
|
125
|
+
[🧮cov-wf]: https://github.com/pboling/version_gem/actions/workflows/coverage.yml
|
|
126
|
+
[🧮cov-wf-img]: https://github.com/pboling/version_gem/actions/workflows/coverage.yml/badge.svg
|
|
127
|
+
|
|
128
|
+
<!-- 6️⃣ resources -->
|
|
129
|
+
[⛳gh-discussions]: https://github.com/pboling/version_gem/discussions
|
|
130
|
+
[⛳gh-discussions-img]: https://img.shields.io/github/discussions/pboling/version_gem
|
|
131
|
+
[🖇codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
|
|
132
|
+
[🖇codementor-img]: https://cdn.codementor.io/badges/get_help_github.svg
|
|
133
|
+
[🏘chat]: https://gitter.im/pboling/version_gem
|
|
134
|
+
[🏘chat-img]: https://img.shields.io/gitter/room/pboling/version_gem.svg
|
|
135
|
+
[🚎blog]: http://www.railsbling.com/tags/version_gem/
|
|
136
|
+
[🚎blog-img]: https://img.shields.io/badge/blog-railsbling-brightgreen.svg?style=flat
|
|
137
|
+
[🖐wiki]: https://github.com/pboling/version_gem/wiki
|
|
138
|
+
[🖐wiki-img]: https://img.shields.io/badge/wiki-examples-brightgreen.svg?style=flat
|
|
139
|
+
|
|
140
|
+
<!-- 7️⃣ spread 💖 -->
|
|
141
|
+
[⛳liberapay-img]: https://img.shields.io/liberapay/patrons/pboling.svg?logo=liberapay
|
|
142
|
+
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
143
|
+
[🖇sponsor-img]: https://img.shields.io/badge/sponsor-pboling.svg?style=social&logo=github
|
|
144
|
+
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
145
|
+
[🏘tweet-img]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
|
|
146
|
+
[🏘tweet]: http://twitter.com/galtzo
|
|
147
|
+
|
|
148
|
+
<!-- Maintainer Contact Links -->
|
|
149
|
+
[railsbling]: http://www.railsbling.com
|
|
150
|
+
[peterboling]: http://www.peterboling.com
|
|
151
|
+
[aboutme]: https://about.me/peter.boling
|
|
152
|
+
[angelme]: https://angel.co/peter-boling
|
|
153
|
+
[coderme]:http://coderwall.com/pboling
|
|
154
|
+
|
|
17
155
|
## Installation
|
|
18
156
|
|
|
19
157
|
Install the gem and add to the application's Gemfile by executing:
|
|
@@ -26,7 +164,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
|
|
|
26
164
|
|
|
27
165
|
## Usage
|
|
28
166
|
|
|
29
|
-
In the standard `bundle gem my_lib` code you get the following in `lib/my_lib/version.rb
|
|
167
|
+
In the standard `bundle gem my_lib` code you get the following in `lib/my_lib/version.rb`:
|
|
30
168
|
|
|
31
169
|
```ruby
|
|
32
170
|
module MyLib
|
|
@@ -34,7 +172,7 @@ module MyLib
|
|
|
34
172
|
end
|
|
35
173
|
```
|
|
36
174
|
|
|
37
|
-
|
|
175
|
+
Change it to a nested `Version` namespace (the one implied by the path => namespace convention):
|
|
38
176
|
|
|
39
177
|
```ruby
|
|
40
178
|
module MyLib
|
|
@@ -75,6 +213,12 @@ MyLib::Version.to_h # => { major: 0, minor: 1, patch: 0, pre: "" }
|
|
|
75
213
|
|
|
76
214
|
Your `version.rb` file now abides the Ruby convention of directory / path matching the namespace / class!
|
|
77
215
|
|
|
216
|
+
### Caveat
|
|
217
|
+
|
|
218
|
+
This design keeps your `version.rb` file compatible with the way `gemspec` files use them.
|
|
219
|
+
This means that the introspection is _not_ available within the gemspec.
|
|
220
|
+
The enhancement from this gem is only available at runtime.
|
|
221
|
+
|
|
78
222
|
## Development
|
|
79
223
|
|
|
80
224
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
@@ -83,12 +227,106 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
83
227
|
|
|
84
228
|
## Contributing
|
|
85
229
|
|
|
86
|
-
|
|
230
|
+
## Contributing
|
|
231
|
+
|
|
232
|
+
See [CONTRIBUTING.md][contributing]
|
|
233
|
+
|
|
234
|
+
## Contributors
|
|
235
|
+
|
|
236
|
+
[]("https://github.com/pboling/version_gem/graphs/contributors")
|
|
237
|
+
|
|
238
|
+
Made with [contributors-img](https://contrib.rocks).
|
|
87
239
|
|
|
88
240
|
## License
|
|
89
241
|
|
|
90
|
-
The gem is available as open source under the terms of
|
|
242
|
+
The gem is available as open source under the terms of
|
|
243
|
+
the [MIT License][license] [][license-ref].
|
|
244
|
+
See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
|
|
245
|
+
|
|
246
|
+
* Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
|
|
91
247
|
|
|
92
248
|
## Code of Conduct
|
|
93
249
|
|
|
94
250
|
Everyone interacting in the VersionGem project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pboling/version_gem/blob/main/CODE_OF_CONDUCT.md).
|
|
251
|
+
|
|
252
|
+
## Versioning
|
|
253
|
+
|
|
254
|
+
This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations of this scheme should be reported as
|
|
255
|
+
bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, a new version should be
|
|
256
|
+
immediately released that restores compatibility. Breaking changes to the public API will only be introduced with new
|
|
257
|
+
major versions.
|
|
258
|
+
|
|
259
|
+
As a result of this policy, you can (and should) specify a dependency on this gem using
|
|
260
|
+
the [Pessimistic Version Constraint][pvc] with two digits of precision.
|
|
261
|
+
|
|
262
|
+
For example:
|
|
263
|
+
|
|
264
|
+
```ruby
|
|
265
|
+
spec.add_dependency "version_gem", "~> 1.0"
|
|
266
|
+
```
|
|
267
|
+
|
|
268
|
+
## Security
|
|
269
|
+
|
|
270
|
+
See [SECURITY.md](https://github.com/pboling/version_gem/blob/main/SECURITY.md).
|
|
271
|
+
|
|
272
|
+
[copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
273
|
+
|
|
274
|
+
[gh_discussions]: https://github.com/pboling/version_gem/discussions
|
|
275
|
+
|
|
276
|
+
[conduct]: https://github.com/pboling/version_gem/blob/main/CODE_OF_CONDUCT.md
|
|
277
|
+
|
|
278
|
+
[contributing]: https://github.com/pboling/version_gem/blob/main/CONTRIBUTING.md
|
|
279
|
+
|
|
280
|
+
[security]: https://github.com/pboling/version_gem/blob/main/SECURITY.md
|
|
281
|
+
|
|
282
|
+
[license]: https://github.com/pboling/version_gem/blob/main/LICENSE.txt
|
|
283
|
+
|
|
284
|
+
[license-ref]: https://opensource.org/licenses/MIT
|
|
285
|
+
|
|
286
|
+
[semver]: http://semver.org/
|
|
287
|
+
|
|
288
|
+
[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
289
|
+
|
|
290
|
+
[railsbling]: http://www.railsbling.com
|
|
291
|
+
|
|
292
|
+
[peterboling]: http://www.peterboling.com
|
|
293
|
+
|
|
294
|
+
[aboutme]: https://about.me/peter.boling
|
|
295
|
+
|
|
296
|
+
[angelme]: https://angel.co/peter-boling
|
|
297
|
+
|
|
298
|
+
[coderme]:http://coderwall.com/pboling
|
|
299
|
+
|
|
300
|
+
[followme-img]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
|
|
301
|
+
|
|
302
|
+
[tweetme]: http://twitter.com/galtzo
|
|
303
|
+
|
|
304
|
+
[politicme]: https://nationalprogressiveparty.org
|
|
305
|
+
|
|
306
|
+
[documentation]: https://rubydoc.info/github/pboling/version_gem/main
|
|
307
|
+
|
|
308
|
+
[source]: https://github.com/pboling/version_gem/
|
|
309
|
+
|
|
310
|
+
[actions]: https://github.com/pboling/version_gem/actions
|
|
311
|
+
|
|
312
|
+
[issues]: https://github.com/pboling/version_gem/issues
|
|
313
|
+
|
|
314
|
+
[climate_maintainability]: https://codeclimate.com/github/pboling/version_gem/maintainability
|
|
315
|
+
|
|
316
|
+
[climate_coverage]: https://codeclimate.com/github/pboling/version_gem/test_coverage
|
|
317
|
+
|
|
318
|
+
[codecov_coverage]: https://codecov.io/gh/pboling/version_gem
|
|
319
|
+
|
|
320
|
+
[code_triage]: https://www.codetriage.com/pboling/version_gem
|
|
321
|
+
|
|
322
|
+
[blogpage]: http://www.railsbling.com/tags/version_gem/
|
|
323
|
+
|
|
324
|
+
[rubygems]: https://rubygems.org/gems/version_gem
|
|
325
|
+
|
|
326
|
+
[chat]: https://gitter.im/pboling/version_gem?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
|
327
|
+
|
|
328
|
+
[maintenancee_policy]: https://guides.rubyonrails.org/maintenance_policy.html#security-issues
|
|
329
|
+
|
|
330
|
+
[liberapay_donate]: https://liberapay.com/pboling/donate
|
|
331
|
+
|
|
332
|
+
[gh_sponsors]: https://github.com/sponsors/pboling
|
data/lib/version_gem/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ require_relative 'basic'
|
|
|
4
4
|
|
|
5
5
|
module VersionGem
|
|
6
6
|
module Version
|
|
7
|
-
VERSION = '1.0.
|
|
7
|
+
VERSION = '1.0.1'.freeze
|
|
8
8
|
# This would work in this gem, but not in external libraries,
|
|
9
9
|
# because version files are loaded in Gemspecs before bundler
|
|
10
10
|
# has a chance to load dependencies.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: version_gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06-
|
|
11
|
+
date: 2022-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -86,20 +86,6 @@ dependencies:
|
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
|
-
- !ruby/object:Gem::Dependency
|
|
90
|
-
name: rubocop-rake
|
|
91
|
-
requirement: !ruby/object:Gem::Requirement
|
|
92
|
-
requirements:
|
|
93
|
-
- - ">="
|
|
94
|
-
- !ruby/object:Gem::Version
|
|
95
|
-
version: '0'
|
|
96
|
-
type: :development
|
|
97
|
-
prerelease: false
|
|
98
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
99
|
-
requirements:
|
|
100
|
-
- - ">="
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: '0'
|
|
103
89
|
- !ruby/object:Gem::Dependency
|
|
104
90
|
name: rubocop-performance
|
|
105
91
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -138,10 +124,10 @@ licenses:
|
|
|
138
124
|
- MIT
|
|
139
125
|
metadata:
|
|
140
126
|
homepage_uri: https://github.com/pboling/version_gem
|
|
141
|
-
source_code_uri: https://github.com/pboling/version_gem/tree/v1.0.
|
|
142
|
-
changelog_uri: https://github.com/pboling/version_gem/blob/v1.0.
|
|
127
|
+
source_code_uri: https://github.com/pboling/version_gem/tree/v1.0.1
|
|
128
|
+
changelog_uri: https://github.com/pboling/version_gem/blob/v1.0.1/CHANGELOG.md
|
|
143
129
|
bug_tracker_uri: https://github.com/pboling/version_gem/issues
|
|
144
|
-
documentation_uri: https://www.rubydoc.info/gems/version_gem/1.0.
|
|
130
|
+
documentation_uri: https://www.rubydoc.info/gems/version_gem/1.0.1
|
|
145
131
|
wiki_uri: https://github.com/pboling/version_gem/wiki
|
|
146
132
|
rubygems_mfa_required: 'true'
|
|
147
133
|
post_install_message:
|