oauth 0.5.10 → 0.5.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8b32f6236156240692af164df90d283aa768dd2f0f6e2a08c6a4c39d396f824
4
- data.tar.gz: 4c6a5f53fd4417683198af1371938358e8808ff1f9fcad0d2e4e2af5e4233f4a
3
+ metadata.gz: b3272539ec7202df70017b1b16ccca115081d6a14a0aed0b6fdbee90565ad5b8
4
+ data.tar.gz: 2c515938a4066d5f4b0ac0d064e106242f1362c615606c62794a5f39a97d44d2
5
5
  SHA512:
6
- metadata.gz: d0fb04a980ad2d4ae5de14d2c6a119966b5c315a1c4738678a2040db360e6c452545c3585d718e5668389f0c183af610f7e18dc3cdc710b7b3ecc33bea419a0a
7
- data.tar.gz: 7820c639c056aca51781fcf0a73d65c7f3a9c9032af95413024d713f80078f5b12d2d1949e3b1aec8feaf87058c5dc40eaf2dbc6a735da070a683307affed1ad
6
+ metadata.gz: e071e35abc38d4140a9c2675080fba950d6bd643fff3aab0e80ec2dd8c5946c46e2956be9dd6f8c4dd9895c8b6f08b13e7f43cd8336f58e870230fcfd4931722
7
+ data.tar.gz: 7eb464bb1e9db068903a6fac738d5126fc64688a7b670d931ba78a0283740cbb46329e07fc2895a4568516003bfddb72229d1c3c040165305bb307591a525da7
data/CHANGELOG.md CHANGED
@@ -13,6 +13,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [0.5.13] 2022-08-23
17
+ The "I think I caught 'em all!" Release
18
+
19
+ ### Fixed
20
+ * Typo oauth2 => oauth as gem name in one more place.
21
+
22
+ ## [0.5.12] 2022-08-23
23
+ The "Typoes are just the worst!" Release
24
+
25
+ ### Fixed
26
+ * Typo oauth2 => oauth as gem name in a couple places.
27
+
28
+ ## [0.5.11] 2022-08-23
29
+ The "Is this the last release with a silly name?" Release
30
+
31
+ ### Added
32
+ * Post install note about EOL approaching in April, 2023
33
+
34
+ ### Changed
35
+ * Improved documentation
36
+ * Switched branch references from master to main
37
+ * CI builds are now all green!
38
+
16
39
  ## [0.5.10] 2022-05-04
17
40
  The "Can it be the end of the line for 0.5.x?" Release
18
41
 
@@ -386,7 +409,10 @@ but please have a look at the unit tests.
386
409
  * Moved all non-Rails functionality from the Rails plugin:
387
410
  http://code.google.com/p/oauth-plugin/
388
411
 
389
- [Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.10...v0.5-maintenance
412
+ [Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.13...v0.5-maintenance
413
+ [0.5.13]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
414
+ [0.5.12]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
415
+ [0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
390
416
  [0.5.10]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.10
391
417
  [0.5.9]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.9
392
418
  [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/master/CODE_OF_CONDUCT.md
20
- [contributing]: https://github.com/oauth-xx/oauth-ruby/blob/master/CONTRIBUTING.md
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/master/docs/images/logo/Oauth_logo.svg?raw=true" alt="OAuth 1.0 Logo by Chris Messina, CC BY-SA 3.0, via Wikimedia Commons">
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/master/docs/images/logo/ruby-logo-198px.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5">
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. For later releases please see the `master` branch README.
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 oauth2 |
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] <!--[![Next Version][📗next-img]][📗next]--> |
60
- | 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] |
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] [🌹][politicme] |
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/v0.5-maintenance/graph/badge.svg?token=4ZNAWNxrf9
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=v0.5-maintenance
130
- [🏘coveralls-img]: https://coveralls.io/repos/github/oauth-xx/oauth-ruby/badge.svg?branch=v0.5-maintenance
131
- [🚎sec-pol]: https://github.com/oauth-xx/oauth-ruby/blob/master/SECURITY.md
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, and
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 `master` branch now targets 0.6.x releases.
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: If there is another 0.5.x release it is anticipated to be the last of the 0.5.x series.
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 | Supported Officially | Supported Unofficially | Supported Incidentally |
231
- |:----|--------------------|--------------------|----------------------|------------------------------|------------------------|
232
- | 1️⃣ | 0.6.x (unreleased) | `master` | 2.7, 3.0, 3.1 | 2.5, 2.6 | 2.4 |
233
- | 2️⃣ | 0.5.x | `v0.5-maintenance` | 2.7, 3.0, 3.1 | 2.1, 2.2, 2.3, 2.4, 2.5, 2.6 | 2.0 |
234
- | 3️⃣ | older | N/A | Best of luck to you! | Please upgrade! | |
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
- As a matter of fact it has been pulled out from an OAuth Rails GEM
246
- (https://rubygems.org/gems/oauth-plugin https://github.com/pelle/oauth-plugin)
247
- which now uses this gem as a dependency.
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
- callback_url = "http://127.0.0.1:3000/oauth/callback"
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.9"
325
+ spec.add_dependency "oauth", "~> 0.5.10"
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/master/CODE_OF_CONDUCT.md
342
- [contributing]: https://github.com/oauth-xx/oauth-ruby/blob/master/CONTRIBUTING.md
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/master/LICENSE
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/master/SECURITY.md
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
- Peter Boling is the primary maintainer of the this gem. Please find a way to [contact him directly][contact] to report the issue. Include as much relevant information as possible.
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
- [contact]: https://railsbling.com/contact
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
@@ -1,3 +1,3 @@
1
1
  module OAuth
2
- VERSION = "0.5.10".freeze
2
+ VERSION = "0.5.13".freeze
3
3
  end
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.10
4
+ version: 0.5.13
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-05-04 00:00:00.000000000 Z
19
+ date: 2022-08-23 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: '0'
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: '0'
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,40 @@ 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.13
258
+ changelog_uri: https://github.com/oauth-xx/oauth-ruby/blob/v0.5.13/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.13
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.13, congratulations!
266
+
267
+ Support for the 0.5.x series will end in April, 2023. Please upgrade to 0.6.x as soon as possible!
268
+ The only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.
269
+
270
+ Please see:
271
+ • https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
272
+
273
+ Note also that I, and this project, am in the process of leaving Github.
274
+ I wrote about some of the reasons here:
275
+ • https://dev.to/galtzo/im-leaving-github-50ba
276
+
277
+ If you are a human, please consider a donation as I move toward supporting myself with Open Source work:
278
+ • https://liberapay.com/pboling
279
+ • https://ko-fi.com/pboling
280
+ • https://patreon.com/galtzo
281
+
282
+ If you are a corporation, please consider supporting this project, and open source work generally, with a TideLift subscription.
283
+ • https://tidelift.com/funding/github/rubygems/oauth
284
+ • Or hire me. I am looking for a job!
285
+
286
+ Please report issues, and support the project!
287
+
288
+ Thanks, |7eter l-|. l3oling
289
+
249
290
  rdoc_options: []
250
291
  require_paths:
251
292
  - lib
@@ -260,8 +301,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
301
  - !ruby/object:Gem::Version
261
302
  version: '0'
262
303
  requirements: []
263
- rubygems_version: 3.0.3.1
264
- signing_key:
304
+ rubygems_version: 3.3.20
305
+ signing_key:
265
306
  specification_version: 4
266
307
  summary: OAuth Core Ruby implementation
267
308
  test_files: []
309
+ ...