File tree 3 files changed +15
-14
lines changed
3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
# These are supported funding model platforms
2
2
3
+ buy_me_a_coffee : pboling
4
+ community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
3
5
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
6
7
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
9
8
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
Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Fixed
11
11
### Removed
12
12
13
- ## [ 2.0.0 ] - 2023-03-17 ([ tag] [ 2.0.0t ] )
13
+ ## [ 1.1.3 ] - 2023-06-05 ([ tag] [ 1.1.3t ] )
14
14
### 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.
16
17
17
18
## [ 1.1.2] - 2023-03-17 ([ tag] [ 1.1.2t ] )
18
19
### Added
@@ -53,9 +54,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
54
### Added
54
55
- Initial release, with basic version parsing API (@pboling )
55
56
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
59
60
[ 1.1.2 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.1...v1.1.2
60
61
[ 1.1.2t ] : https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.2
61
62
[ 1.1.1 ] : https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.0...v1.1.1
Original file line number Diff line number Diff line change 238
238
239
239
Your ` version.rb ` file now abides the Ruby convention of directory / path matching the namespace / class!
240
240
241
- #### Query Ruby Version (as of version 1.2.0 )
241
+ #### Query Ruby Version (as of version 1.1.2 )
242
242
243
243
In Continuous Integration environments for libraries that run against many versions of Ruby,
244
244
I often need to configure things discretely per Ruby version, and doing so forced me to repeat
You can’t perform that action at this time.
0 commit comments