ruby-openid 2.9.1 → 2.9.2

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
2
  SHA256:
3
- metadata.gz: 7465441df37cfb953da9ceb646fe4ba1cfb1958c0eb9a127d842684dff2f3c95
4
- data.tar.gz: 7feca6b108738a3fb06a290bf601bbc522d7d78e2fe08523b6eaa7e10c6007b5
3
+ metadata.gz: 88a49c80e91fe7a922b9affa96fd2f5b7d25f291ba2994ff933c80bbfa00ce4d
4
+ data.tar.gz: f0e03308879772f5dfd72dca2aa3aafe3c085ba9e75cbbbf8f95a8099e4a0790
5
5
  SHA512:
6
- metadata.gz: 3ffc84d0d6996c9ef5cda1686f80bf9c960b7c4eb3502fc0fd8c6f7a16caccae264d26fd030ffdec4e211695e962e452cecd3714c45924f8b5a678f54e97df14
7
- data.tar.gz: d6507a131701f005f42a64816392661c9b9f73a457d1a802f217dd40922bcaf9b46f6dce73e4436b8c7cb8af5180d2e295df25e2ca1d2efc60f8ddf84ab1f1b3
6
+ metadata.gz: 3d680663f440f5231af356ebabb434f9915bc6209a626546adf1d1c3feb33e165159fdf38d45085083d953df0f012fefb1c1f2453f7b67248bd9cb0525b9cb0e
7
+ data.tar.gz: 360359da63adea9d5479b9fd705fd0100702b708befe9522b3eafb32141a98e4a5fd686a771ec6317e9fa77ed932ab6769b552b1b0864ae7db79366eb47e2c44
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.9.2
4
+
5
+ * Perform all checks before verifying endpoints.
6
+ [#126](https://github.com/openid/ruby-openid/pull/126)
7
+
3
8
  ## 2.9.1
4
9
 
5
10
  * Updated CHANGELOG.md
@@ -0,0 +1,137 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ actioncable (5.2.3)
5
+ actionpack (= 5.2.3)
6
+ nio4r (~> 2.0)
7
+ websocket-driver (>= 0.6.1)
8
+ actionmailer (5.2.3)
9
+ actionpack (= 5.2.3)
10
+ actionview (= 5.2.3)
11
+ activejob (= 5.2.3)
12
+ mail (~> 2.5, >= 2.5.4)
13
+ rails-dom-testing (~> 2.0)
14
+ actionpack (5.2.3)
15
+ actionview (= 5.2.3)
16
+ activesupport (= 5.2.3)
17
+ rack (~> 2.0)
18
+ rack-test (>= 0.6.3)
19
+ rails-dom-testing (~> 2.0)
20
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
+ actionview (5.2.3)
22
+ activesupport (= 5.2.3)
23
+ builder (~> 3.1)
24
+ erubi (~> 1.4)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
27
+ activejob (5.2.3)
28
+ activesupport (= 5.2.3)
29
+ globalid (>= 0.3.6)
30
+ activemodel (5.2.3)
31
+ activesupport (= 5.2.3)
32
+ activerecord (5.2.3)
33
+ activemodel (= 5.2.3)
34
+ activesupport (= 5.2.3)
35
+ arel (>= 9.0)
36
+ activestorage (5.2.3)
37
+ actionpack (= 5.2.3)
38
+ activerecord (= 5.2.3)
39
+ marcel (~> 0.3.1)
40
+ activesupport (5.2.3)
41
+ concurrent-ruby (~> 1.0, >= 1.0.2)
42
+ i18n (>= 0.7, < 2)
43
+ minitest (~> 5.1)
44
+ tzinfo (~> 1.1)
45
+ arel (9.0.0)
46
+ bindex (0.7.0)
47
+ builder (3.2.3)
48
+ byebug (11.0.1)
49
+ concurrent-ruby (1.1.5)
50
+ crass (1.0.4)
51
+ erubi (1.8.0)
52
+ globalid (0.4.2)
53
+ activesupport (>= 4.2.0)
54
+ i18n (1.6.0)
55
+ concurrent-ruby (~> 1.0)
56
+ jbuilder (2.9.1)
57
+ activesupport (>= 4.2.0)
58
+ loofah (2.2.3)
59
+ crass (~> 1.0.2)
60
+ nokogiri (>= 1.5.9)
61
+ mail (2.7.1)
62
+ mini_mime (>= 0.1.1)
63
+ marcel (0.3.3)
64
+ mimemagic (~> 0.3.2)
65
+ method_source (0.9.2)
66
+ mimemagic (0.3.3)
67
+ mini_mime (1.0.1)
68
+ mini_portile2 (2.4.0)
69
+ minitest (5.11.3)
70
+ nio4r (2.3.1)
71
+ nokogiri (1.10.3)
72
+ mini_portile2 (~> 2.4.0)
73
+ puma (3.12.1)
74
+ rack (2.0.7)
75
+ rack-test (1.1.0)
76
+ rack (>= 1.0, < 3)
77
+ rails (5.2.3)
78
+ actioncable (= 5.2.3)
79
+ actionmailer (= 5.2.3)
80
+ actionpack (= 5.2.3)
81
+ actionview (= 5.2.3)
82
+ activejob (= 5.2.3)
83
+ activemodel (= 5.2.3)
84
+ activerecord (= 5.2.3)
85
+ activestorage (= 5.2.3)
86
+ activesupport (= 5.2.3)
87
+ bundler (>= 1.3.0)
88
+ railties (= 5.2.3)
89
+ sprockets-rails (>= 2.0.0)
90
+ rails-dom-testing (2.0.3)
91
+ activesupport (>= 4.2.0)
92
+ nokogiri (>= 1.6)
93
+ rails-html-sanitizer (1.0.4)
94
+ loofah (~> 2.2, >= 2.2.2)
95
+ railties (5.2.3)
96
+ actionpack (= 5.2.3)
97
+ activesupport (= 5.2.3)
98
+ method_source
99
+ rake (>= 0.8.7)
100
+ thor (>= 0.19.0, < 2.0)
101
+ rake (12.3.2)
102
+ sprockets (3.7.2)
103
+ concurrent-ruby (~> 1.0)
104
+ rack (> 1, < 3)
105
+ sprockets-rails (3.2.1)
106
+ actionpack (>= 4.0)
107
+ activesupport (>= 4.0)
108
+ sprockets (>= 3.0.0)
109
+ thor (0.20.3)
110
+ thread_safe (0.3.6)
111
+ tzinfo (1.2.5)
112
+ thread_safe (~> 0.1)
113
+ web-console (3.7.0)
114
+ actionview (>= 5.0)
115
+ activemodel (>= 5.0)
116
+ bindex (>= 0.4.0)
117
+ railties (>= 5.0)
118
+ websocket-driver (0.7.1)
119
+ websocket-extensions (>= 0.1.0)
120
+ websocket-extensions (0.1.4)
121
+
122
+ PLATFORMS
123
+ ruby
124
+
125
+ DEPENDENCIES
126
+ byebug
127
+ jbuilder (~> 2.5)
128
+ puma (~> 3.11)
129
+ rails (~> 5.2.3)
130
+ tzinfo-data
131
+ web-console (>= 3.3.0)
132
+
133
+ RUBY VERSION
134
+ ruby 2.6.3p62
135
+
136
+ BUNDLED WITH
137
+ 1.17.3
@@ -0,0 +1 @@
1
+ ce81c1fc524a700075e423e493bbcdf7
@@ -71,9 +71,9 @@ module OpenID
71
71
  # verified information.
72
72
  def id_res
73
73
  check_for_fields
74
- verify_return_to
75
74
  check_signature
76
75
  check_nonce
76
+ verify_return_to
77
77
  verify_discovery_results
78
78
  end
79
79
 
@@ -1,3 +1,3 @@
1
1
  module OpenID
2
- VERSION = "2.9.1"
2
+ VERSION = "2.9.2"
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.9.1
4
+ version: 2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - JanRain, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-04 00:00:00.000000000 Z
11
+ date: 2019-10-16 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:
@@ -51,6 +51,8 @@ files:
51
51
  - examples/active_record_openid_store/lib/openid_ar_store.rb
52
52
  - examples/active_record_openid_store/test/store_test.rb
53
53
  - examples/discover
54
+ - examples/rails5_openid/Gemfile.lock
55
+ - examples/rails5_openid/config/master.key
54
56
  - examples/rails_openid/Gemfile
55
57
  - examples/rails_openid/README
56
58
  - examples/rails_openid/README.rdoc
@@ -242,7 +244,7 @@ files:
242
244
  homepage: https://github.com/openid/ruby-openid
243
245
  licenses:
244
246
  - Ruby
245
- - Apache-2.0
247
+ - Apache Software License 2.0
246
248
  metadata: {}
247
249
  post_install_message:
248
250
  rdoc_options: