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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1128d7147a6864411dac95248c96ea0e046fb84354ad14789f32dbdc7b01fae
4
- data.tar.gz: 000ab2563cfbf6694d6262355300e05756876989126d89e40b59dbc8c62f3191
3
+ metadata.gz: de1daef32c5452f226ebd22c6b1949138409069a8a11686b997827194f8e1ec4
4
+ data.tar.gz: 0abb099e0a744dc2d757e13955adc740dd5ae86ed8c28631500a6d381cbf6501
5
5
  SHA512:
6
- metadata.gz: 0bcb3afcfcbb8d2ccab3b886bfad0347d9b5bf49185e05ffb8a5ec0296794d94f3c50382ba70556d53fc02701086e8c31af4961d492025143e68a6dfe3f93f13
7
- data.tar.gz: 8e3418777a2159e7bdf2fdcd4f21b6270663effecb12bdc8c71da7a18e1f6a942d0a2b56f07562aa2e2ab8513542600c7b58555f1f7f4be2639807bf7d22b9de
6
+ metadata.gz: 8c33d70068c40e43ff8f8874c7473afdf97d8f9d2b35a7ef17466da7dff36596da6515793433633e84086a9cce681a6620b163cff4b9ab287bdd0ab505f4120b
7
+ data.tar.gz: b57b22593ad054fc569841afcad1d6f186416d27bdafb2ab3a64dd7ac65aa070d3fe56c39803c7df39e34de21af991c4e57668207c444b93c96614c4dc5b9915
data/.circleci/config.yml CHANGED
@@ -27,7 +27,7 @@ commands:
27
27
  - run:
28
28
  name: Bundle gems
29
29
  command: |
30
- gem install bundler -v 2.4.6 --no-document --force
30
+ gem install bundler -v 2.4.20 --no-document --force
31
31
  bundle install
32
32
 
33
33
  run_tests:
@@ -19,7 +19,7 @@ jobs:
19
19
  - uses: actions/checkout@master
20
20
  - name: Build and test
21
21
  run: |
22
- gem install bundler -v 2.4.6 --force
22
+ gem install bundler -v 2.4.20 --force
23
23
  bundle install
24
24
  bundle exec rubocop
25
25
  bundle exec rake
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.1
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)
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 (6.1.7.2)
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.0)
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.12.0)
28
+ drb (2.2.1)
29
+ i18n (1.14.5)
22
30
  concurrent-ruby (~> 1.0)
23
- json (2.6.3)
24
- method_source (1.0.0)
25
- minitest (5.17.0)
26
- parallel (1.22.1)
27
- parser (3.2.1.0)
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.0.6)
34
- regexp_parser (2.7.0)
35
- rexml (3.2.5)
36
- rspec (3.12.0)
37
- rspec-core (~> 3.12.0)
38
- rspec-expectations (~> 3.12.0)
39
- rspec-mocks (~> 3.12.0)
40
- rspec-core (3.12.1)
41
- rspec-support (~> 3.12.0)
42
- rspec-expectations (3.12.2)
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.12.0)
45
- rspec-mocks (3.12.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.12.0)
48
- rspec-support (3.12.0)
49
- rubocop (1.45.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.2.0.0)
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.24.1, < 2.0)
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.26.0)
60
- parser (>= 3.2.1.0)
61
- rubocop-capybara (2.17.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)
62
78
  rubocop (~> 1.41)
63
79
  rubocop-rake (0.6.0)
64
80
  rubocop (~> 1.0)
65
- rubocop-rspec (2.18.1)
66
- rubocop (~> 1.33)
81
+ rubocop-rspec (2.29.2)
82
+ rubocop (~> 1.40)
67
83
  rubocop-capybara (~> 2.17)
68
- ruby-progressbar (1.11.0)
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.4.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.6
116
+ 2.4.20
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SamlIdpMetadata
4
- VERSION = '0.3.4'
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.4
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-06-07 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