oauth 0.5.11 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/SECURITY.md +1 -1
  3. data/lib/oauth/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbfed92ea8f4e013c44cc92ceb0ad914b32e63fefad93110700426eb6564f278
4
- data.tar.gz: 147f12285f78ad61da74e7281f1549e5990ec13a7af8bf0f79127560631a0b57
3
+ metadata.gz: 1383760af4fa4c23f17387391201215fae2fb7547e5416f47b293f53a1cf95a5
4
+ data.tar.gz: 60b6383d43251da5bd3f410fd08cb4b537b82bc9a4ceda74a18803deb5282781
5
5
  SHA512:
6
- metadata.gz: f9427b262be734c813b0fab2bcdf56d3dad1aeb7e5f4e8e2fcccb3c355147086a8901a9ee2bd2291b2d6d7c30f3945e30a7d7f07e67f97efffd75feb50b419e0
7
- data.tar.gz: 394efa8e1b61711e07c4dee79971d7e8e6d9f55a3f6db558efe3ea60a8e18dd808c176885bc53f32002bfda4bda429186a1b68c1e85e327cf7bb251c70b38fd5
6
+ metadata.gz: f4ccb62d26bcfa62ca0b7f1bf578d3e4f4d0a1c97c59289843450c67bfdf5dd3793eefc1fd4d6c533447f95bb229d85192677b8711bfdad56843ea0ddc82677f
7
+ data.tar.gz: eb3f300e571daee4cd9ca6fedf75eaefaf0a315469651949a24a8786d6474353b374121379dd52acd3a72b2f580a87fd2ac3443436d447083da87913784b16ec
data/SECURITY.md CHANGED
@@ -19,4 +19,4 @@ Tidelift will coordinate the fix and disclosure.
19
19
 
20
20
  Available as part of the Tidelift Subscription.
21
21
 
22
- The maintainers of oauth2 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)
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.11".freeze
2
+ VERSION = "0.5.12".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.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pelle Braendgaard
@@ -254,15 +254,15 @@ licenses:
254
254
  - MIT
255
255
  metadata:
256
256
  homepage_uri: https://github.com/oauth-xx/oauth-ruby
257
- source_code_uri: https://github.com/oauth-xx/oauth-ruby/tree/v0.5.11
258
- changelog_uri: https://github.com/oauth-xx/oauth-ruby/blob/v0.5.11/CHANGELOG.md
257
+ source_code_uri: https://github.com/oauth-xx/oauth-ruby/tree/v0.5.12
258
+ changelog_uri: https://github.com/oauth-xx/oauth-ruby/blob/v0.5.12/CHANGELOG.md
259
259
  bug_tracker_uri: https://github.com/oauth-xx/oauth-ruby/issues
260
- documentation_uri: https://www.rubydoc.info/gems/oauth/0.5.11
260
+ documentation_uri: https://www.rubydoc.info/gems/oauth/0.5.12
261
261
  wiki_uri: https://github.com/oauth-xx/oauth-ruby/wiki
262
262
  rubygems_mfa_required: 'true'
263
263
  post_install_message: |2+
264
264
 
265
- You have installed oauth2 version 0.5.11, congratulations!
265
+ You have installed oauth version 0.5.12, congratulations!
266
266
 
267
267
  Support for the 0.5.x series will end in April, 2023. Please upgrade to 0.6.x as soon as possible!
268
268
  The only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.