ruby-openid2 3.0.1 → 3.0.2
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 +7 -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 +2 -3
- metadata +6 -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: 15467f52e14a2b271ce6b408e97634fb60867eb0c3f929d0b61555dd69fe1d3c
|
4
|
+
data.tar.gz: 3e60ef2dc233dc131737ea77e0c6202027f14579c6c75213c8cb23fdb81e9cf0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfea6134f3e52e4123f54a5237c04415c80f62b7b40eba4537fd9abbd77b6c633dbcce6466c226e7a153282e3b566b5913d03c971c0e6c358572b45fb703cd35
|
7
|
+
data.tar.gz: 34f28d9d8616e257afa6138f544b89780e9262b3a6b5f77a44530b6e40440677be23dacdf0a7947779578bfb8257f1e33e8fd3ccc02289106e6ee5a0f8b974b4
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -10,6 +10,13 @@ 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.2 - 2024-09-24
|
14
|
+
COVERAGE: 91.72% -- 3522/3840 lines in 49 files
|
15
|
+
BRANCH COVERAGE: 87.03% -- 1074/1234 branches in 49 files
|
16
|
+
63.08% documented
|
17
|
+
### Added
|
18
|
+
- Automatic loading via bundler
|
19
|
+
|
13
20
|
## 3.0.1 - 2024-09-20
|
14
21
|
COVERAGE: 91.72% -- 3521/3839 lines in 48 files
|
15
22
|
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,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
��v���?�Gs�]d�۴��4*��ӗq9z[��4��� �*S�ih��X�e��8H���� �h��%MӰ��P ��հ�3J�ZbӜ�t�:?��{��/ �3e�d��;���=�Cy���(����g��A6���B跟�xg.sXN.=j��W�{B���J���z��; �<�r<=���o�D�OM�04���ɀ��;uOv���`I��*��ow��{iQ��C+��$b@����p�ùJCwS0y��u�(�m���
|
1
|
+
j8{�z҃�:�~��Ƈ��G���H���
|
2
|
+
�bRB�l�Q��w��Pq��R� ����C���J���e�ZAYC@�l��=�N��ݾg����UQ0x���F���z�I���0�k�D�$?�j���g�h���Z1�/�����tю囗�ӚEfZ�XG"�Q�z#M �e���cu�H����p��S
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JanRain, Inc
|
@@ -37,7 +37,7 @@ 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
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: net-http
|
@@ -329,16 +329,17 @@ files:
|
|
329
329
|
- lib/openid/yadis/xri.rb
|
330
330
|
- lib/openid/yadis/xrires.rb
|
331
331
|
- lib/ruby-openid.rb
|
332
|
+
- lib/ruby-openid2.rb
|
332
333
|
homepage: https://github.com/oauth-xx/ruby-openid2
|
333
334
|
licenses:
|
334
335
|
- Ruby
|
335
336
|
- Apache Software License 2.0
|
336
337
|
metadata:
|
337
338
|
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.
|
339
|
+
source_code_uri: https://github.com/oauth-xx/ruby-openid2/tree/v3.0.2
|
340
|
+
changelog_uri: https://github.com/oauth-xx/ruby-openid2/blob/v3.0.2/CHANGELOG.md
|
340
341
|
bug_tracker_uri: https://github.com/oauth-xx/ruby-openid2/issues
|
341
|
-
documentation_uri: https://www.rubydoc.info/gems/ruby-openid2/3.0.
|
342
|
+
documentation_uri: https://www.rubydoc.info/gems/ruby-openid2/3.0.2
|
342
343
|
wiki_uri: https://github.com/oauth-xx/ruby-openid2/wiki
|
343
344
|
funding_uri: https://liberapay.com/pboling
|
344
345
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
Binary file
|