oauth 1.1.1 → 1.1.2
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
- checksums.yaml.gz.sig +4 -4
- data/CHANGELOG.md +14 -1
- data/README.md +1 -1
- data/lib/oauth/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f28bede7a27c0321aa99332141b8e2b641607eab38cedc366dc8b71f3a3b4614
|
4
|
+
data.tar.gz: 2bd620445e79a09fd3c8e53a21f6edb4e4984440bd06893eff4a292a64c6cefb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f68ed36ecb1cbaa8b001dfb3fce702a3df9d64757ed5438b9546c4d94eed17fce1f1c02797fddba6f343c5dcfa2e53030beb75b28eb6a6298f179d616ec91277
|
7
|
+
data.tar.gz: bbf0f49070de41e8bb2176b83871255faea7e629a8a2367b2003594a038e2bdd3df35a012a7fdfe3b684071aa50afa8b8d511fe7a16ab2ddd13b0bb4ff01b287
|
checksums.yaml.gz.sig
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
�S ���]`.ܧ������ʲӺ�ww��]
|
2
|
+
6�%)[/܁.U�,9AD�=
|
3
|
+
�h�]?
|
4
|
+
�De����|�"��$�6�,�N��Dm9>EL���S�r=b�C���DLju x$�4YV@�졡��Q�U�hk�D���$V�㳜7���hjM%l�ɒ�e�j&b
|
data/CHANGELOG.md
CHANGED
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
30
30
|
|
31
31
|
### Security
|
32
32
|
|
33
|
+
## [1.1.2] - 2025-09-21
|
34
|
+
|
35
|
+
- TAG: [v1.1.2][1.1.2t]
|
36
|
+
- COVERAGE: 81.78% -- 817/999 lines in 36 files
|
37
|
+
- BRANCH COVERAGE: 50.54% -- 140/277 branches in 36 files
|
38
|
+
- 40.71% documented
|
39
|
+
|
40
|
+
### Added
|
41
|
+
|
42
|
+
- Corrected SHA-256 & SHA-512 checksums for release 1.1.1
|
43
|
+
|
33
44
|
## [1.1.1] - 2025-09-21
|
34
45
|
|
35
46
|
- TAG: [v1.1.1][1.1.1t]
|
@@ -704,7 +715,9 @@ but please have a look at the unit tests.
|
|
704
715
|
* Moved all non-Rails functionality from the Rails plugin:
|
705
716
|
http://code.google.com/p/oauth-plugin/
|
706
717
|
|
707
|
-
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.
|
718
|
+
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.2...HEAD
|
719
|
+
[1.1.2]: https://github.com/ruby-oauth/oauth/compare/v1.1.1...v1.1.2
|
720
|
+
[1.1.2t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.2
|
708
721
|
[1.1.1]: https://github.com/ruby-oauth/oauth/compare/v1.1.0...v1.1.1
|
709
722
|
[1.1.1t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.1
|
710
723
|
[1.1.0]: https://gitlab.com/ruby-oauth/oauth/-/compare/v1.0.1...v1.1.0
|
data/README.md
CHANGED
@@ -636,7 +636,7 @@ Thanks for RTFM. ☺️
|
|
636
636
|
[📌gitmoji]:https://gitmoji.dev
|
637
637
|
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
638
638
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
639
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-
|
639
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.999-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
640
640
|
[🔐security]: SECURITY.md
|
641
641
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
642
642
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
data/lib/oauth/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
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: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pelle Braendgaard
|
@@ -456,10 +456,10 @@ licenses:
|
|
456
456
|
- MIT
|
457
457
|
metadata:
|
458
458
|
homepage_uri: https://oauth.galtzo.com/
|
459
|
-
source_code_uri: https://github.com/ruby-oauth/oauth/tree/v1.1.
|
460
|
-
changelog_uri: https://github.com/ruby-oauth/oauth/blob/v1.1.
|
459
|
+
source_code_uri: https://github.com/ruby-oauth/oauth/tree/v1.1.2
|
460
|
+
changelog_uri: https://github.com/ruby-oauth/oauth/blob/v1.1.2/CHANGELOG.md
|
461
461
|
bug_tracker_uri: https://github.com/ruby-oauth/oauth/issues
|
462
|
-
documentation_uri: https://www.rubydoc.info/gems/oauth/1.1.
|
462
|
+
documentation_uri: https://www.rubydoc.info/gems/oauth/1.1.2
|
463
463
|
mailing_list_uri: https://groups.google.com/g/oauth-ruby
|
464
464
|
funding_uri: https://github.com/sponsors/pboling
|
465
465
|
wiki_uri: https://gitlab.com/ruby-oauth/oauth/-/wiki
|
metadata.gz.sig
CHANGED
Binary file
|