oauth 0.5.13 → 0.5.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/README.md +1 -1
- data/lib/oauth/version.rb +1 -1
- metadata +12 -11
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,12 @@ 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
|
+
|
|
16
22
|
## [0.5.13] 2022-08-23
|
|
17
23
|
The "I think I caught 'em all!" Release
|
|
18
24
|
|
|
@@ -409,7 +415,8 @@ but please have a look at the unit tests.
|
|
|
409
415
|
* Moved all non-Rails functionality from the Rails plugin:
|
|
410
416
|
http://code.google.com/p/oauth-plugin/
|
|
411
417
|
|
|
412
|
-
[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
|
|
413
420
|
[0.5.13]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
|
|
414
421
|
[0.5.12]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
|
|
415
422
|
[0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
|
data/README.md
CHANGED
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
|
|
@@ -16,7 +16,7 @@ authors:
|
|
|
16
16
|
autorequire:
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
|
-
date: 2022-08-
|
|
19
|
+
date: 2022-08-29 00:00:00.000000000 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: curb
|
|
@@ -254,23 +254,24 @@ 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.
|
|
258
|
-
changelog_uri: https://github.com/oauth-xx/oauth-ruby/blob/v0.5.
|
|
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
259
|
bug_tracker_uri: https://github.com/oauth-xx/oauth-ruby/issues
|
|
260
|
-
documentation_uri: https://www.rubydoc.info/gems/oauth/0.5.
|
|
260
|
+
documentation_uri: https://www.rubydoc.info/gems/oauth/0.5.14
|
|
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 oauth version 0.5.
|
|
265
|
+
You have installed oauth version 0.5.14, congratulations!
|
|
266
266
|
|
|
267
|
-
Support for the 0.5.x series will end
|
|
268
|
-
|
|
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.
|
|
269
270
|
|
|
270
271
|
Please see:
|
|
271
|
-
• https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
|
|
272
|
+
• https://github.com/oauth-xx/oauth-ruby/blob/main/SECURITY.md
|
|
272
273
|
|
|
273
|
-
Note also that I, and this project,
|
|
274
|
+
Note also that I am, and this project is, in the process of leaving Github.
|
|
274
275
|
I wrote about some of the reasons here:
|
|
275
276
|
• https://dev.to/galtzo/im-leaving-github-50ba
|
|
276
277
|
|
|
@@ -301,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
301
302
|
- !ruby/object:Gem::Version
|
|
302
303
|
version: '0'
|
|
303
304
|
requirements: []
|
|
304
|
-
rubygems_version: 3.3.
|
|
305
|
+
rubygems_version: 3.3.21
|
|
305
306
|
signing_key:
|
|
306
307
|
specification_version: 4
|
|
307
308
|
summary: OAuth Core Ruby implementation
|