saml_idp_metadata 0.2.2 → 0.2.3
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 +3 -3
- data/.github/dependabot.yml +12 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +13 -2
- data/Gemfile.lock +13 -13
- data/lib/saml_idp_metadata/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ee94e5cfd5436d1f8c037d1a2f5540ddca795b1c5c738025c182a8db62e80c8
|
4
|
+
data.tar.gz: cb29666d88f4e85ea79889dbb773083f30fd8d92005320ad0c6c8b35601a280f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed98ecdedfeba89f23918e11de671c47b6a52015795b1dff0bb3dd093155a65957140abf7b4ca56b6e2555e43dc1eaecbd1263abc5ab13c5aa221b40d0fdc137
|
7
|
+
data.tar.gz: 3ee2c4ad3b25c999bffa0d3ab8df2bff36b70d3fc268ce1119b1a6b4ca6338583de2eeb854770e3f0e8c12e2927c91ed9beefad7c38ca697382c68e83fd9ef4c
|
data/.circleci/config.yml
CHANGED
@@ -4,13 +4,13 @@ executors:
|
|
4
4
|
working_directory: /root/saml_idp_metadata
|
5
5
|
ruby_3_0:
|
6
6
|
docker:
|
7
|
-
- image: rubylang/ruby:3.0.
|
7
|
+
- image: rubylang/ruby:3.0.2-focal
|
8
8
|
ruby_2_7:
|
9
9
|
docker:
|
10
|
-
- image: rubylang/ruby:2.7.
|
10
|
+
- image: rubylang/ruby:2.7.4-bionic
|
11
11
|
ruby_2_6:
|
12
12
|
docker:
|
13
|
-
- image: rubylang/ruby:2.6.
|
13
|
+
- image: rubylang/ruby:2.6.8-bionic
|
14
14
|
ruby_2_5:
|
15
15
|
docker:
|
16
16
|
- image: rubylang/ruby:2.5.9-bionic
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [v0.2.2](https://github.com/tknzk/saml_idp_metadata/tree/v0.2.2) (2021-04-06)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.2.1...v0.2.2)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- bumpup 0.2.2 [\#180](https://github.com/tknzk/saml_idp_metadata/pull/180) ([tknzk](https://github.com/tknzk))
|
10
|
+
- bundle update [\#179](https://github.com/tknzk/saml_idp_metadata/pull/179) ([tknzk](https://github.com/tknzk))
|
11
|
+
- ruby 3.0.1 [\#178](https://github.com/tknzk/saml_idp_metadata/pull/178) ([tknzk](https://github.com/tknzk))
|
12
|
+
- bundle update [\#177](https://github.com/tknzk/saml_idp_metadata/pull/177) ([tknzk](https://github.com/tknzk))
|
13
|
+
- Bump docile from 1.3.4 to 1.3.5 [\#172](https://github.com/tknzk/saml_idp_metadata/pull/172) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
14
|
+
|
3
15
|
## [v0.2.1](https://github.com/tknzk/saml_idp_metadata/tree/v0.2.1) (2021-01-21)
|
4
16
|
|
5
17
|
[Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.2.0...v0.2.1)
|
@@ -17,7 +29,6 @@
|
|
17
29
|
|
18
30
|
- bumpup 0.2.0 [\#174](https://github.com/tknzk/saml_idp_metadata/pull/174) ([tknzk](https://github.com/tknzk))
|
19
31
|
- Require ruby version [\#173](https://github.com/tknzk/saml_idp_metadata/pull/173) ([tknzk](https://github.com/tknzk))
|
20
|
-
- Bump docile from 1.3.4 to 1.3.5 [\#172](https://github.com/tknzk/saml_idp_metadata/pull/172) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
21
32
|
- Bump simplecov from 0.21.1 to 0.21.2 [\#171](https://github.com/tknzk/saml_idp_metadata/pull/171) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
22
33
|
- Bump rubocop from 1.8.0 to 1.8.1 [\#170](https://github.com/tknzk/saml_idp_metadata/pull/170) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
23
34
|
- Bump activesupport from 6.1.0 to 6.1.1 [\#169](https://github.com/tknzk/saml_idp_metadata/pull/169) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
@@ -124,6 +135,7 @@
|
|
124
135
|
- Bump rubocop from 0.86.0 to 0.87.0 [\#76](https://github.com/tknzk/saml_idp_metadata/pull/76) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
125
136
|
- update changelog [\#75](https://github.com/tknzk/saml_idp_metadata/pull/75) ([tknzk](https://github.com/tknzk))
|
126
137
|
- Bump diff-lcs from 1.4.3 to 1.4.4 [\#73](https://github.com/tknzk/saml_idp_metadata/pull/73) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
138
|
+
- Bump rubocop from 0.85.1 to 0.86.0 [\#67](https://github.com/tknzk/saml_idp_metadata/pull/67) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
127
139
|
|
128
140
|
## [v0.1.7](https://github.com/tknzk/saml_idp_metadata/tree/v0.1.7) (2020-07-02)
|
129
141
|
|
@@ -137,7 +149,6 @@
|
|
137
149
|
- Bump rubocop-ast from 0.0.3 to 0.1.0 [\#70](https://github.com/tknzk/saml_idp_metadata/pull/70) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
138
150
|
- Bump diff-lcs from 1.4.1 to 1.4.2 [\#69](https://github.com/tknzk/saml_idp_metadata/pull/69) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
139
151
|
- Bump diff-lcs from 1.3 to 1.4.1 [\#68](https://github.com/tknzk/saml_idp_metadata/pull/68) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
140
|
-
- Bump rubocop from 0.85.1 to 0.86.0 [\#67](https://github.com/tknzk/saml_idp_metadata/pull/67) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
141
152
|
- Bump parser from 2.7.1.3 to 2.7.1.4 [\#66](https://github.com/tknzk/saml_idp_metadata/pull/66) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
142
153
|
- Bump parallel from 1.19.1 to 1.19.2 [\#65](https://github.com/tknzk/saml_idp_metadata/pull/65) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
143
154
|
- Bump activesupport from 6.0.3.1 to 6.0.3.2 [\#64](https://github.com/tknzk/saml_idp_metadata/pull/64) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
saml_idp_metadata (0.2.
|
4
|
+
saml_idp_metadata (0.2.3)
|
5
5
|
activesupport
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (6.1.
|
10
|
+
activesupport (6.1.4)
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
12
|
i18n (>= 1.6, < 2)
|
13
13
|
minitest (>= 5.1)
|
@@ -15,21 +15,21 @@ GEM
|
|
15
15
|
zeitwerk (~> 2.3)
|
16
16
|
ast (2.4.2)
|
17
17
|
coderay (1.1.3)
|
18
|
-
concurrent-ruby (1.1.
|
18
|
+
concurrent-ruby (1.1.9)
|
19
19
|
diff-lcs (1.4.4)
|
20
|
-
docile (1.
|
20
|
+
docile (1.4.0)
|
21
21
|
i18n (1.8.10)
|
22
22
|
concurrent-ruby (~> 1.0)
|
23
23
|
method_source (1.0.0)
|
24
24
|
minitest (5.14.4)
|
25
25
|
parallel (1.20.1)
|
26
|
-
parser (3.0.
|
26
|
+
parser (3.0.2.0)
|
27
27
|
ast (~> 2.4.1)
|
28
|
-
pry (0.14.
|
28
|
+
pry (0.14.1)
|
29
29
|
coderay (~> 1.1)
|
30
30
|
method_source (~> 1.0)
|
31
31
|
rainbow (3.0.0)
|
32
|
-
rake (13.0.
|
32
|
+
rake (13.0.6)
|
33
33
|
regexp_parser (2.1.1)
|
34
34
|
rexml (3.2.5)
|
35
35
|
rspec (3.10.0)
|
@@ -45,24 +45,24 @@ GEM
|
|
45
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
46
46
|
rspec-support (~> 3.10.0)
|
47
47
|
rspec-support (3.10.2)
|
48
|
-
rubocop (1.
|
48
|
+
rubocop (1.18.4)
|
49
49
|
parallel (~> 1.10)
|
50
50
|
parser (>= 3.0.0.0)
|
51
51
|
rainbow (>= 2.2.2, < 4.0)
|
52
52
|
regexp_parser (>= 1.8, < 3.0)
|
53
53
|
rexml
|
54
|
-
rubocop-ast (>= 1.
|
54
|
+
rubocop-ast (>= 1.8.0, < 2.0)
|
55
55
|
ruby-progressbar (~> 1.7)
|
56
56
|
unicode-display_width (>= 1.4.0, < 3.0)
|
57
|
-
rubocop-ast (1.
|
58
|
-
parser (>=
|
57
|
+
rubocop-ast (1.8.0)
|
58
|
+
parser (>= 3.0.1.1)
|
59
59
|
ruby-progressbar (1.11.0)
|
60
60
|
simplecov (0.21.2)
|
61
61
|
docile (~> 1.1)
|
62
62
|
simplecov-html (~> 0.11)
|
63
63
|
simplecov_json_formatter (~> 0.1)
|
64
64
|
simplecov-html (0.12.3)
|
65
|
-
simplecov_json_formatter (0.1.
|
65
|
+
simplecov_json_formatter (0.1.3)
|
66
66
|
tzinfo (2.0.4)
|
67
67
|
concurrent-ruby (~> 1.0)
|
68
68
|
unicode-display_width (2.0.0)
|
@@ -82,4 +82,4 @@ DEPENDENCIES
|
|
82
82
|
simplecov
|
83
83
|
|
84
84
|
BUNDLED WITH
|
85
|
-
2.2.
|
85
|
+
2.2.24
|
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.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tknzk
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -117,6 +117,7 @@ extra_rdoc_files: []
|
|
117
117
|
files:
|
118
118
|
- ".circleci/config.yml"
|
119
119
|
- ".github/CODEOWNERS"
|
120
|
+
- ".github/dependabot.yml"
|
120
121
|
- ".github/workflows/ruby.yml"
|
121
122
|
- ".gitignore"
|
122
123
|
- ".rspec"
|
@@ -158,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
159
|
- !ruby/object:Gem::Version
|
159
160
|
version: '0'
|
160
161
|
requirements: []
|
161
|
-
rubygems_version: 3.2.
|
162
|
+
rubygems_version: 3.2.22
|
162
163
|
signing_key:
|
163
164
|
specification_version: 4
|
164
165
|
summary: SAML IdP metadata.xml parser
|