saml_idp_metadata 0.3.4 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/.github/workflows/ruby.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +22 -0
- data/Gemfile.lock +57 -37
- data/lib/saml_idp_metadata/version.rb +1 -1
- data/saml_idp_metadata.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de1daef32c5452f226ebd22c6b1949138409069a8a11686b997827194f8e1ec4
|
4
|
+
data.tar.gz: 0abb099e0a744dc2d757e13955adc740dd5ae86ed8c28631500a6d381cbf6501
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c33d70068c40e43ff8f8874c7473afdf97d8f9d2b35a7ef17466da7dff36596da6515793433633e84086a9cce681a6620b163cff4b9ab287bdd0ab505f4120b
|
7
|
+
data.tar.gz: b57b22593ad054fc569841afcad1d6f186416d27bdafb2ab3a64dd7ac65aa070d3fe56c39803c7df39e34de21af991c4e57668207c444b93c96614c4dc5b9915
|
data/.circleci/config.yml
CHANGED
data/.github/workflows/ruby.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.2.
|
1
|
+
3.2.3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
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
|
+
|
12
|
+
## [v0.3.4](https://github.com/tknzk/saml_idp_metadata/tree/v0.3.4) (2023-06-07)
|
13
|
+
|
14
|
+
[Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.3.3...v0.3.4)
|
15
|
+
|
16
|
+
**Merged pull requests:**
|
17
|
+
|
18
|
+
- bumpup [\#217](https://github.com/tknzk/saml_idp_metadata/pull/217) ([tknzk](https://github.com/tknzk))
|
19
|
+
- drop 2.7 [\#215](https://github.com/tknzk/saml_idp_metadata/pull/215) ([tknzk](https://github.com/tknzk))
|
20
|
+
- Relax ActiveSupport version. [\#214](https://github.com/tknzk/saml_idp_metadata/pull/214) ([mkmn](https://github.com/mkmn))
|
21
|
+
- drop 2.7 support [\#213](https://github.com/tknzk/saml_idp_metadata/pull/213) ([tknzk](https://github.com/tknzk))
|
22
|
+
- bundle update [\#212](https://github.com/tknzk/saml_idp_metadata/pull/212) ([tknzk](https://github.com/tknzk))
|
23
|
+
- ruby 3.2.2 [\#211](https://github.com/tknzk/saml_idp_metadata/pull/211) ([tknzk](https://github.com/tknzk))
|
24
|
+
|
3
25
|
## [v0.3.3](https://github.com/tknzk/saml_idp_metadata/tree/v0.3.3) (2023-02-10)
|
4
26
|
|
5
27
|
[Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.3.2...v0.3.3)
|
data/Gemfile.lock
CHANGED
@@ -1,81 +1,101 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
saml_idp_metadata (0.3.
|
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 (
|
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
|
-
zeitwerk (~> 2.3)
|
16
20
|
ast (2.4.2)
|
21
|
+
base64 (0.2.0)
|
22
|
+
bigdecimal (3.1.8)
|
17
23
|
coderay (1.1.3)
|
18
|
-
concurrent-ruby (1.2.
|
19
|
-
|
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
|
-
|
28
|
+
drb (2.2.1)
|
29
|
+
i18n (1.14.5)
|
22
30
|
concurrent-ruby (~> 1.0)
|
23
|
-
json (2.
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
31
|
+
json (2.7.2)
|
32
|
+
language_server-protocol (3.17.0.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)
|
28
38
|
ast (~> 2.4.1)
|
39
|
+
racc
|
29
40
|
pry (0.14.2)
|
30
41
|
coderay (~> 1.1)
|
31
42
|
method_source (~> 1.0)
|
43
|
+
racc (1.8.0)
|
32
44
|
rainbow (3.1.1)
|
33
|
-
rake (13.
|
34
|
-
regexp_parser (2.
|
35
|
-
rexml (3.2.
|
36
|
-
|
37
|
-
|
38
|
-
rspec-
|
39
|
-
rspec-
|
40
|
-
|
41
|
-
|
42
|
-
|
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)
|
43
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.
|
45
|
-
rspec-mocks (3.
|
57
|
+
rspec-support (~> 3.13.0)
|
58
|
+
rspec-mocks (3.13.1)
|
46
59
|
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.
|
48
|
-
rspec-support (3.
|
49
|
-
rubocop (1.
|
60
|
+
rspec-support (~> 3.13.0)
|
61
|
+
rspec-support (3.13.1)
|
62
|
+
rubocop (1.64.0)
|
50
63
|
json (~> 2.3)
|
64
|
+
language_server-protocol (>= 3.17.0)
|
51
65
|
parallel (~> 1.10)
|
52
|
-
parser (>= 3.
|
66
|
+
parser (>= 3.3.0.2)
|
53
67
|
rainbow (>= 2.2.2, < 4.0)
|
54
68
|
regexp_parser (>= 1.8, < 3.0)
|
55
69
|
rexml (>= 3.2.5, < 4.0)
|
56
|
-
rubocop-ast (>= 1.
|
70
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
57
71
|
ruby-progressbar (~> 1.7)
|
58
72
|
unicode-display_width (>= 2.4.0, < 3.0)
|
59
|
-
rubocop-ast (1.
|
60
|
-
parser (>= 3.
|
61
|
-
rubocop-capybara (2.
|
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)
|
62
78
|
rubocop (~> 1.41)
|
63
79
|
rubocop-rake (0.6.0)
|
64
80
|
rubocop (~> 1.0)
|
65
|
-
rubocop-rspec (2.
|
66
|
-
rubocop (~> 1.
|
81
|
+
rubocop-rspec (2.29.2)
|
82
|
+
rubocop (~> 1.40)
|
67
83
|
rubocop-capybara (~> 2.17)
|
68
|
-
|
84
|
+
rubocop-factory_bot (~> 2.22)
|
85
|
+
rubocop-rspec_rails (~> 2.28)
|
86
|
+
rubocop-rspec_rails (2.28.3)
|
87
|
+
rubocop (~> 1.40)
|
88
|
+
ruby-progressbar (1.13.0)
|
69
89
|
simplecov (0.22.0)
|
70
90
|
docile (~> 1.1)
|
71
91
|
simplecov-html (~> 0.11)
|
72
92
|
simplecov_json_formatter (~> 0.1)
|
73
93
|
simplecov-html (0.12.3)
|
74
94
|
simplecov_json_formatter (0.1.4)
|
95
|
+
strscan (3.1.0)
|
75
96
|
tzinfo (2.0.6)
|
76
97
|
concurrent-ruby (~> 1.0)
|
77
|
-
unicode-display_width (2.
|
78
|
-
zeitwerk (2.6.7)
|
98
|
+
unicode-display_width (2.5.0)
|
79
99
|
|
80
100
|
PLATFORMS
|
81
101
|
ruby
|
@@ -93,4 +113,4 @@ DEPENDENCIES
|
|
93
113
|
simplecov
|
94
114
|
|
95
115
|
BUNDLED WITH
|
96
|
-
2.4.
|
116
|
+
2.4.20
|
data/saml_idp_metadata.gemspec
CHANGED
@@ -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 = ['
|
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.
|
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:
|
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
|
-
-
|
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.
|
192
|
+
rubygems_version: 3.4.19
|
193
193
|
signing_key:
|
194
194
|
specification_version: 4
|
195
195
|
summary: SAML IdP metadata.xml parser
|