ruby-terraform 1.2.0 → 1.3.0.pre.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/Gemfile.lock +15 -11
- data/lib/ruby_terraform/version.rb +1 -1
- data/ruby_terraform.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5973c2285d92ef9c51d0f71675ae93f032ff5f1f5ad4685e2d5438ab11f203ad
|
|
4
|
+
data.tar.gz: 9149aa56519893dafbaca9428f1781c731fee10dcb9030112a825d57d1341f0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
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.
|
|
25
|
-
excon (0.
|
|
26
|
-
faker (2.
|
|
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.
|
|
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.
|
|
41
|
+
ffi (1.15.1)
|
|
38
42
|
formatador (0.2.5)
|
|
39
43
|
gem-release (2.2.1)
|
|
40
|
-
guard (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.
|
|
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.
|
|
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.
|
|
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.
|
|
189
|
+
2.2.18
|
data/ruby_terraform.gemspec
CHANGED
|
@@ -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 = ['
|
|
23
|
-
spec.email = ['
|
|
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.
|
|
4
|
+
version: 1.3.0.pre.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- InfraBlocks Maintainers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
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
|
-
-
|
|
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:
|
|
355
|
+
version: 1.3.1
|
|
356
356
|
requirements: []
|
|
357
357
|
rubygems_version: 3.0.1
|
|
358
358
|
signing_key:
|