confidante 0.28.0.pre.3 → 0.28.0.pre.7

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: a332269151472e9195dd21691e83e929ab69bf07bff2fa610634b37ce64d57e4
4
- data.tar.gz: b2577cf87768580ffe143bd557bfcf8b687225a1b060738cd3e12990bb45b167
3
+ metadata.gz: 2ee41ca5146b7b417180b02a44570b1e50e0afacb1e8bf88679a8eb97eccb51f
4
+ data.tar.gz: c0c0ed73bfd55b6601b0caf58e287c12e0d9986c64efca5e7862f1d839f54295
5
5
  SHA512:
6
- metadata.gz: 87ebe4e68711dd7801e0787da8b535886cd879fb2c533f9ddd8031f02ccc26c179829c12cf3b946c5f76c9178c5ebe80662e19373bdf9fc976c4dd4d745a46db
7
- data.tar.gz: fc55da0642e73ba5632a78d319af5b5bd3f8b616d2e6e3f72e7d3d4a4f945c68c77a4b7418c66eebed31e1e90b1d0b30815fc0c0f988ac87c6ed570977c4436e
6
+ metadata.gz: 56e08ccbd6050fe51f056f8557cd3167c0e0c28cb01b68a0d3234ae759374bc130029d0e16e7c23e52051ec5329e6fc1a0d69376ee4e9b276f9913c89c59127d
7
+ data.tar.gz: 9111f0aa074c60860ce26ee3b7f99b3f0d6cd9c7f446bd841b352f43a3390f0a292027da52258078e547013bab52c0e600a8df4f97dfa6c9c162031d2c29d88c
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at tobyclemson@gmail.com. All
58
+ reported by contacting the project team at maintainers@infrablocks.io. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.28.0.pre.3)
4
+ confidante (0.28.0.pre.7)
5
5
  activesupport (>= 4)
6
6
  hiera (>= 3.3, < 4)
7
7
  shikashi (>= 0.6, < 1)
@@ -9,53 +9,67 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.1.3.1)
12
+ activesupport (6.1.4.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
16
16
  tzinfo (~> 2.0)
17
17
  zeitwerk (~> 2.3)
18
- addressable (2.7.0)
18
+ addressable (2.8.0)
19
19
  public_suffix (>= 2.0.2, < 5.0)
20
20
  ast (2.4.2)
21
21
  colored2 (3.1.2)
22
- concurrent-ruby (1.1.8)
22
+ concurrent-ruby (1.1.9)
23
23
  diff-lcs (1.4.4)
24
- docile (1.3.5)
24
+ docile (1.4.0)
25
25
  evalhook (0.6.0)
26
26
  partialruby (~> 0.3)
27
27
  sexp_processor (~> 4.0)
28
- excon (0.79.0)
29
- faraday (1.3.0)
28
+ excon (0.87.0)
29
+ faraday (1.8.0)
30
+ faraday-em_http (~> 1.0)
31
+ faraday-em_synchrony (~> 1.0)
32
+ faraday-excon (~> 1.1)
33
+ faraday-httpclient (~> 1.0.1)
30
34
  faraday-net_http (~> 1.0)
35
+ faraday-net_http_persistent (~> 1.1)
36
+ faraday-patron (~> 1.0)
37
+ faraday-rack (~> 1.0)
31
38
  multipart-post (>= 1.2, < 3)
32
- ruby2_keywords
39
+ ruby2_keywords (>= 0.0.4)
40
+ faraday-em_http (1.0.0)
41
+ faraday-em_synchrony (1.0.0)
42
+ faraday-excon (1.1.0)
43
+ faraday-httpclient (1.0.1)
33
44
  faraday-net_http (1.0.1)
34
- gem-release (2.2.1)
45
+ faraday-net_http_persistent (1.2.0)
46
+ faraday-patron (1.0.0)
47
+ faraday-rack (1.0.0)
48
+ gem-release (2.2.2)
35
49
  getsource (0.2.2)
36
50
  hamster (3.0.0)
37
51
  concurrent-ruby (~> 1.0)
38
52
  hiera (3.7.0)
39
53
  i18n (1.8.10)
40
54
  concurrent-ruby (~> 1.0)
41
- lino (1.9.0)
55
+ lino (3.0.0)
42
56
  hamster (~> 3.0)
43
57
  open4 (~> 1.3)
44
58
  minitest (5.14.4)
45
59
  multipart-post (2.1.1)
46
- octokit (4.20.0)
60
+ octokit (4.21.0)
47
61
  faraday (>= 0.9)
48
62
  sawyer (~> 0.8.0, >= 0.5.3)
49
63
  open4 (1.3.4)
50
- parallel (1.20.1)
51
- parser (3.0.0.0)
64
+ parallel (1.21.0)
65
+ parser (3.0.2.0)
52
66
  ast (~> 2.4.1)
53
67
  partialruby (0.3.0)
54
68
  ruby2ruby (~> 2)
55
69
  ruby_parser (~> 3)
56
70
  public_suffix (4.0.6)
57
71
  rainbow (3.0.0)
58
- rake (13.0.3)
72
+ rake (13.0.6)
59
73
  rake_circle_ci (0.9.0)
60
74
  colored2 (~> 3.1)
61
75
  excon (~> 0.72)
@@ -69,7 +83,7 @@ GEM
69
83
  octokit (~> 4.16)
70
84
  rake_factory (~> 0.23)
71
85
  sshkey (~> 2.0)
72
- rake_gpg (0.14.0)
86
+ rake_gpg (0.16.0)
73
87
  rake_factory (>= 0.23, < 1)
74
88
  ruby_gpg2 (>= 0.6, < 1)
75
89
  rake_ssh (0.6.0)
@@ -77,7 +91,7 @@ GEM
77
91
  rake_factory (~> 0.23)
78
92
  sshkey (~> 2.0)
79
93
  regexp_parser (2.1.1)
80
- rexml (3.2.4)
94
+ rexml (3.2.5)
81
95
  rspec (3.10.0)
82
96
  rspec-core (~> 3.10.0)
83
97
  rspec-expectations (~> 3.10.0)
@@ -91,35 +105,34 @@ GEM
91
105
  diff-lcs (>= 1.2.0, < 2.0)
92
106
  rspec-support (~> 3.10.0)
93
107
  rspec-support (3.10.2)
94
- rubocop (1.12.0)
108
+ rubocop (1.22.1)
95
109
  parallel (~> 1.10)
96
110
  parser (>= 3.0.0.0)
97
111
  rainbow (>= 2.2.2, < 4.0)
98
112
  regexp_parser (>= 1.8, < 3.0)
99
113
  rexml
100
- rubocop-ast (>= 1.2.0, < 2.0)
114
+ rubocop-ast (>= 1.12.0, < 2.0)
101
115
  ruby-progressbar (~> 1.7)
102
116
  unicode-display_width (>= 1.4.0, < 3.0)
103
- rubocop-ast (1.4.1)
104
- parser (>= 2.7.1.5)
105
- rubocop-rake (0.5.1)
106
- rubocop
107
- rubocop-rspec (2.2.0)
117
+ rubocop-ast (1.12.0)
118
+ parser (>= 3.0.1.1)
119
+ rubocop-rake (0.6.0)
108
120
  rubocop (~> 1.0)
109
- rubocop-ast (>= 1.1.0)
121
+ rubocop-rspec (2.5.0)
122
+ rubocop (~> 1.19)
110
123
  ruby-progressbar (1.11.0)
111
- ruby2_keywords (0.0.4)
124
+ ruby2_keywords (0.0.5)
112
125
  ruby2ruby (2.4.4)
113
126
  ruby_parser (~> 3.1)
114
127
  sexp_processor (~> 4.6)
115
128
  ruby_gpg2 (0.8.0)
116
129
  lino (>= 1.5)
117
- ruby_parser (3.15.1)
118
- sexp_processor (~> 4.9)
130
+ ruby_parser (3.17.0)
131
+ sexp_processor (~> 4.15, >= 4.15.1)
119
132
  sawyer (0.8.2)
120
133
  addressable (>= 2.3.5)
121
134
  faraday (> 0.8, < 2.0)
122
- sexp_processor (4.15.2)
135
+ sexp_processor (4.15.3)
123
136
  shikashi (0.6.0)
124
137
  evalhook (>= 0.6.0)
125
138
  getsource (>= 0.1.0)
@@ -128,11 +141,11 @@ GEM
128
141
  simplecov-html (~> 0.11)
129
142
  simplecov_json_formatter (~> 0.1)
130
143
  simplecov-html (0.12.3)
131
- simplecov_json_formatter (0.1.2)
144
+ simplecov_json_formatter (0.1.3)
132
145
  sshkey (2.0.0)
133
146
  tzinfo (2.0.4)
134
147
  concurrent-ruby (~> 1.0)
135
- unicode-display_width (2.0.0)
148
+ unicode-display_width (2.1.0)
136
149
  zeitwerk (2.4.2)
137
150
 
138
151
  PLATFORMS
@@ -154,4 +167,4 @@ DEPENDENCIES
154
167
  simplecov
155
168
 
156
169
  BUNDLED WITH
157
- 2.2.15
170
+ 2.2.29
data/Rakefile CHANGED
@@ -120,8 +120,10 @@ task :release do
120
120
  end
121
121
 
122
122
  def bump_version_for(version_type)
123
- sh "gem bump --version #{version_type} " \
123
+ sh 'gem bump ' \
124
+ '--skip-ci ' \
125
+ "--version #{version_type} " \
124
126
  '&& bundle install ' \
125
127
  '&& export LAST_MESSAGE="$(git log -1 --pretty=%B)" ' \
126
- '&& git commit -a --amend -m "${LAST_MESSAGE} [ci skip]"'
128
+ '&& git commit -a --amend -m "${LAST_MESSAGE}"'
127
129
  end
data/confidante.gemspec CHANGED
@@ -19,8 +19,8 @@ files = %w[
19
19
  Gem::Specification.new do |spec|
20
20
  spec.name = 'confidante'
21
21
  spec.version = Confidante::VERSION
22
- spec.authors = ['Toby Clemson']
23
- spec.email = ['tobyclemson@gmail.com']
22
+ spec.authors = ['InfraBlocks Maintainers']
23
+ spec.email = ['maintainers@infrablocks.io']
24
24
 
25
25
  spec.summary = 'A configuration engine over hiera.'
26
26
  spec.description =
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confidante
4
- VERSION = '0.28.0.pre.3'
4
+ VERSION = '0.28.0.pre.7'
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.28.0.pre.3
4
+ version: 0.28.0.pre.7
5
5
  platform: ruby
6
6
  authors:
7
- - Toby Clemson
7
+ - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-04 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -235,7 +235,7 @@ dependencies:
235
235
  description: A configuration engine combining environment variables, programmatic
236
236
  overrides and the power of hiera.
237
237
  email:
238
- - tobyclemson@gmail.com
238
+ - maintainers@infrablocks.io
239
239
  executables: []
240
240
  extensions: []
241
241
  extra_rdoc_files: []