ruby-terraform 1.2.0 → 1.3.0

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: 43d5386bbc076033768c2e68db307473199fa862e70a82dbe849c0aedc228467
4
- data.tar.gz: 4dc15ba05cb38c9015d84d45243a87eb4a9676c60424f0411f9e808d999de9e6
3
+ metadata.gz: a13c96fbb20cc300281f3333b0e6d7ca84a77f5efd1604eb6a40fb349e091eac
4
+ data.tar.gz: a422a6d606a92657fa381b63c8b83eea73c5745cae5f5c6c7b3dc7919886ea38
5
5
  SHA512:
6
- metadata.gz: 63d6532031991a5adb94cd083047745458aeef10dd8dd3d1f72ef43e516c81519d6a5b4e1466a4402765355510b05db5e258ae13dbb1705670bd7c8db78ceae0
7
- data.tar.gz: d4c7d2528fa1536c6c1a2d086ea8e62c9bba2312abd655002cd66b99212e90b2a3b10c3862db054e352027f6bdf45747f52e9f31a7683d00a5f70cf67a5a4b60
6
+ metadata.gz: 28f13473111a4a77d32773c198e3fc6b8dbcc3b3c38f4266d1c59740159259f936cb5390176c79403b386d8378040adb4ddc16a032f7f8978e59bacad2254ae6
7
+ data.tar.gz: 530c30f36d67a1c37523c534bff9ff4dd57f250a8ed3534e234086c239997969757d3f41e3dafa1eee8236357f99cc5af2d8266f1850d7c17d634ef637c09383
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
- ruby-terraform (1.2.0)
4
+ ruby-terraform (1.3.0)
5
5
  immutable-struct (~> 2.4)
6
6
  lino (~> 3.0)
7
7
 
@@ -21,23 +21,27 @@ GEM
21
21
  colored2 (3.1.2)
22
22
  concurrent-ruby (1.1.8)
23
23
  diff-lcs (1.4.4)
24
- docile (1.3.5)
25
- excon (0.81.0)
26
- faker (2.17.0)
24
+ docile (1.4.0)
25
+ excon (0.82.0)
26
+ faker (2.18.0)
27
27
  i18n (>= 1.6, < 2)
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)
@@ -96,7 +100,7 @@ GEM
96
100
  octokit (~> 4.16)
97
101
  rake_factory (~> 0.23)
98
102
  sshkey (~> 2.0)
99
- rake_gpg (0.14.0)
103
+ rake_gpg (0.16.0)
100
104
  rake_factory (>= 0.23, < 1)
101
105
  ruby_gpg2 (>= 0.6, < 1)
102
106
  rake_ssh (0.6.0)
@@ -121,7 +125,7 @@ GEM
121
125
  diff-lcs (>= 1.2.0, < 2.0)
122
126
  rspec-support (~> 3.10.0)
123
127
  rspec-support (3.10.2)
124
- rubocop (1.14.0)
128
+ rubocop (1.15.0)
125
129
  parallel (~> 1.10)
126
130
  parser (>= 3.0.0.0)
127
131
  rainbow (>= 2.2.2, < 4.0)
@@ -130,7 +134,7 @@ GEM
130
134
  rubocop-ast (>= 1.5.0, < 2.0)
131
135
  ruby-progressbar (~> 1.7)
132
136
  unicode-display_width (>= 1.4.0, < 3.0)
133
- rubocop-ast (1.5.0)
137
+ rubocop-ast (1.7.0)
134
138
  parser (>= 3.0.1.1)
135
139
  rubocop-rake (0.5.1)
136
140
  rubocop
@@ -182,4 +186,4 @@ DEPENDENCIES
182
186
  yard (~> 0.9)
183
187
 
184
188
  BUNDLED WITH
185
- 2.2.17
189
+ 2.2.29
@@ -6,7 +6,7 @@ module RubyTerraform
6
6
  def for(parameters)
7
7
  Dir.chdir(create_config_directory(parameters)) do
8
8
  RubyTerraform.init(backend_config: parameters[:backend_config])
9
- RubyTerraform.output(name: parameters[:name])
9
+ RubyTerraform.output(parameters)
10
10
  end
11
11
  end
12
12
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyTerraform
4
- VERSION = '1.2.0'
4
+ VERSION = '1.3.0'
5
5
  end
@@ -19,8 +19,8 @@ files = %w[
19
19
  Gem::Specification.new do |spec|
20
20
  spec.name = 'ruby-terraform'
21
21
  spec.version = RubyTerraform::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 simple Ruby wrapper for invoking Terraform commands.'
26
26
  spec.description =
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
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-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: immutable-struct
@@ -265,7 +265,7 @@ dependencies:
265
265
  description: Wraps the Terraform CLI so that Terraform can be invoked from a Ruby
266
266
  script or Rakefile.
267
267
  email:
268
- - tobyclemson@gmail.com
268
+ - maintainers@infrablocks.io
269
269
  executables: []
270
270
  extensions: []
271
271
  extra_rdoc_files: []