ruby-openid2 3.0.1 → 3.0.3

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: 52d8f4edc8ded00c0ef92890e3ffde5e8ca0178631c7b1ca31159b02dccb38d6
4
- data.tar.gz: 3b72e271772ea950c78610192843f2d051eb6227d99f20d176cc9ccb04059a2a
3
+ metadata.gz: 558eb60b3522e609e752fb524c64d5a2a2917b8bed04bc6b995ccc3269297b0e
4
+ data.tar.gz: b2bc96481e7b064694d94ee4f8e4149cb3f17e1a75feab130d0c052f6acb3cd9
5
5
  SHA512:
6
- metadata.gz: 7fc82ce775b50f2ecd626375a44af71bc43e9a41a668dec8737fa53faede5496a59dd981a1a0ebbff94936b302a33e1194af608c7a04948b2e66df0be9417272
7
- data.tar.gz: e9afc21efe0a8b269ad2e3fb3729a00ceea780cccaf5b4e879b3b76aa1978aa6b3b0860a0e1e972bc7f23a1a2d6404a2446c47a47da44c29a0b8ec566828b299
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
@@ -1,5 +1,5 @@
1
1
  module OpenID
2
2
  module Version
3
- VERSION = "3.0.1"
3
+ VERSION = "3.0.3"
4
4
  end
5
5
  end
data/lib/ruby-openid.rb CHANGED
@@ -1 +1,2 @@
1
- require "openid"
1
+ # for compatibility with original ruby-openid integrations
2
+ require_relative "openid"
@@ -0,0 +1,2 @@
1
+ # for auto-loading from bundler
2
+ require_relative "openid"
data.tar.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- Tp����kh�m/hS�> p�i��@+֦����8���g�{�I���fjo5` S��6�h<��L��?���c��ͷMU�ۉ�'(
2
- �-��$ 1�6;Ɂ'&(��MGD[��� �%���ص�
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< =���oD�OM�04���ɀ��;uOv���`I��*��ow��{iQ��C+��$b@����p�ù JCwS0y��u(�m� ��
1
+ !I��W�������{JE$�SAjo}�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�di6��*�Ƙ
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.1
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-20 00:00:00.000000000 Z
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.1
339
- changelog_uri: https://github.com/oauth-xx/ruby-openid2/blob/v3.0.1/CHANGELOG.md
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.1
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.4.22
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