ruby-openid2 3.0.2 → 3.0.3
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 +0 -0
- data/CHANGELOG.md +5 -0
- data/lib/openid/version.rb +1 -1
- data.tar.gz.sig +3 -2
- metadata +31 -5
- 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: 558eb60b3522e609e752fb524c64d5a2a2917b8bed04bc6b995ccc3269297b0e
|
|
4
|
+
data.tar.gz: b2bc96481e7b064694d94ee4f8e4149cb3f17e1a75feab130d0c052f6acb3cd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 064cf245564d1f33d83ef8c9ba3887dbae059959426ec79456ee24561d0c4b185b8cd6fd58a649acc716bee1c00850beccc6d066b070478aea5d9fef39269e6d
|
|
7
|
+
data.tar.gz: 03d045c7b2cd53d153187e89b01c48f4c580454756df488a4a265fe8165a48003fed3d2ea30d940d26a96dfa408d595a36fb42524162ee235269a290805f5761
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Fixed
|
|
11
11
|
### Removed
|
|
12
12
|
|
|
13
|
+
## 3.0.3 - 2024-09-24
|
|
14
|
+
### Fixed
|
|
15
|
+
- Add logger gem for Ruby 3.5 compatibility
|
|
16
|
+
- Restrict minitest to < 6, because first we must use assert_nil if expecting nil
|
|
17
|
+
|
|
13
18
|
## 3.0.2 - 2024-09-24
|
|
14
19
|
COVERAGE: 91.72% -- 3522/3840 lines in 49 files
|
|
15
20
|
BRANCH COVERAGE: 87.03% -- 1074/1234 branches in 49 files
|
data/lib/openid/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
�
|
|
1
|
+
!I��W�������{J�E$�S�Aj�o}�u��(l�w���&R'��Q�θ ��
|
|
2
|
+
]�139L.�/��7��4b;�}Ѩp�1i�yd�y5v����e���wO�'�ΡJ�����#ڧ��.[��|eػ��ԕ�˚6Z�]�D�m�A.Ke�io��6��q����lyr�{�z(cg����N-�#/���Oy����[�%B���$#+y�č����A���EEb���[�FT�Qf#���X��f$R��t}�W�dO�P]��ޣ��^g�PlA�3q§�T�'W9dq�!#P��Kv�ҡd���L�ی��zw!8�fμ$�o�]�
|
|
3
|
+
\g�2G4���_�$��J�E�d�i6��*�Ƙ
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-openid2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JanRain, Inc
|
|
@@ -39,6 +39,26 @@ cert_chain:
|
|
|
39
39
|
-----END CERTIFICATE-----
|
|
40
40
|
date: 2024-09-24 00:00:00.000000000 Z
|
|
41
41
|
dependencies:
|
|
42
|
+
- !ruby/object:Gem::Dependency
|
|
43
|
+
name: logger
|
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
|
45
|
+
requirements:
|
|
46
|
+
- - "~>"
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: '1.6'
|
|
49
|
+
- - ">="
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: 1.6.1
|
|
52
|
+
type: :runtime
|
|
53
|
+
prerelease: false
|
|
54
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
55
|
+
requirements:
|
|
56
|
+
- - "~>"
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: '1.6'
|
|
59
|
+
- - ">="
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: 1.6.1
|
|
42
62
|
- !ruby/object:Gem::Dependency
|
|
43
63
|
name: net-http
|
|
44
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -106,6 +126,9 @@ dependencies:
|
|
|
106
126
|
- - ">="
|
|
107
127
|
- !ruby/object:Gem::Version
|
|
108
128
|
version: '5'
|
|
129
|
+
- - "<"
|
|
130
|
+
- !ruby/object:Gem::Version
|
|
131
|
+
version: '6'
|
|
109
132
|
type: :development
|
|
110
133
|
prerelease: false
|
|
111
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -113,6 +136,9 @@ dependencies:
|
|
|
113
136
|
- - ">="
|
|
114
137
|
- !ruby/object:Gem::Version
|
|
115
138
|
version: '5'
|
|
139
|
+
- - "<"
|
|
140
|
+
- !ruby/object:Gem::Version
|
|
141
|
+
version: '6'
|
|
116
142
|
- !ruby/object:Gem::Dependency
|
|
117
143
|
name: rake
|
|
118
144
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -336,10 +362,10 @@ licenses:
|
|
|
336
362
|
- Apache Software License 2.0
|
|
337
363
|
metadata:
|
|
338
364
|
homepage_uri: https://github.com/oauth-xx/ruby-openid2
|
|
339
|
-
source_code_uri: https://github.com/oauth-xx/ruby-openid2/tree/v3.0.
|
|
340
|
-
changelog_uri: https://github.com/oauth-xx/ruby-openid2/blob/v3.0.
|
|
365
|
+
source_code_uri: https://github.com/oauth-xx/ruby-openid2/tree/v3.0.3
|
|
366
|
+
changelog_uri: https://github.com/oauth-xx/ruby-openid2/blob/v3.0.3/CHANGELOG.md
|
|
341
367
|
bug_tracker_uri: https://github.com/oauth-xx/ruby-openid2/issues
|
|
342
|
-
documentation_uri: https://www.rubydoc.info/gems/ruby-openid2/3.0.
|
|
368
|
+
documentation_uri: https://www.rubydoc.info/gems/ruby-openid2/3.0.3
|
|
343
369
|
wiki_uri: https://github.com/oauth-xx/ruby-openid2/wiki
|
|
344
370
|
funding_uri: https://liberapay.com/pboling
|
|
345
371
|
rubygems_mfa_required: 'true'
|
|
@@ -358,7 +384,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
358
384
|
- !ruby/object:Gem::Version
|
|
359
385
|
version: '0'
|
|
360
386
|
requirements: []
|
|
361
|
-
rubygems_version: 3.
|
|
387
|
+
rubygems_version: 3.5.18
|
|
362
388
|
signing_key:
|
|
363
389
|
specification_version: 4
|
|
364
390
|
summary: A library for consuming and serving OpenID identities.
|
metadata.gz.sig
CHANGED
|
Binary file
|