rake_terraform 1.19.0 → 1.20.0.pre.1

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: '08cf02458a0207c28152ca4ad82948dc659df5edc75d6ab7a2e821d603488ef8'
4
- data.tar.gz: '022989bd3a287e6e5752074c8591158d1456f23655f2ca2e04645b862471fc62'
3
+ metadata.gz: e4ffa1e84692b4d50d69c44ec17add0f0f1fa2dc15f084597651f8a3e003f929
4
+ data.tar.gz: 000c36e13243758a7045d5296c8648e8aafe40a6570377a353ff808219307f65
5
5
  SHA512:
6
- metadata.gz: 45e4dfda29bde1b909237e332dd2732e0880d0605f179247d0ba6139169472af36e61a3e3d3ec8802d7d7766e5a0f5515a94ae0b8ff1aafb1ace5cfb80e3d7fb
7
- data.tar.gz: b926fbe07111e20baa66b0d0046fa4d98a13b0748a84f7463c4233b8011e0c5db163807065569335755a3f5626c3f0c14f519dbef80c7b824ad173b05343c6b2
6
+ metadata.gz: a2224b031676a3e66461d4237499068c2808d0bea0c9e323eda47cd0cd024f8ba675872a7f60a82f352b9802cf55a98227170c0d3c4468f36dc3e896222a7326
7
+ data.tar.gz: fef3ef5b5ff09b565158b83d2d915dd612c838e3d78c0a548c64396a1347375846b806a1d6ddd36beeff075adab76c050ded2240d36b3033e9162a6fdd07ec58
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.19.0)
4
+ rake_terraform (1.20.0.pre.1)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeTerraform
4
- VERSION = '1.19.0'
4
+ VERSION = '1.20.0.pre.1'
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.19.0
4
+ version: 1.20.0.pre.1
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-17 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: []
@@ -348,9 +348,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
348
348
  version: '2.6'
349
349
  required_rubygems_version: !ruby/object:Gem::Requirement
350
350
  requirements:
351
- - - ">="
351
+ - - ">"
352
352
  - !ruby/object:Gem::Version
353
- version: '0'
353
+ version: 1.3.1
354
354
  requirements: []
355
355
  rubygems_version: 3.0.1
356
356
  signing_key: