ruby-openid 2.7.0 → 2.8.0
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 +5 -5
- data/CHANGELOG.md +18 -0
- data/examples/rails_openid/Gemfile +1 -1
- data/lib/openid/consumer.rb +1 -1
- data/lib/openid/fetchers.rb +1 -1
- data/lib/openid/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: a5ee8f497521f63d02ab2ad5f69acb23e89c24dbb7209ce1a8c00f027352e75d
|
|
4
|
+
data.tar.gz: 032d7f7ec7372a6fa8b8003e7ff7f96d635031ad2fc30a8fb6d93c48dee10a22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d972e6fb2fc9195856e1e58118baa7c2e3cef606b3625eb1d857fa2ccdd39877038edfe3ddf97ecbecb7e3fcf7fb19b829bcb98e1d43909602334f596db674a9
|
|
7
|
+
data.tar.gz: 1bc853ce02c3ff490d494fc8db60f299cefda2f02cfc2e7cd237e3e0667211ba2fe3f07f16d6a9002b0ad5d946d4c13247e31cf3ff4f88f1cb6efbaf8cc90926
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.8.0
|
|
4
|
+
|
|
5
|
+
* Fix `admin/mkassoc` script.
|
|
6
|
+
See https://github.com/openid/ruby-openid/pull/103
|
|
7
|
+
* Allow spcifying timeout for `OpenID::StandardFetcher` in environment variables.
|
|
8
|
+
See https://github.com/openid/ruby-openid/pull/109
|
|
9
|
+
* Fixed some documentation.
|
|
10
|
+
See https://github.com/openid/ruby-openid/pull/111
|
|
11
|
+
* Fixed example server.
|
|
12
|
+
See https://github.com/openid/ruby-openid/pull/91
|
|
13
|
+
* Fixed tests.
|
|
14
|
+
See https://github.com/openid/ruby-openid/pull/86
|
|
15
|
+
* Misc. changes to the CI setup.
|
|
16
|
+
See
|
|
17
|
+
- https://github.com/openid/ruby-openid/pull/110
|
|
18
|
+
- https://github.com/openid/ruby-openid/pull/108
|
|
19
|
+
- https://github.com/openid/ruby-openid/pull/107
|
|
20
|
+
|
|
3
21
|
## 2.7.0
|
|
4
22
|
|
|
5
23
|
* Use RFC 2396 compatible URI parser for trustroot - 7c84ec9ced3ccbdad575e02dbfa81e53b52f909e
|
data/lib/openid/consumer.rb
CHANGED
|
@@ -139,7 +139,7 @@ module OpenID
|
|
|
139
139
|
#
|
|
140
140
|
# Add an OpenID login field somewhere on your site. When an OpenID
|
|
141
141
|
# is entered in that field and the form is submitted, it should make
|
|
142
|
-
# a request to the
|
|
142
|
+
# a request to the site that includes that OpenID URL.
|
|
143
143
|
#
|
|
144
144
|
# First, the application should instantiate a Consumer with a
|
|
145
145
|
# session for per-user state and store for shared state using the
|
data/lib/openid/fetchers.rb
CHANGED
data/lib/openid/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-openid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JanRain, Inc
|
|
8
8
|
autorequire: openid
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '5'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '5'
|
|
27
27
|
description:
|
|
@@ -241,7 +241,7 @@ files:
|
|
|
241
241
|
homepage: https://github.com/openid/ruby-openid
|
|
242
242
|
licenses:
|
|
243
243
|
- Ruby
|
|
244
|
-
- Apache
|
|
244
|
+
- Apache-2.0
|
|
245
245
|
metadata: {}
|
|
246
246
|
post_install_message:
|
|
247
247
|
rdoc_options:
|
|
@@ -260,8 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
260
260
|
- !ruby/object:Gem::Version
|
|
261
261
|
version: '0'
|
|
262
262
|
requirements: []
|
|
263
|
-
|
|
264
|
-
rubygems_version: 2.4.5
|
|
263
|
+
rubygems_version: 3.0.3
|
|
265
264
|
signing_key:
|
|
266
265
|
specification_version: 4
|
|
267
266
|
summary: A library for consuming and serving OpenID identities.
|