saml_idp_metadata 0.2.3 → 0.2.4

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: 9ee94e5cfd5436d1f8c037d1a2f5540ddca795b1c5c738025c182a8db62e80c8
4
- data.tar.gz: cb29666d88f4e85ea79889dbb773083f30fd8d92005320ad0c6c8b35601a280f
3
+ metadata.gz: 38766406d033b7df3b066460ca11038f5066f96a1f525c37c3301fb453e9ceba
4
+ data.tar.gz: 03fc04671d3273e5ad87741a4549cd5932a342f780f5d190157ae8f6a7d5d291
5
5
  SHA512:
6
- metadata.gz: ed98ecdedfeba89f23918e11de671c47b6a52015795b1dff0bb3dd093155a65957140abf7b4ca56b6e2555e43dc1eaecbd1263abc5ab13c5aa221b40d0fdc137
7
- data.tar.gz: 3ee2c4ad3b25c999bffa0d3ab8df2bff36b70d3fc268ce1119b1a6b4ca6338583de2eeb854770e3f0e8c12e2927c91ed9beefad7c38ca697382c68e83fd9ef4c
6
+ metadata.gz: cfa59f812a5c49908803fca07251e8d710accb504422e076753beaa72316b1bbf604a7a0ad329c08aaa679c1894d3c8bb882728160bb24b06b0fedae9e3702e3
7
+ data.tar.gz: 45d9735bcaca66c274b5e930c1d517083a560cb3c0da5ef85fcebfbf63991e712f71225d332fd615bb2d2051d25de71f6d2bcdbccf4a98ef96247fdfb36003a0
data/.rubocop.yml CHANGED
@@ -1,5 +1,8 @@
1
1
  inherit_from: .rubocop_todo.yml
2
2
 
3
+ AllCops:
4
+ NewCops: enable
5
+
3
6
  Layout/EmptyLinesAroundAttributeAccessor:
4
7
  Enabled: false
5
8
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.2.3](https://github.com/tknzk/saml_idp_metadata/tree/v0.2.3) (2021-08-03)
4
+
5
+ [Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.2.2...v0.2.3)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - bumpup 0.2.3 [\#189](https://github.com/tknzk/saml_idp_metadata/pull/189) ([tknzk](https://github.com/tknzk))
10
+ - bumpup simplecov\_json\_formatter [\#188](https://github.com/tknzk/saml_idp_metadata/pull/188) ([tknzk](https://github.com/tknzk))
11
+ - bumpup docile [\#187](https://github.com/tknzk/saml_idp_metadata/pull/187) ([tknzk](https://github.com/tknzk))
12
+ - bumpup rake [\#186](https://github.com/tknzk/saml_idp_metadata/pull/186) ([tknzk](https://github.com/tknzk))
13
+ - bump up pry [\#185](https://github.com/tknzk/saml_idp_metadata/pull/185) ([tknzk](https://github.com/tknzk))
14
+ - bumpup rubocop [\#184](https://github.com/tknzk/saml_idp_metadata/pull/184) ([tknzk](https://github.com/tknzk))
15
+ - bumpup activesupport [\#183](https://github.com/tknzk/saml_idp_metadata/pull/183) ([tknzk](https://github.com/tknzk))
16
+ - ruby 3.0.2 [\#182](https://github.com/tknzk/saml_idp_metadata/pull/182) ([tknzk](https://github.com/tknzk))
17
+ - Upgrade to GitHub-native Dependabot [\#181](https://github.com/tknzk/saml_idp_metadata/pull/181) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
18
+
3
19
  ## [v0.2.2](https://github.com/tknzk/saml_idp_metadata/tree/v0.2.2) (2021-04-06)
4
20
 
5
21
  [Full Changelog](https://github.com/tknzk/saml_idp_metadata/compare/v0.2.1...v0.2.2)
@@ -10,7 +26,6 @@
10
26
  - bundle update [\#179](https://github.com/tknzk/saml_idp_metadata/pull/179) ([tknzk](https://github.com/tknzk))
11
27
  - ruby 3.0.1 [\#178](https://github.com/tknzk/saml_idp_metadata/pull/178) ([tknzk](https://github.com/tknzk))
12
28
  - 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
29
 
15
30
  ## [v0.2.1](https://github.com/tknzk/saml_idp_metadata/tree/v0.2.1) (2021-01-21)
16
31
 
@@ -29,6 +44,7 @@
29
44
 
30
45
  - bumpup 0.2.0 [\#174](https://github.com/tknzk/saml_idp_metadata/pull/174) ([tknzk](https://github.com/tknzk))
31
46
  - Require ruby version [\#173](https://github.com/tknzk/saml_idp_metadata/pull/173) ([tknzk](https://github.com/tknzk))
47
+ - 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))
32
48
  - 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))
33
49
  - 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))
34
50
  - 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))
@@ -135,7 +151,6 @@
135
151
  - 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))
136
152
  - update changelog [\#75](https://github.com/tknzk/saml_idp_metadata/pull/75) ([tknzk](https://github.com/tknzk))
137
153
  - 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))
139
154
 
140
155
  ## [v0.1.7](https://github.com/tknzk/saml_idp_metadata/tree/v0.1.7) (2020-07-02)
141
156
 
@@ -149,6 +164,7 @@
149
164
  - 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))
150
165
  - 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))
151
166
  - 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))
167
+ - 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))
152
168
  - 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))
153
169
  - 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))
154
170
  - 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.3)
4
+ saml_idp_metadata (0.2.4)
5
5
  activesupport
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.1.4)
10
+ activesupport (6.1.4.1)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
@@ -22,7 +22,7 @@ GEM
22
22
  concurrent-ruby (~> 1.0)
23
23
  method_source (1.0.0)
24
24
  minitest (5.14.4)
25
- parallel (1.20.1)
25
+ parallel (1.21.0)
26
26
  parser (3.0.2.0)
27
27
  ast (~> 2.4.1)
28
28
  pry (0.14.1)
@@ -45,17 +45,21 @@ 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.18.4)
48
+ rubocop (1.22.0)
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.8.0, < 2.0)
54
+ rubocop-ast (>= 1.12.0, < 2.0)
55
55
  ruby-progressbar (~> 1.7)
56
56
  unicode-display_width (>= 1.4.0, < 3.0)
57
- rubocop-ast (1.8.0)
57
+ rubocop-ast (1.12.0)
58
58
  parser (>= 3.0.1.1)
59
+ rubocop-rake (0.6.0)
60
+ rubocop (~> 1.0)
61
+ rubocop-rspec (2.5.0)
62
+ rubocop (~> 1.19)
59
63
  ruby-progressbar (1.11.0)
60
64
  simplecov (0.21.2)
61
65
  docile (~> 1.1)
@@ -65,7 +69,7 @@ GEM
65
69
  simplecov_json_formatter (0.1.3)
66
70
  tzinfo (2.0.4)
67
71
  concurrent-ruby (~> 1.0)
68
- unicode-display_width (2.0.0)
72
+ unicode-display_width (2.1.0)
69
73
  zeitwerk (2.4.2)
70
74
 
71
75
  PLATFORMS
@@ -78,6 +82,8 @@ DEPENDENCIES
78
82
  rake
79
83
  rspec
80
84
  rubocop
85
+ rubocop-rake
86
+ rubocop-rspec
81
87
  saml_idp_metadata!
82
88
  simplecov
83
89
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SamlIdpMetadata
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.4'
5
5
  end
@@ -32,5 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.add_development_dependency 'rake'
33
33
  spec.add_development_dependency 'rspec'
34
34
  spec.add_development_dependency 'rubocop'
35
+ spec.add_development_dependency 'rubocop-rake'
36
+ spec.add_development_dependency 'rubocop-rspec'
35
37
  spec.add_development_dependency 'simplecov'
36
38
  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.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - tknzk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-03 00:00:00.000000000 Z
11
+ date: 2021-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -94,6 +94,34 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rubocop-rake
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'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rubocop-rspec
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
97
125
  - !ruby/object:Gem::Dependency
98
126
  name: simplecov
99
127
  requirement: !ruby/object:Gem::Requirement