saml_idp_metadata 0.3.4 → 0.3.5
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/CHANGELOG.md +13 -0
- data/Gemfile.lock +31 -24
- data/lib/saml_idp_metadata/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88383952f178acc98f06fbcf1902f51186dcc95b975dde2b1ec3dbc3826719e2
|
4
|
+
data.tar.gz: 76b2d892b737361e55cbf2b87200b3f4697abace9272f5a8e17818b7d4532849
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fda61de6d7aac0d214346934af3cbc91275a4e80ac1171743d26afbdcbc21e7c91ebd67f0513865d0f356681ebd950bd577d7f47084cb3a4d63a21e2e0dcd1d4
|
7
|
+
data.tar.gz: 663f6e94762467a8801130cb16ccdd88aa6e76015e8ddd81511fcd989af5d964ca22e80365d055c4e06f72bcc11f23245ff346c890727d360bdad4fccc722426
|
data/.circleci/config.yml
CHANGED
data/.github/workflows/ruby.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [v0.3.4](https://github.com/tknzk/saml_idp_metadata/tree/v0.3.4) (2023-06-07)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.3.3...v0.3.4)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- bumpup [\#217](https://github.com/tknzk/saml_idp_metadata/pull/217) ([tknzk](https://github.com/tknzk))
|
10
|
+
- drop 2.7 [\#215](https://github.com/tknzk/saml_idp_metadata/pull/215) ([tknzk](https://github.com/tknzk))
|
11
|
+
- Relax ActiveSupport version. [\#214](https://github.com/tknzk/saml_idp_metadata/pull/214) ([mkmn](https://github.com/mkmn))
|
12
|
+
- drop 2.7 support [\#213](https://github.com/tknzk/saml_idp_metadata/pull/213) ([tknzk](https://github.com/tknzk))
|
13
|
+
- bundle update [\#212](https://github.com/tknzk/saml_idp_metadata/pull/212) ([tknzk](https://github.com/tknzk))
|
14
|
+
- ruby 3.2.2 [\#211](https://github.com/tknzk/saml_idp_metadata/pull/211) ([tknzk](https://github.com/tknzk))
|
15
|
+
|
3
16
|
## [v0.3.3](https://github.com/tknzk/saml_idp_metadata/tree/v0.3.3) (2023-02-10)
|
4
17
|
|
5
18
|
[Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.3.2...v0.3.3)
|
data/Gemfile.lock
CHANGED
@@ -1,71 +1,79 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
saml_idp_metadata (0.3.
|
4
|
+
saml_idp_metadata (0.3.5)
|
5
5
|
activesupport (< 8)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (
|
10
|
+
activesupport (7.0.8)
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
12
|
i18n (>= 1.6, < 2)
|
13
13
|
minitest (>= 5.1)
|
14
14
|
tzinfo (~> 2.0)
|
15
|
-
zeitwerk (~> 2.3)
|
16
15
|
ast (2.4.2)
|
16
|
+
base64 (0.1.1)
|
17
17
|
coderay (1.1.3)
|
18
|
-
concurrent-ruby (1.2.
|
18
|
+
concurrent-ruby (1.2.2)
|
19
19
|
diff-lcs (1.5.0)
|
20
20
|
docile (1.4.0)
|
21
|
-
i18n (1.
|
21
|
+
i18n (1.14.1)
|
22
22
|
concurrent-ruby (~> 1.0)
|
23
23
|
json (2.6.3)
|
24
|
+
language_server-protocol (3.17.0.3)
|
24
25
|
method_source (1.0.0)
|
25
|
-
minitest (5.
|
26
|
-
parallel (1.
|
27
|
-
parser (3.2.
|
26
|
+
minitest (5.20.0)
|
27
|
+
parallel (1.23.0)
|
28
|
+
parser (3.2.2.3)
|
28
29
|
ast (~> 2.4.1)
|
30
|
+
racc
|
29
31
|
pry (0.14.2)
|
30
32
|
coderay (~> 1.1)
|
31
33
|
method_source (~> 1.0)
|
34
|
+
racc (1.7.1)
|
32
35
|
rainbow (3.1.1)
|
33
36
|
rake (13.0.6)
|
34
|
-
regexp_parser (2.
|
35
|
-
rexml (3.2.
|
37
|
+
regexp_parser (2.8.1)
|
38
|
+
rexml (3.2.6)
|
36
39
|
rspec (3.12.0)
|
37
40
|
rspec-core (~> 3.12.0)
|
38
41
|
rspec-expectations (~> 3.12.0)
|
39
42
|
rspec-mocks (~> 3.12.0)
|
40
|
-
rspec-core (3.12.
|
43
|
+
rspec-core (3.12.2)
|
41
44
|
rspec-support (~> 3.12.0)
|
42
|
-
rspec-expectations (3.12.
|
45
|
+
rspec-expectations (3.12.3)
|
43
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
47
|
rspec-support (~> 3.12.0)
|
45
|
-
rspec-mocks (3.12.
|
48
|
+
rspec-mocks (3.12.6)
|
46
49
|
diff-lcs (>= 1.2.0, < 2.0)
|
47
50
|
rspec-support (~> 3.12.0)
|
48
|
-
rspec-support (3.12.
|
49
|
-
rubocop (1.
|
51
|
+
rspec-support (3.12.1)
|
52
|
+
rubocop (1.56.4)
|
53
|
+
base64 (~> 0.1.1)
|
50
54
|
json (~> 2.3)
|
55
|
+
language_server-protocol (>= 3.17.0)
|
51
56
|
parallel (~> 1.10)
|
52
|
-
parser (>= 3.2.
|
57
|
+
parser (>= 3.2.2.3)
|
53
58
|
rainbow (>= 2.2.2, < 4.0)
|
54
59
|
regexp_parser (>= 1.8, < 3.0)
|
55
60
|
rexml (>= 3.2.5, < 4.0)
|
56
|
-
rubocop-ast (>= 1.
|
61
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
57
62
|
ruby-progressbar (~> 1.7)
|
58
63
|
unicode-display_width (>= 2.4.0, < 3.0)
|
59
|
-
rubocop-ast (1.
|
64
|
+
rubocop-ast (1.29.0)
|
60
65
|
parser (>= 3.2.1.0)
|
61
|
-
rubocop-capybara (2.
|
66
|
+
rubocop-capybara (2.19.0)
|
62
67
|
rubocop (~> 1.41)
|
68
|
+
rubocop-factory_bot (2.24.0)
|
69
|
+
rubocop (~> 1.33)
|
63
70
|
rubocop-rake (0.6.0)
|
64
71
|
rubocop (~> 1.0)
|
65
|
-
rubocop-rspec (2.
|
72
|
+
rubocop-rspec (2.24.1)
|
66
73
|
rubocop (~> 1.33)
|
67
74
|
rubocop-capybara (~> 2.17)
|
68
|
-
|
75
|
+
rubocop-factory_bot (~> 2.22)
|
76
|
+
ruby-progressbar (1.13.0)
|
69
77
|
simplecov (0.22.0)
|
70
78
|
docile (~> 1.1)
|
71
79
|
simplecov-html (~> 0.11)
|
@@ -74,8 +82,7 @@ GEM
|
|
74
82
|
simplecov_json_formatter (0.1.4)
|
75
83
|
tzinfo (2.0.6)
|
76
84
|
concurrent-ruby (~> 1.0)
|
77
|
-
unicode-display_width (2.
|
78
|
-
zeitwerk (2.6.7)
|
85
|
+
unicode-display_width (2.5.0)
|
79
86
|
|
80
87
|
PLATFORMS
|
81
88
|
ruby
|
@@ -93,4 +100,4 @@ DEPENDENCIES
|
|
93
100
|
simplecov
|
94
101
|
|
95
102
|
BUNDLED WITH
|
96
|
-
2.4.
|
103
|
+
2.4.20
|
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tknzk
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|