ruby-openid2 3.0.1 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +12 -0
- data/lib/openid/version.rb +1 -1
- data/lib/ruby-openid.rb +2 -1
- data/lib/ruby-openid2.rb +2 -0
- data.tar.gz.sig +3 -3
- metadata +33 -6
- 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,18 @@ 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
|
+
|
18
|
+
## 3.0.2 - 2024-09-24
|
19
|
+
COVERAGE: 91.72% -- 3522/3840 lines in 49 files
|
20
|
+
BRANCH COVERAGE: 87.03% -- 1074/1234 branches in 49 files
|
21
|
+
63.08% documented
|
22
|
+
### Added
|
23
|
+
- Automatic loading via bundler
|
24
|
+
|
13
25
|
## 3.0.1 - 2024-09-20
|
14
26
|
COVERAGE: 91.72% -- 3521/3839 lines in 48 files
|
15
27
|
BRANCH COVERAGE: 87.03% -- 1074/1234 branches in 48 files
|
data/lib/openid/version.rb
CHANGED
data/lib/ruby-openid.rb
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
# for compatibility with original ruby-openid integrations
|
2
|
+
require_relative "openid"
|
data/lib/ruby-openid2.rb
ADDED
data.tar.gz.sig
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
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
|
@@ -37,8 +37,28 @@ cert_chain:
|
|
37
37
|
I5o+DRfXQHqKucx1ldFHvI2rE/kSCWqGTHN2eyu1sqCPeOoIMxrltJhaejKPkxqj
|
38
38
|
zaF9Og==
|
39
39
|
-----END CERTIFICATE-----
|
40
|
-
date: 2024-09-
|
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
|
@@ -329,16 +355,17 @@ files:
|
|
329
355
|
- lib/openid/yadis/xri.rb
|
330
356
|
- lib/openid/yadis/xrires.rb
|
331
357
|
- lib/ruby-openid.rb
|
358
|
+
- lib/ruby-openid2.rb
|
332
359
|
homepage: https://github.com/oauth-xx/ruby-openid2
|
333
360
|
licenses:
|
334
361
|
- Ruby
|
335
362
|
- Apache Software License 2.0
|
336
363
|
metadata:
|
337
364
|
homepage_uri: https://github.com/oauth-xx/ruby-openid2
|
338
|
-
source_code_uri: https://github.com/oauth-xx/ruby-openid2/tree/v3.0.
|
339
|
-
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
|
340
367
|
bug_tracker_uri: https://github.com/oauth-xx/ruby-openid2/issues
|
341
|
-
documentation_uri: https://www.rubydoc.info/gems/ruby-openid2/3.0.
|
368
|
+
documentation_uri: https://www.rubydoc.info/gems/ruby-openid2/3.0.3
|
342
369
|
wiki_uri: https://github.com/oauth-xx/ruby-openid2/wiki
|
343
370
|
funding_uri: https://liberapay.com/pboling
|
344
371
|
rubygems_mfa_required: 'true'
|
@@ -357,7 +384,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
357
384
|
- !ruby/object:Gem::Version
|
358
385
|
version: '0'
|
359
386
|
requirements: []
|
360
|
-
rubygems_version: 3.
|
387
|
+
rubygems_version: 3.5.18
|
361
388
|
signing_key:
|
362
389
|
specification_version: 4
|
363
390
|
summary: A library for consuming and serving OpenID identities.
|
metadata.gz.sig
CHANGED
Binary file
|