saml_idp_metadata 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88383952f178acc98f06fbcf1902f51186dcc95b975dde2b1ec3dbc3826719e2
4
- data.tar.gz: 76b2d892b737361e55cbf2b87200b3f4697abace9272f5a8e17818b7d4532849
3
+ metadata.gz: de1daef32c5452f226ebd22c6b1949138409069a8a11686b997827194f8e1ec4
4
+ data.tar.gz: 0abb099e0a744dc2d757e13955adc740dd5ae86ed8c28631500a6d381cbf6501
5
5
  SHA512:
6
- metadata.gz: fda61de6d7aac0d214346934af3cbc91275a4e80ac1171743d26afbdcbc21e7c91ebd67f0513865d0f356681ebd950bd577d7f47084cb3a4d63a21e2e0dcd1d4
7
- data.tar.gz: 663f6e94762467a8801130cb16ccdd88aa6e76015e8ddd81511fcd989af5d964ca22e80365d055c4e06f72bcc11f23245ff346c890727d360bdad4fccc722426
6
+ metadata.gz: 8c33d70068c40e43ff8f8874c7473afdf97d8f9d2b35a7ef17466da7dff36596da6515793433633e84086a9cce681a6620b163cff4b9ab287bdd0ab505f4120b
7
+ data.tar.gz: b57b22593ad054fc569841afcad1d6f186416d27bdafb2ab3a64dd7ac65aa070d3fe56c39803c7df39e34de21af991c4e57668207c444b93c96614c4dc5b9915
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.1
1
+ 3.2.3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.3.5](https://github.com/tknzk/saml_idp_metadata/tree/v0.3.5) (2023-10-02)
4
+
5
+ [Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.3.4...v0.3.5)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - bumpup [\#219](https://github.com/tknzk/saml_idp_metadata/pull/219) ([tknzk](https://github.com/tknzk))
10
+ - Bundle update [\#218](https://github.com/tknzk/saml_idp_metadata/pull/218) ([tknzk](https://github.com/tknzk))
11
+
3
12
  ## [v0.3.4](https://github.com/tknzk/saml_idp_metadata/tree/v0.3.4) (2023-06-07)
4
13
 
5
14
  [Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.3.3...v0.3.4)
data/Gemfile.lock CHANGED
@@ -1,78 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- saml_idp_metadata (0.3.5)
4
+ saml_idp_metadata (0.3.6)
5
5
  activesupport (< 8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.8)
10
+ activesupport (7.1.3.3)
11
+ base64
12
+ bigdecimal
11
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ connection_pool (>= 2.2.5)
15
+ drb
12
16
  i18n (>= 1.6, < 2)
13
17
  minitest (>= 5.1)
18
+ mutex_m
14
19
  tzinfo (~> 2.0)
15
20
  ast (2.4.2)
16
- base64 (0.1.1)
21
+ base64 (0.2.0)
22
+ bigdecimal (3.1.8)
17
23
  coderay (1.1.3)
18
- concurrent-ruby (1.2.2)
19
- diff-lcs (1.5.0)
24
+ concurrent-ruby (1.2.3)
25
+ connection_pool (2.4.1)
26
+ diff-lcs (1.5.1)
20
27
  docile (1.4.0)
21
- i18n (1.14.1)
28
+ drb (2.2.1)
29
+ i18n (1.14.5)
22
30
  concurrent-ruby (~> 1.0)
23
- json (2.6.3)
31
+ json (2.7.2)
24
32
  language_server-protocol (3.17.0.3)
25
- method_source (1.0.0)
26
- minitest (5.20.0)
27
- parallel (1.23.0)
28
- parser (3.2.2.3)
33
+ method_source (1.1.0)
34
+ minitest (5.23.1)
35
+ mutex_m (0.2.0)
36
+ parallel (1.24.0)
37
+ parser (3.3.1.0)
29
38
  ast (~> 2.4.1)
30
39
  racc
31
40
  pry (0.14.2)
32
41
  coderay (~> 1.1)
33
42
  method_source (~> 1.0)
34
- racc (1.7.1)
43
+ racc (1.8.0)
35
44
  rainbow (3.1.1)
36
- rake (13.0.6)
37
- regexp_parser (2.8.1)
38
- rexml (3.2.6)
39
- rspec (3.12.0)
40
- rspec-core (~> 3.12.0)
41
- rspec-expectations (~> 3.12.0)
42
- rspec-mocks (~> 3.12.0)
43
- rspec-core (3.12.2)
44
- rspec-support (~> 3.12.0)
45
- rspec-expectations (3.12.3)
45
+ rake (13.2.1)
46
+ regexp_parser (2.9.2)
47
+ rexml (3.2.8)
48
+ strscan (>= 3.0.9)
49
+ rspec (3.13.0)
50
+ rspec-core (~> 3.13.0)
51
+ rspec-expectations (~> 3.13.0)
52
+ rspec-mocks (~> 3.13.0)
53
+ rspec-core (3.13.0)
54
+ rspec-support (~> 3.13.0)
55
+ rspec-expectations (3.13.0)
46
56
  diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.12.0)
48
- rspec-mocks (3.12.6)
57
+ rspec-support (~> 3.13.0)
58
+ rspec-mocks (3.13.1)
49
59
  diff-lcs (>= 1.2.0, < 2.0)
50
- rspec-support (~> 3.12.0)
51
- rspec-support (3.12.1)
52
- rubocop (1.56.4)
53
- base64 (~> 0.1.1)
60
+ rspec-support (~> 3.13.0)
61
+ rspec-support (3.13.1)
62
+ rubocop (1.64.0)
54
63
  json (~> 2.3)
55
64
  language_server-protocol (>= 3.17.0)
56
65
  parallel (~> 1.10)
57
- parser (>= 3.2.2.3)
66
+ parser (>= 3.3.0.2)
58
67
  rainbow (>= 2.2.2, < 4.0)
59
68
  regexp_parser (>= 1.8, < 3.0)
60
69
  rexml (>= 3.2.5, < 4.0)
61
- rubocop-ast (>= 1.28.1, < 2.0)
70
+ rubocop-ast (>= 1.31.1, < 2.0)
62
71
  ruby-progressbar (~> 1.7)
63
72
  unicode-display_width (>= 2.4.0, < 3.0)
64
- rubocop-ast (1.29.0)
65
- parser (>= 3.2.1.0)
66
- rubocop-capybara (2.19.0)
73
+ rubocop-ast (1.31.3)
74
+ parser (>= 3.3.1.0)
75
+ rubocop-capybara (2.20.0)
76
+ rubocop (~> 1.41)
77
+ rubocop-factory_bot (2.25.1)
67
78
  rubocop (~> 1.41)
68
- rubocop-factory_bot (2.24.0)
69
- rubocop (~> 1.33)
70
79
  rubocop-rake (0.6.0)
71
80
  rubocop (~> 1.0)
72
- rubocop-rspec (2.24.1)
73
- rubocop (~> 1.33)
81
+ rubocop-rspec (2.29.2)
82
+ rubocop (~> 1.40)
74
83
  rubocop-capybara (~> 2.17)
75
84
  rubocop-factory_bot (~> 2.22)
85
+ rubocop-rspec_rails (~> 2.28)
86
+ rubocop-rspec_rails (2.28.3)
87
+ rubocop (~> 1.40)
76
88
  ruby-progressbar (1.13.0)
77
89
  simplecov (0.22.0)
78
90
  docile (~> 1.1)
@@ -80,6 +92,7 @@ GEM
80
92
  simplecov_json_formatter (~> 0.1)
81
93
  simplecov-html (0.12.3)
82
94
  simplecov_json_formatter (0.1.4)
95
+ strscan (3.1.0)
83
96
  tzinfo (2.0.6)
84
97
  concurrent-ruby (~> 1.0)
85
98
  unicode-display_width (2.5.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SamlIdpMetadata
4
- VERSION = '0.3.5'
4
+ VERSION = '0.3.6'
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.required_ruby_version = '>= 3.0.0', '< 4'
10
10
  spec.version = SamlIdpMetadata::VERSION
11
11
  spec.authors = ['tknzk']
12
- spec.email = ['tkm.knzk@gmail.com']
12
+ spec.email = ['info@tknzk.dev']
13
13
 
14
14
  spec.summary = 'SAML IdP metadata.xml parser'
15
15
  spec.description = 'SAML IdP metadata.xml parser'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saml_idp_metadata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - tknzk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-02 00:00:00.000000000 Z
11
+ date: 2024-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: '0'
139
139
  description: SAML IdP metadata.xml parser
140
140
  email:
141
- - tkm.knzk@gmail.com
141
+ - info@tknzk.dev
142
142
  executables: []
143
143
  extensions: []
144
144
  extra_rdoc_files: []
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  - !ruby/object:Gem::Version
190
190
  version: '0'
191
191
  requirements: []
192
- rubygems_version: 3.4.6
192
+ rubygems_version: 3.4.19
193
193
  signing_key:
194
194
  specification_version: 4
195
195
  summary: SAML IdP metadata.xml parser