confidante 0.29.0.pre.7 → 0.29.0.pre.9

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: 9f10ca5761467a88ce05fe8a215c4638e4f5ae379d7eed3f98bf659c9e937b06
4
- data.tar.gz: 46d759e9fd762c6fe1b5920adcb6d721937c366d2761e9ca0b6560bb9bdd6f16
3
+ metadata.gz: 6fc0f33ff328e38cc3f387c13d9c319401c57497669de2b32074a2355c8d6a46
4
+ data.tar.gz: b9acacd4a7cd777d311e5ff419f25558379e4a7a20ad3d08997ba7e40d3e8a40
5
5
  SHA512:
6
- metadata.gz: 46e848015580ee64430078ad5aea2061290ee06dcabd247d113e6b54ecfa5870f02065b42f694e07624d8f2ee457aaf8898f70d64d9b39589c53ed5af3721298
7
- data.tar.gz: 237d39bda7dacf50241e28082e10b7abb48e45e3e9940513553831a0614772f7c25d906f0c0acdca1d2ed1e212adb9823517a6253eaec3e52d1168491bdb3c31
6
+ metadata.gz: d5f7a7234c92f251899c6d46922eb8e83e76d2e3be4d9a64f6e6ca7555f7d4a0f470732e7dfe6a8442832851ba9c0a2062ac37b9e95d2bcfce56e77f4f02035f
7
+ data.tar.gz: b3b4bbbd140da33901cd9bd2075ce15532fb74a108063c005fed9fdcf8e7c17fd6d6725eb6973f68a7a628fa4e35e9f8fe80bc4df51772ae4eb71421ab884192
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.29.0.pre.7)
4
+ confidante (0.29.0.pre.9)
5
5
  activesupport (>= 4)
6
6
  hiera (~> 3.3)
7
7
  shikashi (~> 0.6)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.1.2)
13
+ activesupport (7.1.3.4)
14
14
  base64
15
15
  bigdecimal
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,21 +20,20 @@ GEM
20
20
  minitest (>= 5.1)
21
21
  mutex_m
22
22
  tzinfo (~> 2.0)
23
- addressable (2.8.5)
24
- public_suffix (>= 2.0.2, < 6.0)
23
+ addressable (2.8.7)
24
+ public_suffix (>= 2.0.2, < 7.0)
25
25
  ast (2.4.2)
26
26
  aws-eventstream (1.3.0)
27
27
  aws-sigv4 (1.7.0)
28
28
  aws-eventstream (~> 1, >= 1.0.2)
29
29
  base64 (0.2.0)
30
- bigdecimal (3.1.4)
30
+ bigdecimal (3.1.8)
31
31
  colored2 (3.1.2)
32
- concurrent-ruby (1.2.2)
32
+ concurrent-ruby (1.3.3)
33
33
  connection_pool (2.4.1)
34
- diff-lcs (1.5.0)
34
+ diff-lcs (1.5.1)
35
35
  docile (1.4.0)
36
- drb (2.2.0)
37
- ruby2_keywords
36
+ drb (2.2.1)
38
37
  evalhook (0.6.0)
39
38
  partialruby (~> 0.3)
40
39
  sexp_processor (~> 4.0)
@@ -46,37 +45,37 @@ GEM
46
45
  faraday-net_http (3.0.2)
47
46
  gem-release (2.2.2)
48
47
  getsource (0.2.2)
49
- git (1.18.0)
48
+ git (1.19.1)
50
49
  addressable (~> 2.8)
51
50
  rchardet (~> 1.8)
52
51
  hamster (3.0.0)
53
52
  concurrent-ruby (~> 1.0)
54
53
  hiera (3.12.0)
55
- i18n (1.14.1)
54
+ i18n (1.14.5)
56
55
  concurrent-ruby (~> 1.0)
57
56
  immutable-struct (2.4.1)
58
- json (2.7.1)
57
+ json (2.7.2)
59
58
  language_server-protocol (3.17.0.3)
60
59
  lino (3.1.0)
61
60
  hamster (~> 3.0)
62
61
  open4 (~> 1.3)
63
- minitest (5.20.0)
62
+ minitest (5.24.1)
64
63
  mutex_m (0.2.0)
65
64
  octokit (8.0.0)
66
65
  faraday (>= 1, < 3)
67
66
  sawyer (~> 0.9)
68
67
  open4 (1.3.4)
69
- parallel (1.23.0)
70
- parser (3.2.2.4)
68
+ parallel (1.25.1)
69
+ parser (3.3.4.0)
71
70
  ast (~> 2.4.1)
72
71
  racc
73
72
  partialruby (0.3.0)
74
73
  ruby2ruby (~> 2)
75
74
  ruby_parser (~> 3)
76
- public_suffix (5.0.3)
77
- racc (1.7.3)
75
+ public_suffix (5.1.1)
76
+ racc (1.8.0)
78
77
  rainbow (3.1.1)
79
- rake (13.1.0)
78
+ rake (13.2.1)
80
79
  rake_circle_ci (0.11.0)
81
80
  colored2 (~> 3.1)
82
81
  excon (~> 0.72)
@@ -107,44 +106,39 @@ GEM
107
106
  rake_factory (~> 0.23)
108
107
  sshkey (~> 2.0)
109
108
  rchardet (1.8.0)
110
- regexp_parser (2.8.3)
111
- rexml (3.2.6)
112
- rspec (3.12.0)
113
- rspec-core (~> 3.12.0)
114
- rspec-expectations (~> 3.12.0)
115
- rspec-mocks (~> 3.12.0)
116
- rspec-core (3.12.2)
117
- rspec-support (~> 3.12.0)
118
- rspec-expectations (3.12.3)
109
+ regexp_parser (2.9.2)
110
+ rexml (3.3.2)
111
+ strscan
112
+ rspec (3.13.0)
113
+ rspec-core (~> 3.13.0)
114
+ rspec-expectations (~> 3.13.0)
115
+ rspec-mocks (~> 3.13.0)
116
+ rspec-core (3.13.0)
117
+ rspec-support (~> 3.13.0)
118
+ rspec-expectations (3.13.1)
119
119
  diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.12.0)
121
- rspec-mocks (3.12.6)
120
+ rspec-support (~> 3.13.0)
121
+ rspec-mocks (3.13.1)
122
122
  diff-lcs (>= 1.2.0, < 2.0)
123
- rspec-support (~> 3.12.0)
124
- rspec-support (3.12.1)
125
- rubocop (1.59.0)
123
+ rspec-support (~> 3.13.0)
124
+ rspec-support (3.13.1)
125
+ rubocop (1.65.0)
126
126
  json (~> 2.3)
127
127
  language_server-protocol (>= 3.17.0)
128
128
  parallel (~> 1.10)
129
- parser (>= 3.2.2.4)
129
+ parser (>= 3.3.0.2)
130
130
  rainbow (>= 2.2.2, < 4.0)
131
- regexp_parser (>= 1.8, < 3.0)
131
+ regexp_parser (>= 2.4, < 3.0)
132
132
  rexml (>= 3.2.5, < 4.0)
133
- rubocop-ast (>= 1.30.0, < 2.0)
133
+ rubocop-ast (>= 1.31.1, < 2.0)
134
134
  ruby-progressbar (~> 1.7)
135
135
  unicode-display_width (>= 2.4.0, < 3.0)
136
- rubocop-ast (1.30.0)
137
- parser (>= 3.2.1.0)
138
- rubocop-capybara (2.19.0)
139
- rubocop (~> 1.41)
140
- rubocop-factory_bot (2.24.0)
141
- rubocop (~> 1.33)
136
+ rubocop-ast (1.31.3)
137
+ parser (>= 3.3.1.0)
142
138
  rubocop-rake (0.6.0)
143
139
  rubocop (~> 1.0)
144
- rubocop-rspec (2.25.0)
145
- rubocop (~> 1.40)
146
- rubocop-capybara (~> 2.17)
147
- rubocop-factory_bot (~> 2.22)
140
+ rubocop-rspec (3.0.3)
141
+ rubocop (~> 1.61)
148
142
  ruby-progressbar (1.13.0)
149
143
  ruby2_keywords (0.0.5)
150
144
  ruby2ruby (2.5.0)
@@ -171,6 +165,7 @@ GEM
171
165
  simplecov-html (0.12.3)
172
166
  simplecov_json_formatter (0.1.4)
173
167
  sshkey (2.0.0)
168
+ strscan (3.1.0)
174
169
  tzinfo (2.0.6)
175
170
  concurrent-ruby (~> 1.0)
176
171
  unicode-display_width (2.5.0)
data/confidante.gemspec CHANGED
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
37
37
  spec.require_paths = ['lib']
38
38
 
39
- spec.required_ruby_version = '>= 2.7'
39
+ spec.required_ruby_version = '>= 3.1'
40
40
 
41
41
  spec.add_dependency 'activesupport', '>= 4'
42
42
  spec.add_dependency 'hiera', '~> 3.3'
@@ -19,7 +19,7 @@ module Confidante
19
19
 
20
20
  def for_overrides(overrides)
21
21
  Configuration.new(
22
- overrides: overrides,
22
+ overrides:,
23
23
  scope: @scope,
24
24
  hiera: @hiera,
25
25
  converters: @converters
@@ -29,7 +29,7 @@ module Confidante
29
29
  def for_scope(scope)
30
30
  Configuration.new(
31
31
  overrides: @overrides,
32
- scope: scope,
32
+ scope:,
33
33
  hiera: @hiera,
34
34
  converters: @converters
35
35
  )
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confidante
4
- VERSION = '0.29.0.pre.7'
4
+ VERSION = '0.29.0.pre.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confidante
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0.pre.7
4
+ version: 0.29.0.pre.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-19 00:00:00.000000000 Z
11
+ date: 2024-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -301,14 +301,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
301
301
  requirements:
302
302
  - - ">="
303
303
  - !ruby/object:Gem::Version
304
- version: '2.7'
304
+ version: '3.1'
305
305
  required_rubygems_version: !ruby/object:Gem::Requirement
306
306
  requirements:
307
307
  - - ">"
308
308
  - !ruby/object:Gem::Version
309
309
  version: 1.3.1
310
310
  requirements: []
311
- rubygems_version: 3.1.6
311
+ rubygems_version: 3.3.7
312
312
  signing_key:
313
313
  specification_version: 4
314
314
  summary: A configuration engine over hiera.