oauth 0.5.10 → 0.5.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +34 -1
- data/CONTRIBUTING.md +2 -2
- data/README.md +44 -43
- data/SECURITY.md +10 -4
- data/lib/oauth/version.rb +1 -1
- metadata +58 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 334e5edeb6b74be69160efd1cc960196392fcf985a62b8c710145ede65cd3415
|
4
|
+
data.tar.gz: fae47eb03c869e02c8fa845ea4e1666e370eff8aa9892921772b0d4ebd7eb119
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f537bd3debfe5141c04aa4346c2bc4f6eea15f743f3d0bacde99c9b3102d839d8ea58c3195e0b163056b28706cae3351208fc29fbd9e05e906890fe2927cdf39
|
7
|
+
data.tar.gz: f2a8741d3e3d297dbacc2f974608939c7cd37b22631ad7001a14c7d6b67c4656c875c31442ec100fce1f84936086d72b35b2c330bd33708518e9dbf3539564bc
|
data/CHANGELOG.md
CHANGED
@@ -13,6 +13,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [0.5.14] 2022-08-29
|
17
|
+
The "hopeful last 0.5.x" Release
|
18
|
+
|
19
|
+
### Fixed
|
20
|
+
* More typos fixed
|
21
|
+
|
22
|
+
## [0.5.13] 2022-08-23
|
23
|
+
The "I think I caught 'em all!" Release
|
24
|
+
|
25
|
+
### Fixed
|
26
|
+
* Typo oauth2 => oauth as gem name in one more place.
|
27
|
+
|
28
|
+
## [0.5.12] 2022-08-23
|
29
|
+
The "Typoes are just the worst!" Release
|
30
|
+
|
31
|
+
### Fixed
|
32
|
+
* Typo oauth2 => oauth as gem name in a couple places.
|
33
|
+
|
34
|
+
## [0.5.11] 2022-08-23
|
35
|
+
The "Is this the last release with a silly name?" Release
|
36
|
+
|
37
|
+
### Added
|
38
|
+
* Post install note about EOL approaching in April, 2023
|
39
|
+
|
40
|
+
### Changed
|
41
|
+
* Improved documentation
|
42
|
+
* Switched branch references from master to main
|
43
|
+
* CI builds are now all green!
|
44
|
+
|
16
45
|
## [0.5.10] 2022-05-04
|
17
46
|
The "Can it be the end of the line for 0.5.x?" Release
|
18
47
|
|
@@ -386,7 +415,11 @@ but please have a look at the unit tests.
|
|
386
415
|
* Moved all non-Rails functionality from the Rails plugin:
|
387
416
|
http://code.google.com/p/oauth-plugin/
|
388
417
|
|
389
|
-
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.
|
418
|
+
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.14...v0.5-maintenance
|
419
|
+
[0.5.14]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.14
|
420
|
+
[0.5.13]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
|
421
|
+
[0.5.12]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
|
422
|
+
[0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
|
390
423
|
[0.5.10]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.10
|
391
424
|
[0.5.9]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.9
|
392
425
|
[0.5.8]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.8
|
data/CONTRIBUTING.md
CHANGED
@@ -16,8 +16,8 @@ Made with [contributors-img][contrib-rocks].
|
|
16
16
|
|
17
17
|
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
18
18
|
|
19
|
-
[conduct]: https://github.com/oauth-xx/oauth-ruby/blob/
|
20
|
-
[contributing]: https://github.com/oauth-xx/oauth-ruby/blob/
|
19
|
+
[conduct]: https://github.com/oauth-xx/oauth-ruby/blob/main/CODE_OF_CONDUCT.md
|
20
|
+
[contributing]: https://github.com/oauth-xx/oauth-ruby/blob/main/CONTRIBUTING.md
|
21
21
|
[contributors]: https://github.com/oauth-xx/oauth-ruby/graphs/contributors
|
22
22
|
[mailinglist]: http://groups.google.com/group/oauth-ruby
|
23
23
|
[source]: https://github.com/oauth-xx/oauth-ruby/
|
data/README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
<p align="center">
|
2
2
|
<a href="http://oauth.net/core/1.0/" target="_blank" rel="noopener">
|
3
|
-
<img width="124px" src="https://github.com/oauth-xx/oauth-ruby/raw/
|
3
|
+
<img width="124px" src="https://github.com/oauth-xx/oauth-ruby/raw/main/docs/images/logo/Oauth_logo.svg?raw=true" alt="OAuth 1.0 Logo by Chris Messina, CC BY-SA 3.0, via Wikimedia Commons">
|
4
4
|
</a>
|
5
5
|
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
|
6
|
-
<img width="124px" src="https://github.com/oauth-xx/oauth-ruby/raw/
|
6
|
+
<img width="124px" src="https://github.com/oauth-xx/oauth-ruby/raw/main/docs/images/logo/ruby-logo-198px.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5">
|
7
7
|
</a>
|
8
8
|
</p>
|
9
9
|
|
@@ -22,7 +22,9 @@ See the sibling `oauth2` gem for OAuth 2.0 implementations in Ruby.
|
|
22
22
|
|
23
23
|
**NOTE**
|
24
24
|
|
25
|
-
This README, on branch `v0.5-maintenance`, targets 0.5.x series releases.
|
25
|
+
This README, on branch `v0.5-maintenance`, targets 0.5.x series releases.
|
26
|
+
The v0.5.x series of releases will be EOL no later than April, 2023.
|
27
|
+
For later releases please see the `main` branch README.
|
26
28
|
|
27
29
|
## Status
|
28
30
|
|
@@ -53,15 +55,15 @@ appended indicators:
|
|
53
55
|
♻️ - URL needs to be updated from SASS integration. Find / Replace is insufficient.
|
54
56
|
-->
|
55
57
|
|
56
|
-
| | Project | bundle add
|
57
|
-
|
58
|
-
| 1️⃣ | name, license, docs | [![RubyGems.org][⛳️name-img]][⛳️gem] [![License: MIT][🖇src-license-img]][🖇src-license] [![FOSSA][🏘fossa-img]][🏘fossa] [![RubyDoc.info][🚎yard-img]][🚎yard] [![InchCI][🖐inch-ci-img]][🚎yard]
|
59
|
-
| 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]
|
60
|
-
| 3️⃣ |
|
61
|
-
| 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]
|
62
|
-
| 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]
|
63
|
-
| 6️⃣ | resources | [![Discussion][⛳gh-discussions-img]][⛳gh-discussions] [![Get help on Codementor][🖇codementor-img]][🖇codementor] [![Chat][🏘chat-img]][🏘chat] [![Blog][🚎blog-img]][🚎blog] [![Blog][🖐wiki-img]][🖐wiki]
|
64
|
-
| 7️⃣ | spread 💖 | [![Liberapay Patrons][⛳liberapay-img]][⛳liberapay] [![Sponsor Me][🖇sponsor-img]][🖇sponsor] [![Tweet @ Peter][🏘tweet-img]][🏘tweet] [🌏][aboutme] [👼][angelme] [💻][coderme]
|
58
|
+
| | Project | bundle add oauth |
|
59
|
+
|:----|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
60
|
+
| 1️⃣ | name, license, docs | [![RubyGems.org][⛳️name-img]][⛳️gem] [![License: MIT][🖇src-license-img]][🖇src-license] [![FOSSA][🏘fossa-img]][🏘fossa] [![RubyDoc.info][🚎yard-img]][🚎yard] [![InchCI][🖐inch-ci-img]][🚎yard] |
|
61
|
+
| 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] |
|
62
|
+
| 3️⃣ | maintenance & 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] |
|
63
|
+
| 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] |
|
64
|
+
| 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] |
|
65
|
+
| 6️⃣ | resources | [![Discussion][⛳gh-discussions-img]][⛳gh-discussions] [![Get help on Codementor][🖇codementor-img]][🖇codementor] [![Chat][🏘chat-img]][🏘chat] [![Blog][🚎blog-img]][🚎blog] [![Blog][🖐wiki-img]][🖐wiki] |
|
66
|
+
| 7️⃣ | spread 💖 | [![Liberapay Patrons][⛳liberapay-img]][⛳liberapay] [![Sponsor Me][🖇sponsor-img]][🖇sponsor] [![Tweet @ Peter][🏘tweet-img]][🏘tweet] [🌏][aboutme] [👼][angelme] [💻][coderme] |
|
65
67
|
|
66
68
|
<!--
|
67
69
|
The link tokens in the following sections should be kept ordered by the row and badge numbering scheme
|
@@ -124,11 +126,11 @@ The link tokens in the following sections should be kept ordered by the row and
|
|
124
126
|
<!-- 5️⃣ coverage & security -->
|
125
127
|
[⛳cclim-cov]: https://codeclimate.com/github/oauth-xx/oauth-ruby/test_coverage
|
126
128
|
[⛳cclim-cov-img♻️]: https://api.codeclimate.com/v1/badges/3cf23270c21e8791d788/test_coverage
|
127
|
-
[🖇codecov-img♻️]: https://codecov.io/gh/oauth-xx/oauth-ruby/branch/
|
129
|
+
[🖇codecov-img♻️]: https://codecov.io/gh/oauth-xx/oauth-ruby/branch/main/graph/badge.svg?token=4ZNAWNxrf9
|
128
130
|
[🖇codecov]: https://codecov.io/gh/oauth-xx/oauth-ruby
|
129
|
-
[🏘coveralls]: https://coveralls.io/github/oauth-xx/oauth-ruby?branch=
|
130
|
-
[🏘coveralls-img]: https://coveralls.io/repos/github/oauth-xx/oauth-ruby/badge.svg?branch=
|
131
|
-
[🚎sec-pol]: https://github.com/oauth-xx/oauth-ruby/blob/
|
131
|
+
[🏘coveralls]: https://coveralls.io/github/oauth-xx/oauth-ruby?branch=main
|
132
|
+
[🏘coveralls-img]: https://coveralls.io/repos/github/oauth-xx/oauth-ruby/badge.svg?branch=main
|
133
|
+
[🚎sec-pol]: https://github.com/oauth-xx/oauth-ruby/blob/main/SECURITY.md
|
132
134
|
[🚎sec-pol-img]: https://img.shields.io/badge/security-policy-brightgreen.svg?style=flat
|
133
135
|
[🖐codeQL]: https://github.com/oauth-xx/oauth-ruby/security/code-scanning
|
134
136
|
[🖐codeQL-img]: https://github.com/oauth-xx/oauth-ruby/actions/workflows/codeql-analysis.yml/badge.svg
|
@@ -158,11 +160,6 @@ The link tokens in the following sections should be kept ordered by the row and
|
|
158
160
|
<!-- Maintainer Contact Links -->
|
159
161
|
[railsbling]: http://www.railsbling.com
|
160
162
|
[peterboling]: http://www.peterboling.com
|
161
|
-
[aboutme]: https://about.me/peter.boling
|
162
|
-
[angelme]: https://angel.co/peter-boling
|
163
|
-
[coderme]:http://coderwall.com/pboling
|
164
|
-
[politicme]: https://nationalprogressiveparty.org
|
165
|
-
|
166
163
|
|
167
164
|
## Installation
|
168
165
|
|
@@ -190,19 +187,17 @@ For more see [SECURITY.md][🚎sec-pol].
|
|
190
187
|
## Compatibility
|
191
188
|
|
192
189
|
Targeted ruby compatibility is non-EOL versions of Ruby, currently 2.7, 3.0, and
|
193
|
-
3.1. Ruby is limited to 2.0+ in the gemspec on this `v0.5-maintenance` branch
|
194
|
-
this will change with minor version bumps, while the gem is still in 0.x,
|
195
|
-
in accordance with the SemVer spec.
|
190
|
+
3.1. Ruby is limited to 2.0+ in the gemspec on this `v0.5-maintenance` branch.
|
196
191
|
|
197
|
-
The `
|
192
|
+
The `v0.6-maintenance` branch targets 0.6.x releases.
|
198
193
|
See `v0.5-maintenance` branch for older rubies.
|
199
194
|
|
200
|
-
NOTE:
|
195
|
+
NOTE: No further releases of the 0.5.x series are anticipated.
|
201
196
|
|
202
197
|
<details>
|
203
198
|
<summary>Ruby Engine Compatibility Policy</summary>
|
204
199
|
|
205
|
-
This gem is tested against MRI, JRuby, and Truffleruby.
|
200
|
+
This gem is tested against MRI, and to a lesser extent, against JRuby, and Truffleruby.
|
206
201
|
Each of those has varying versions that target a specific version of MRI Ruby.
|
207
202
|
This gem should work in the just-listed Ruby engines according to the targeted MRI compatibility in the table below.
|
208
203
|
If you would like to add support for additional engines,
|
@@ -227,12 +222,14 @@ fashion. If critical issues for a particular implementation exist at the time
|
|
227
222
|
of a major release, support for that Ruby version may be dropped.
|
228
223
|
</details>
|
229
224
|
|
230
|
-
| | Ruby OAuth Version | Maintenance Branch |
|
231
|
-
|
232
|
-
| 1️⃣ | 0.
|
233
|
-
| 2️⃣ | 0.
|
234
|
-
| 3️⃣ |
|
225
|
+
| | Ruby OAuth Version | Maintenance Branch | 🚂 Compatibility | Official 💎 | Unofficial 💎 | Incidental 💎 |
|
226
|
+
|:----|--------------------|--------------------|------------------------|----------------------|-------------------------|---------------|
|
227
|
+
| 1️⃣ | 1.0.x | `main` | Rails 6, 7 | 2.7, 3.0, 3.1 | sorry, not sorry | nope |
|
228
|
+
| 2️⃣ | 0.6.x | `v0.6-maintenance` | Rails 5, 6, 7 | 2.7, 3.0, 3.1 | 2.5, 2.6 | 2.4 |
|
229
|
+
| 3️⃣ | 0.5.x | `v0.5-maintenance` | Rails 2, 3, 4, 5, 6, 7 | 2.7, 3.0, 3.1 | 2.2, 2.3, 2.4, 2.5, 2.6 | 2.0, 2.1 |
|
230
|
+
| 4️⃣ | older | N/A | | Best of luck to you! | Please upgrade! | noop |
|
235
231
|
|
232
|
+
NOTE: Support for version 0.5.x will end in April, 2023
|
236
233
|
NOTE: Once 1.0 is released, the 0.x series will only receive critical bug and security updates.
|
237
234
|
See [SECURITY.md][🚎sec-pol]
|
238
235
|
|
@@ -242,16 +239,21 @@ This is a ruby library which is intended to be used in creating Ruby Consumer
|
|
242
239
|
and Service Provider applications. It is NOT a Rails plugin, but could easily
|
243
240
|
be used for the foundation for such a Rails plugin.
|
244
241
|
|
245
|
-
|
246
|
-
|
247
|
-
|
242
|
+
This gem was originally extracted from @pelle's [oauth-plugin](https://github.com/pelle/oauth-plugin)
|
243
|
+
gem. After extraction that gem was made to depend on this gem.
|
244
|
+
|
245
|
+
Unfortunately, this gem does have some Rails related bits that are
|
246
|
+
**optional** to load. You don't need Rails! The Rails bits may be pulled out
|
247
|
+
into a separate gem with the release of version 1.0 of this gem.
|
248
248
|
|
249
249
|
## Usage
|
250
250
|
|
251
|
-
We need to specify the oauth_callback url explicitly, otherwise it defaults to
|
251
|
+
We need to specify the `oauth_callback` url explicitly, otherwise it defaults to
|
252
252
|
"oob" (Out of Band)
|
253
253
|
|
254
|
-
|
254
|
+
```ruby
|
255
|
+
callback_url = "http://127.0.0.1:3000/oauth/callback"
|
256
|
+
```
|
255
257
|
|
256
258
|
Create a new `OAuth::Consumer` instance by passing it a configuration hash:
|
257
259
|
|
@@ -320,7 +322,7 @@ While on 0.x releases three digits of precision should be used.
|
|
320
322
|
For example:
|
321
323
|
|
322
324
|
```ruby
|
323
|
-
spec.add_dependency "oauth", "~> 0.5.
|
325
|
+
spec.add_dependency "oauth", "~> 0.5.14"
|
324
326
|
```
|
325
327
|
|
326
328
|
## License
|
@@ -338,8 +340,8 @@ Comments are welcome. Contact the [OAuth Ruby mailing list (Google Group)][maili
|
|
338
340
|
|
339
341
|
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
340
342
|
|
341
|
-
[conduct]: https://github.com/oauth-xx/oauth-ruby/blob/
|
342
|
-
[contributing]: https://github.com/oauth-xx/oauth-ruby/blob/
|
343
|
+
[conduct]: https://github.com/oauth-xx/oauth-ruby/blob/main/CODE_OF_CONDUCT.md
|
344
|
+
[contributing]: https://github.com/oauth-xx/oauth-ruby/blob/main/CONTRIBUTING.md
|
343
345
|
[contributors]: https://github.com/oauth-xx/oauth-ruby/graphs/contributors
|
344
346
|
[mailinglist]: http://groups.google.com/group/oauth-ruby
|
345
347
|
[source]: https://github.com/oauth-xx/oauth-ruby/
|
@@ -361,12 +363,11 @@ Comments are welcome. Contact the [OAuth Ruby mailing list (Google Group)][maili
|
|
361
363
|
[followme-img]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
|
362
364
|
[gh_discussions]: https://github.com/oauth-xx/oauth-ruby/discussions
|
363
365
|
[gh_sponsors]: https://github.com/sponsors/pboling
|
364
|
-
[license]: https://github.com/oauth-xx/oauth-ruby/blob/
|
366
|
+
[license]: https://github.com/oauth-xx/oauth-ruby/blob/main/LICENSE
|
365
367
|
[license-ref]: https://opensource.org/licenses/MIT
|
366
368
|
[liberapay_donate]: https://liberapay.com/pboling/donate
|
367
|
-
[politicme]: https://nationalprogressiveparty.org
|
368
369
|
[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
369
370
|
[rubygems]: https://rubygems.org/gems/oauth
|
370
|
-
[security]: https://github.com/oauth-xx/oauth-ruby/blob/
|
371
|
+
[security]: https://github.com/oauth-xx/oauth-ruby/blob/main/SECURITY.md
|
371
372
|
[semver]: http://semver.org/
|
372
373
|
[tweetme]: http://twitter.com/galtzo
|
data/SECURITY.md
CHANGED
@@ -3,14 +3,20 @@
|
|
3
3
|
## Supported Versions
|
4
4
|
|
5
5
|
| Version | Supported |
|
6
|
-
|
7
|
-
| 0.7.x | :white_check_mark: |
|
6
|
+
|---------|--------------------|
|
8
7
|
| 0.6.x | :white_check_mark: |
|
9
8
|
| 0.5.x | :white_check_mark: |
|
10
9
|
| <= 0.5 | :x: |
|
11
10
|
|
11
|
+
NOTE: Support for version 0.5.x will end in April, 2023
|
12
|
+
|
12
13
|
## Reporting a Vulnerability
|
13
14
|
|
14
|
-
|
15
|
+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security).
|
16
|
+
Tidelift will coordinate the fix and disclosure.
|
17
|
+
|
18
|
+
## OAuth for Enterprise
|
19
|
+
|
20
|
+
Available as part of the Tidelift Subscription.
|
15
21
|
|
16
|
-
[
|
22
|
+
The maintainers of oauth and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/rubygems-oauth?utm_source=rubygems-oauth&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
|
data/lib/oauth/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oauth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pelle Braendgaard
|
@@ -13,10 +13,10 @@ authors:
|
|
13
13
|
- Matt Sanford
|
14
14
|
- Aaron Quint
|
15
15
|
- Peter Boling
|
16
|
-
autorequire:
|
16
|
+
autorequire:
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
|
-
date: 2022-
|
19
|
+
date: 2022-08-29 00:00:00.000000000 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: curb
|
@@ -64,16 +64,16 @@ dependencies:
|
|
64
64
|
name: minitest
|
65
65
|
requirement: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - "
|
67
|
+
- - "<"
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '5.16'
|
70
70
|
type: :development
|
71
71
|
prerelease: false
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
|
-
- - "
|
74
|
+
- - "<"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version: '
|
76
|
+
version: '5.16'
|
77
77
|
- !ruby/object:Gem::Dependency
|
78
78
|
name: mocha
|
79
79
|
requirement: !ruby/object:Gem::Requirement
|
@@ -144,6 +144,20 @@ dependencies:
|
|
144
144
|
- - ">="
|
145
145
|
- !ruby/object:Gem::Version
|
146
146
|
version: '0'
|
147
|
+
- !ruby/object:Gem::Dependency
|
148
|
+
name: rubocop-lts
|
149
|
+
requirement: !ruby/object:Gem::Requirement
|
150
|
+
requirements:
|
151
|
+
- - "~>"
|
152
|
+
- !ruby/object:Gem::Version
|
153
|
+
version: '4.0'
|
154
|
+
type: :development
|
155
|
+
prerelease: false
|
156
|
+
version_requirements: !ruby/object:Gem::Requirement
|
157
|
+
requirements:
|
158
|
+
- - "~>"
|
159
|
+
- !ruby/object:Gem::Version
|
160
|
+
version: '4.0'
|
147
161
|
- !ruby/object:Gem::Dependency
|
148
162
|
name: typhoeus
|
149
163
|
requirement: !ruby/object:Gem::Requirement
|
@@ -172,7 +186,7 @@ dependencies:
|
|
172
186
|
- - "<="
|
173
187
|
- !ruby/object:Gem::Version
|
174
188
|
version: 3.14.0
|
175
|
-
description:
|
189
|
+
description:
|
176
190
|
email: oauth-ruby@googlegroups.com
|
177
191
|
executables:
|
178
192
|
- oauth
|
@@ -239,13 +253,41 @@ homepage: https://github.com/oauth-xx/oauth-ruby
|
|
239
253
|
licenses:
|
240
254
|
- MIT
|
241
255
|
metadata:
|
242
|
-
bug_tracker_uri: https://github.com/oauth-xx/oauth-ruby/issues
|
243
|
-
changelog_uri: https://github.com/oauth-xx/oauth-ruby/blob/master/CHANGELOG.md
|
244
|
-
documentation_uri: https://rubydoc.info/github/oauth-xx/oauth-ruby/master
|
245
256
|
homepage_uri: https://github.com/oauth-xx/oauth-ruby
|
246
|
-
source_code_uri: https://github.com/oauth-xx/oauth-ruby
|
257
|
+
source_code_uri: https://github.com/oauth-xx/oauth-ruby/tree/v0.5.14
|
258
|
+
changelog_uri: https://github.com/oauth-xx/oauth-ruby/blob/v0.5.14/CHANGELOG.md
|
259
|
+
bug_tracker_uri: https://github.com/oauth-xx/oauth-ruby/issues
|
260
|
+
documentation_uri: https://www.rubydoc.info/gems/oauth/0.5.14
|
261
|
+
wiki_uri: https://github.com/oauth-xx/oauth-ruby/wiki
|
247
262
|
rubygems_mfa_required: 'true'
|
248
|
-
post_install_message:
|
263
|
+
post_install_message: |2+
|
264
|
+
|
265
|
+
You have installed oauth version 0.5.14, congratulations!
|
266
|
+
|
267
|
+
Support for the 0.5.x series will end by April, 2023. Please upgrade to 0.6.x or 1.x as soon as possible!
|
268
|
+
For 0.6.x the only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.
|
269
|
+
For 1.x the only breaking change will be dropped support for Ruby 2.4, 2.5, and 2.6.
|
270
|
+
|
271
|
+
Please see:
|
272
|
+
• https://github.com/oauth-xx/oauth-ruby/blob/main/SECURITY.md
|
273
|
+
|
274
|
+
Note also that I am, and this project is, in the process of leaving Github.
|
275
|
+
I wrote about some of the reasons here:
|
276
|
+
• https://dev.to/galtzo/im-leaving-github-50ba
|
277
|
+
|
278
|
+
If you are a human, please consider a donation as I move toward supporting myself with Open Source work:
|
279
|
+
• https://liberapay.com/pboling
|
280
|
+
• https://ko-fi.com/pboling
|
281
|
+
• https://patreon.com/galtzo
|
282
|
+
|
283
|
+
If you are a corporation, please consider supporting this project, and open source work generally, with a TideLift subscription.
|
284
|
+
• https://tidelift.com/funding/github/rubygems/oauth
|
285
|
+
• Or hire me. I am looking for a job!
|
286
|
+
|
287
|
+
Please report issues, and support the project!
|
288
|
+
|
289
|
+
Thanks, |7eter l-|. l3oling
|
290
|
+
|
249
291
|
rdoc_options: []
|
250
292
|
require_paths:
|
251
293
|
- lib
|
@@ -260,8 +302,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
260
302
|
- !ruby/object:Gem::Version
|
261
303
|
version: '0'
|
262
304
|
requirements: []
|
263
|
-
rubygems_version: 3.
|
264
|
-
signing_key:
|
305
|
+
rubygems_version: 3.3.21
|
306
|
+
signing_key:
|
265
307
|
specification_version: 4
|
266
308
|
summary: OAuth Core Ruby implementation
|
267
309
|
test_files: []
|
310
|
+
...
|