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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a42bebb6d79a5270a97ab8a8f7e408a2c606f19e
4
- data.tar.gz: 37f0f842916738b876794d2836d6bf27a502a659
2
+ SHA256:
3
+ metadata.gz: a5ee8f497521f63d02ab2ad5f69acb23e89c24dbb7209ce1a8c00f027352e75d
4
+ data.tar.gz: 032d7f7ec7372a6fa8b8003e7ff7f96d635031ad2fc30a8fb6d93c48dee10a22
5
5
  SHA512:
6
- metadata.gz: ca1ee03431ac62f5ce84956a9cd522001fe44a9b1afe200ceca4d03060bb0a1c822955c96381fb25e6bdc876c6e20043574c407cf19be146a85349e1702a56b1
7
- data.tar.gz: 10c21a26954a56214f1679af6beec7640ef13b66c1cd28fe308e235d2fcd6dd7e1ab9cc25004891e7792a786858f1e334327441d8cdd927b518878d900faa06a
6
+ metadata.gz: d972e6fb2fc9195856e1e58118baa7c2e3cef606b3625eb1d857fa2ccdd39877038edfe3ddf97ecbecb7e3fcf7fb19b829bcb98e1d43909602334f596db674a9
7
+ data.tar.gz: 1bc853ce02c3ff490d494fc8db60f299cefda2f02cfc2e7cd237e3e0667211ba2fe3f07f16d6a9002b0ad5d946d4c13247e31cf3ff4f88f1cb6efbaf8cc90926
@@ -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
@@ -38,4 +38,4 @@ gem 'jquery-rails'
38
38
  # To use debugger
39
39
  # gem 'ruby-debug'
40
40
 
41
- gem 'ruby-openid'
41
+ gem 'ruby-openid', :require => 'openid'
@@ -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 your site which includes that OpenID URL.
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
@@ -117,7 +117,7 @@ module OpenID
117
117
  USER_AGENT = "ruby-openid/#{OpenID::VERSION} (#{RUBY_PLATFORM})"
118
118
 
119
119
  REDIRECT_LIMIT = 5
120
- TIMEOUT = 60
120
+ TIMEOUT = ENV['RUBY_OPENID_FETCHER_TIMEOUT'] || 60
121
121
 
122
122
  attr_accessor :ca_file
123
123
  attr_accessor :timeout
@@ -1,3 +1,3 @@
1
1
  module OpenID
2
- VERSION = "2.7.0"
2
+ VERSION = "2.8.0"
3
3
  end
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.7.0
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: 2015-03-05 00:00:00.000000000 Z
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 Software License 2.0
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
- rubyforge_project:
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.