rake_terraform 1.18.0.pre.1 → 1.20.0.pre.2

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: e40444546114e99ae1f060f725022ccc4cf8e501f0381edc28afdb48dd9a3646
4
- data.tar.gz: ecad6c3edcf1b797d9ee8685112bdca88c7334fb482919ea975b1d8889e410bb
3
+ metadata.gz: 1da809e7e99d14eafe8ef975b51241b81bd96f4fa57e80ba35f8800e44148ce9
4
+ data.tar.gz: b424389a8727083cb155eb1e889f711216db7c9e7ddbebeb167b5fcd5d78b572
5
5
  SHA512:
6
- metadata.gz: '08ed3dffeebc6636a4d8a43d2434b19ce8b3a09b34a1230399f638ddb1adfc418fb330d0a1f3f7ecf4cc731d00b9bd22f60772d704b2fe866941d196a075871f'
7
- data.tar.gz: d7771bdcc407dee4d923414a1d2144d5771ef68e6b8d684a1a667a473ab9f38bfbc7c2f2699b299556227a69c830ecd76e0941d9123e0906abd1af54a02947a3
6
+ metadata.gz: 27c8e7f8fb3aa9c3f51b3677505120472cf56980cf46ee8c0b005fec1bb54ede905aaabe94caf801d1e67aea0c9050f6f35f62182825d25a3cf75826367d49a0
7
+ data.tar.gz: 8436d5f7665d833a63717ded45c11a617584b077ce70b622e9e6be1ce32ac3bb726e3da39efefa7c3e17ff67e82ff30b530727e3a1f314a149fdd2d0dee20ed2
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. 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
- rake_terraform (1.18.0.pre.1)
4
+ rake_terraform (1.20.0.pre.2)
5
5
  colored2 (~> 3.1)
6
6
  rake_dependencies (~> 2.11)
7
7
  rake_factory (~> 0.23)
@@ -22,22 +22,26 @@ GEM
22
22
  colored2 (3.1.2)
23
23
  concurrent-ruby (1.1.8)
24
24
  diff-lcs (1.4.4)
25
- docile (1.3.5)
26
- excon (0.81.0)
25
+ docile (1.4.0)
26
+ excon (0.82.0)
27
27
  fakefs (0.20.1)
28
- faraday (1.4.1)
28
+ faraday (1.4.2)
29
+ faraday-em_http (~> 1.0)
30
+ faraday-em_synchrony (~> 1.0)
29
31
  faraday-excon (~> 1.1)
30
32
  faraday-net_http (~> 1.0)
31
33
  faraday-net_http_persistent (~> 1.1)
32
34
  multipart-post (>= 1.2, < 3)
33
35
  ruby2_keywords (>= 0.0.4)
36
+ faraday-em_http (1.0.0)
37
+ faraday-em_synchrony (1.0.0)
34
38
  faraday-excon (1.1.0)
35
39
  faraday-net_http (1.0.1)
36
40
  faraday-net_http_persistent (1.1.0)
37
- ffi (1.15.0)
41
+ ffi (1.15.1)
38
42
  formatador (0.2.5)
39
43
  gem-release (2.2.1)
40
- guard (2.16.2)
44
+ guard (2.17.0)
41
45
  formatador (>= 0.2.4)
42
46
  listen (>= 2.7, < 4.0)
43
47
  lumberjack (>= 1.0.12, < 2.0)
@@ -102,7 +106,7 @@ GEM
102
106
  octokit (~> 4.16)
103
107
  rake_factory (~> 0.23)
104
108
  sshkey (~> 2.0)
105
- rake_gpg (0.14.0)
109
+ rake_gpg (0.16.0)
106
110
  rake_factory (>= 0.23, < 1)
107
111
  ruby_gpg2 (>= 0.6, < 1)
108
112
  rake_ssh (0.6.0)
@@ -127,7 +131,7 @@ GEM
127
131
  diff-lcs (>= 1.2.0, < 2.0)
128
132
  rspec-support (~> 3.10.0)
129
133
  rspec-support (3.10.2)
130
- rubocop (1.14.0)
134
+ rubocop (1.15.0)
131
135
  parallel (~> 1.10)
132
136
  parser (>= 3.0.0.0)
133
137
  rainbow (>= 2.2.2, < 4.0)
@@ -136,7 +140,7 @@ GEM
136
140
  rubocop-ast (>= 1.5.0, < 2.0)
137
141
  ruby-progressbar (~> 1.7)
138
142
  unicode-display_width (>= 1.4.0, < 3.0)
139
- rubocop-ast (1.5.0)
143
+ rubocop-ast (1.7.0)
140
144
  parser (>= 3.0.1.1)
141
145
  rubocop-rake (0.5.1)
142
146
  rubocop
@@ -193,4 +197,4 @@ DEPENDENCIES
193
197
  yard (~> 0.9)
194
198
 
195
199
  BUNDLED WITH
196
- 2.2.17
200
+ 2.2.18
@@ -59,7 +59,7 @@ module RakeTerraform
59
59
  )
60
60
  RubyTerraform.destroy(
61
61
  chdir: configuration_directory,
62
- force: true,
62
+ auto_approve: true,
63
63
  input: t.input,
64
64
  no_color: t.no_color,
65
65
  no_backup: t.no_backup,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeTerraform
4
- VERSION = '1.18.0.pre.1'
4
+ VERSION = '1.20.0.pre.2'
5
5
  end
@@ -18,8 +18,8 @@ files = %w[
18
18
  Gem::Specification.new do |spec|
19
19
  spec.name = 'rake_terraform'
20
20
  spec.version = RakeTerraform::VERSION
21
- spec.authors = ['Toby Clemson']
22
- spec.email = ['tobyclemson@gmail.com']
21
+ spec.authors = ['InfraBlocks Maintainers']
22
+ spec.email = ['maintainers@infrablocks.io']
23
23
 
24
24
  spec.summary = 'Rake tasks for running terraform.'
25
25
  spec.description =
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0.pre.1
4
+ version: 1.20.0.pre.2
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-05-10 00:00:00.000000000 Z
11
+ date: 2021-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2
@@ -307,7 +307,7 @@ dependencies:
307
307
  description: Provides rake tasks for executing terraform commands as part of a rake
308
308
  build.
309
309
  email:
310
- - tobyclemson@gmail.com
310
+ - maintainers@infrablocks.io
311
311
  executables: []
312
312
  extensions: []
313
313
  extra_rdoc_files: []