ruby-terraform 1.2.0 → 1.3.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: 43d5386bbc076033768c2e68db307473199fa862e70a82dbe849c0aedc228467
4
- data.tar.gz: 4dc15ba05cb38c9015d84d45243a87eb4a9676c60424f0411f9e808d999de9e6
3
+ metadata.gz: 5973c2285d92ef9c51d0f71675ae93f032ff5f1f5ad4685e2d5438ab11f203ad
4
+ data.tar.gz: 9149aa56519893dafbaca9428f1781c731fee10dcb9030112a825d57d1341f0c
5
5
  SHA512:
6
- metadata.gz: 63d6532031991a5adb94cd083047745458aeef10dd8dd3d1f72ef43e516c81519d6a5b4e1466a4402765355510b05db5e258ae13dbb1705670bd7c8db78ceae0
7
- data.tar.gz: d4c7d2528fa1536c6c1a2d086ea8e62c9bba2312abd655002cd66b99212e90b2a3b10c3862db054e352027f6bdf45747f52e9f31a7683d00a5f70cf67a5a4b60
6
+ metadata.gz: 0b847bc06ef10d695239345d1da14d251d04de04972cc754b1932e8df039742451570eb4c7841de75b95e2712ea453b71ff88f058b0cbe618c1070a65a613a4b
7
+ data.tar.gz: 890f6f1bf1aabc00cdb5e0fef2f877f084df0e305bd500848d1db471a32ca2a26783e7dd1eea91429ca3f7ef2542130d5ab8774748e9319c3022a7d0da31bd26
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.pre.1)
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.18
@@ -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.pre.1'
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.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-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: 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: []
@@ -350,9 +350,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
350
350
  version: '2.6'
351
351
  required_rubygems_version: !ruby/object:Gem::Requirement
352
352
  requirements:
353
- - - ">="
353
+ - - ">"
354
354
  - !ruby/object:Gem::Version
355
- version: '0'
355
+ version: 1.3.1
356
356
  requirements: []
357
357
  rubygems_version: 3.0.1
358
358
  signing_key: