Skip to content

Commit e1d4384

Browse files
committed
Merge branch 'gh-main'
2 parents 5121b60 + 91e20ed commit e1d4384

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.github/FUNDING.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# These are supported funding model platforms
22

3+
buy_me_a_coffee: pboling
4+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
35
github: [pboling] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: galtzo # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6+
issuehunt: pboling # Replace with a single IssueHunt username
67
ko_fi: pboling # Replace with a single Ko-fi username
7-
tidelift: rubygems/version_gem # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
98
liberapay: pboling # Replace with a single Liberapay username
10-
issuehunt: pboling # Replace with a single IssueHunt username
11-
otechie: # Replace with a single Otechie username
12-
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
9+
open_collective: # Replace with a single Open Collective username
10+
patreon: galtzo # Replace with a single Patreon username
11+
polar: pboling
12+
thanks_dev: gh/pboling
13+
tidelift: rubygems/version_gem # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
### Removed
1212

13-
## [2.0.0] - 2023-03-17 ([tag][2.0.0t])
13+
## [1.1.3] - 2023-06-05 ([tag][1.1.3t])
1414
### Removed
15-
- Drop Ruby 2.2 support
15+
- Formally drop Ruby 2.2 support
16+
- Ruby 2.2 was already de facto minimum version supported, which is why this wasn't a 2.0 release.
1617

1718
## [1.1.2] - 2023-03-17 ([tag][1.1.2t])
1819
### Added
@@ -53,9 +54,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5354
### Added
5455
- Initial release, with basic version parsing API (@pboling)
5556

56-
[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v2.0.0...HEAD
57-
[2.0.0]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...v2.0.0
58-
[2.0.0t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v2.0.0
57+
[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.3...HEAD
58+
[1.1.3]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...v1.1.3
59+
[1.1.3t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.3
5960
[1.1.2]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.1...v1.1.2
6061
[1.1.2t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.2
6162
[1.1.1]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.0...v1.1.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ end
238238

239239
Your `version.rb` file now abides the Ruby convention of directory / path matching the namespace / class!
240240

241-
#### Query Ruby Version (as of version 1.2.0)
241+
#### Query Ruby Version (as of version 1.1.2)
242242

243243
In Continuous Integration environments for libraries that run against many versions of Ruby,
244244
I often need to configure things discretely per Ruby version, and doing so forced me to repeat

0 commit comments

Comments
 (0)