saml_idp_metadata 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 733df734fcd9fab75f55a3e4d9ea9aa2efc1baf152f8e0b9bbf3f6df1606d370
4
- data.tar.gz: b0590662d94dbb063d6f65972bb1f30ba258b0231655c655d37e190de6449917
3
+ metadata.gz: 282a75c0a7b442a39eaf12bbb5a2e023d03aed8cb3f0273f88efc9fa672bb002
4
+ data.tar.gz: f2fa8c885ead3c24a698ba1380d99868f2675fa7b90142879bb53724c3045ccf
5
5
  SHA512:
6
- metadata.gz: a31d36f377e238685a4b667068057b106736e9e177fca0e803dc9570008268de240b1315f6580b7d9c947a0588ed23ea19c952b2d350fb74504085838c0ce394
7
- data.tar.gz: e777e4b3976075cb53dd1bf9c6242fa5f315f1566bbb4314f9cb641e3d74154cc5e78c6e9f91547767fe6eff9a201f66f3f97069bccad31a24e2b6be2972ebd0
6
+ metadata.gz: 2822d733c51c8bfdb061e535db9eb4cefc42953c5dbd3353e72d81bab9fecb1f2a2187387c7f3000d5d6a73c2dd54b8da7189567af03162dce7f0dd406323188
7
+ data.tar.gz: 32bdaae37a5185369122c0bfc60829e27ad8dc1abc59b2613efd2ea982e24654e9bc4a5f219a5e1842d942480d5349bd853cc4fb053a5415ab790a0d6b59d715
@@ -38,6 +38,8 @@ commands:
38
38
  command: |
39
39
  bundle exec rake
40
40
  bundle exec rubocop
41
+ - store_artifacts:
42
+ path: coverage
41
43
 
42
44
  jobs:
43
45
  run_tests_on_ruby_2_7:
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.1.6](https://github.com/tknzk/saml_idp_metadata/tree/v0.1.6) (2020-05-19)
4
+
5
+ [Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.1.5...v0.1.6)
6
+
7
+ **Security fixes:**
8
+
9
+ - \[Security\] Bump activesupport from 6.0.3 to 6.0.3.1 [\#50](https://github.com/tknzk/saml_idp_metadata/pull/50) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
10
+
11
+ **Merged pull requests:**
12
+
13
+ - bumpup 0.1.6 [\#52](https://github.com/tknzk/saml_idp_metadata/pull/52) ([tknzk](https://github.com/tknzk))
14
+ - Bump minitest from 5.14.0 to 5.14.1 [\#51](https://github.com/tknzk/saml_idp_metadata/pull/51) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
15
+ - Bump rubocop from 0.82.0 to 0.83.0 [\#49](https://github.com/tknzk/saml_idp_metadata/pull/49) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
16
+ - Bump rspec-expectations from 3.9.1 to 3.9.2 [\#48](https://github.com/tknzk/saml_idp_metadata/pull/48) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
17
+ - Bump activesupport from 6.0.2.2 to 6.0.3 [\#47](https://github.com/tknzk/saml_idp_metadata/pull/47) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
18
+ - Bump rspec-support from 3.9.2 to 3.9.3 [\#46](https://github.com/tknzk/saml_idp_metadata/pull/46) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
19
+ - Bump rspec-core from 3.9.1 to 3.9.2 [\#45](https://github.com/tknzk/saml_idp_metadata/pull/45) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
20
+ - Bump parser from 2.7.1.1 to 2.7.1.2 [\#44](https://github.com/tknzk/saml_idp_metadata/pull/44) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
21
+ - Bump rubocop from 0.81.0 to 0.82.0 [\#43](https://github.com/tknzk/saml_idp_metadata/pull/43) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
22
+ - Bump parser from 2.7.1.0 to 2.7.1.1 [\#42](https://github.com/tknzk/saml_idp_metadata/pull/42) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
23
+ - Bump pry from 0.13.0 to 0.13.1 [\#41](https://github.com/tknzk/saml_idp_metadata/pull/41) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
24
+ - update changelog [\#40](https://github.com/tknzk/saml_idp_metadata/pull/40) ([tknzk](https://github.com/tknzk))
25
+
3
26
  ## [v0.1.5](https://github.com/tknzk/saml_idp_metadata/tree/v0.1.5) (2020-04-08)
4
27
 
5
28
  [Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.1.4...v0.1.5)
@@ -46,7 +69,7 @@
46
69
  - Ruby 2.7.0 [\#8](https://github.com/tknzk/saml_idp_metadata/pull/8) ([tknzk](https://github.com/tknzk))
47
70
  - change email [\#7](https://github.com/tknzk/saml_idp_metadata/pull/7) ([tknzk](https://github.com/tknzk))
48
71
  - add changelog [\#6](https://github.com/tknzk/saml_idp_metadata/pull/6) ([tknzk](https://github.com/tknzk))
49
- - bumpup [\#5](https://github.com/tknzk/saml_idp_metadata/pull/5) ([tknzk](https://github.com/tknzk))
72
+ - ruby 2.5.x , bundler 2.0.2 [\#4](https://github.com/tknzk/saml_idp_metadata/pull/4) ([tknzk](https://github.com/tknzk))
50
73
 
51
74
  ## [v0.1.3](https://github.com/tknzk/saml_idp_metadata/tree/v0.1.3) (2019-11-27)
52
75
 
@@ -54,7 +77,7 @@
54
77
 
55
78
  **Merged pull requests:**
56
79
 
57
- - ruby 2.5.x , bundler 2.0.2 [\#4](https://github.com/tknzk/saml_idp_metadata/pull/4) ([tknzk](https://github.com/tknzk))
80
+ - bumpup [\#5](https://github.com/tknzk/saml_idp_metadata/pull/5) ([tknzk](https://github.com/tknzk))
58
81
  - fix a typo [\#3](https://github.com/tknzk/saml_idp_metadata/pull/3) ([tknzk](https://github.com/tknzk))
59
82
 
60
83
  ## [v0.1.2](https://github.com/tknzk/saml_idp_metadata/tree/v0.1.2) (2019-11-25)
@@ -1,34 +1,36 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- saml_idp_metadata (0.1.6)
4
+ saml_idp_metadata (0.1.7)
5
5
  activesupport
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.0.3.1)
10
+ activesupport (6.0.3.2)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 0.7, < 2)
13
13
  minitest (~> 5.1)
14
14
  tzinfo (~> 1.1)
15
15
  zeitwerk (~> 2.2, >= 2.2.2)
16
- ast (2.4.0)
17
- coderay (1.1.2)
16
+ ast (2.4.1)
17
+ coderay (1.1.3)
18
18
  concurrent-ruby (1.1.6)
19
- diff-lcs (1.3)
20
- i18n (1.8.2)
19
+ diff-lcs (1.4.3)
20
+ docile (1.3.2)
21
+ i18n (1.8.3)
21
22
  concurrent-ruby (~> 1.0)
22
23
  method_source (1.0.0)
23
24
  minitest (5.14.1)
24
- parallel (1.19.1)
25
- parser (2.7.1.2)
26
- ast (~> 2.4.0)
25
+ parallel (1.19.2)
26
+ parser (2.7.1.4)
27
+ ast (~> 2.4.1)
27
28
  pry (0.13.1)
28
29
  coderay (~> 1.1)
29
30
  method_source (~> 1.0)
30
31
  rainbow (3.0.0)
31
32
  rake (13.0.1)
33
+ regexp_parser (1.7.1)
32
34
  rexml (3.2.4)
33
35
  rspec (3.9.0)
34
36
  rspec-core (~> 3.9.0)
@@ -43,19 +45,27 @@ GEM
43
45
  diff-lcs (>= 1.2.0, < 2.0)
44
46
  rspec-support (~> 3.9.0)
45
47
  rspec-support (3.9.3)
46
- rubocop (0.83.0)
48
+ rubocop (0.86.0)
47
49
  parallel (~> 1.10)
48
50
  parser (>= 2.7.0.1)
49
51
  rainbow (>= 2.2.2, < 4.0)
52
+ regexp_parser (>= 1.7)
50
53
  rexml
54
+ rubocop-ast (>= 0.0.3, < 1.0)
51
55
  ruby-progressbar (~> 1.7)
52
56
  unicode-display_width (>= 1.4.0, < 2.0)
57
+ rubocop-ast (0.1.0)
58
+ parser (>= 2.7.0.1)
53
59
  ruby-progressbar (1.10.1)
60
+ simplecov (0.18.5)
61
+ docile (~> 1.1)
62
+ simplecov-html (~> 0.11)
63
+ simplecov-html (0.12.2)
54
64
  thread_safe (0.3.6)
55
65
  tzinfo (1.2.7)
56
66
  thread_safe (~> 0.1)
57
67
  unicode-display_width (1.7.0)
58
- zeitwerk (2.3.0)
68
+ zeitwerk (2.3.1)
59
69
 
60
70
  PLATFORMS
61
71
  ruby
@@ -67,6 +77,7 @@ DEPENDENCIES
67
77
  rspec
68
78
  rubocop
69
79
  saml_idp_metadata!
80
+ simplecov
70
81
 
71
82
  BUNDLED WITH
72
83
  2.1.4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SamlIdpMetadata
4
- VERSION = '0.1.6'
4
+ VERSION = '0.1.7'
5
5
  end
@@ -31,4 +31,5 @@ Gem::Specification.new do |spec|
31
31
  spec.add_development_dependency 'rake'
32
32
  spec.add_development_dependency 'rspec'
33
33
  spec.add_development_dependency 'rubocop'
34
+ spec.add_development_dependency 'simplecov'
34
35
  end
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.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - tknzk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-19 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -94,6 +94,20 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: simplecov
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
97
111
  description: SAML IdP metadata.xml parser
98
112
  email:
99
113
  - tkm.knzk@gmail.com