ruby-terraform 1.4.0.pre.3 → 1.5.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/Gemfile.lock +25 -15
- data/Rakefile +7 -4
- data/lib/ruby_terraform/options/values/complex.rb +2 -0
- data/lib/ruby_terraform/options/values/key_value.rb +2 -0
- data/lib/ruby_terraform/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 751cafa45b83ac0b267d6e60ef984812aa892142eb680a2f9406b3ce91b35b76
|
|
4
|
+
data.tar.gz: 81d9ba6fefe017af652d9ea26370011ef4395cbd60f0c71f178394163e1ef1e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00a21e1080d98c1292b8134862abb20d1ce455687e8e83ff65cedd8657134bd0eb86b4fe9b4a9b64dbe32f3e95ff1d2952cdaf5c1ee86571d6fbc48955bf8384
|
|
7
|
+
data.tar.gz: e1e31ecae6de8f304ae742ea0b9da58af9f44d5a7904ee651dea001ba1f46b274d3fa1dc4cd66860a73a1dbc1a4514bd26a721da1f85ffc0c8a7171a96a8fc3a
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ruby-terraform (1.
|
|
4
|
+
ruby-terraform (1.5.0.pre.1)
|
|
5
5
|
immutable-struct (~> 2.4)
|
|
6
6
|
lino (~> 3.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
activesupport (6.1.
|
|
11
|
+
activesupport (6.1.4.4)
|
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
13
|
i18n (>= 1.6, < 2)
|
|
14
14
|
minitest (>= 5.1)
|
|
@@ -25,19 +25,29 @@ GEM
|
|
|
25
25
|
excon (0.82.0)
|
|
26
26
|
faker (2.19.0)
|
|
27
27
|
i18n (>= 1.6, < 2)
|
|
28
|
-
faraday (1.
|
|
28
|
+
faraday (1.9.3)
|
|
29
29
|
faraday-em_http (~> 1.0)
|
|
30
30
|
faraday-em_synchrony (~> 1.0)
|
|
31
31
|
faraday-excon (~> 1.1)
|
|
32
|
+
faraday-httpclient (~> 1.0)
|
|
33
|
+
faraday-multipart (~> 1.0)
|
|
32
34
|
faraday-net_http (~> 1.0)
|
|
33
|
-
faraday-net_http_persistent (~> 1.
|
|
34
|
-
|
|
35
|
+
faraday-net_http_persistent (~> 1.0)
|
|
36
|
+
faraday-patron (~> 1.0)
|
|
37
|
+
faraday-rack (~> 1.0)
|
|
38
|
+
faraday-retry (~> 1.0)
|
|
35
39
|
ruby2_keywords (>= 0.0.4)
|
|
36
40
|
faraday-em_http (1.0.0)
|
|
37
41
|
faraday-em_synchrony (1.0.0)
|
|
38
42
|
faraday-excon (1.1.0)
|
|
43
|
+
faraday-httpclient (1.0.1)
|
|
44
|
+
faraday-multipart (1.0.3)
|
|
45
|
+
multipart-post (>= 1.2, < 3)
|
|
39
46
|
faraday-net_http (1.0.1)
|
|
40
|
-
faraday-net_http_persistent (1.
|
|
47
|
+
faraday-net_http_persistent (1.2.0)
|
|
48
|
+
faraday-patron (1.0.0)
|
|
49
|
+
faraday-rack (1.0.0)
|
|
50
|
+
faraday-retry (1.0.3)
|
|
41
51
|
ffi (1.15.4)
|
|
42
52
|
formatador (0.3.0)
|
|
43
53
|
gem-release (2.2.2)
|
|
@@ -57,7 +67,7 @@ GEM
|
|
|
57
67
|
rspec (>= 2.99.0, < 4.0)
|
|
58
68
|
hamster (3.0.0)
|
|
59
69
|
concurrent-ruby (~> 1.0)
|
|
60
|
-
i18n (1.
|
|
70
|
+
i18n (1.9.1)
|
|
61
71
|
concurrent-ruby (~> 1.0)
|
|
62
72
|
immutable-struct (2.4.1)
|
|
63
73
|
lino (3.0.0)
|
|
@@ -68,13 +78,13 @@ GEM
|
|
|
68
78
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
69
79
|
lumberjack (1.2.8)
|
|
70
80
|
method_source (1.0.0)
|
|
71
|
-
minitest (5.
|
|
81
|
+
minitest (5.15.0)
|
|
72
82
|
multipart-post (2.1.1)
|
|
73
83
|
nenv (0.3.0)
|
|
74
84
|
notiffany (0.1.3)
|
|
75
85
|
nenv (~> 0.1)
|
|
76
86
|
shellany (~> 0.0)
|
|
77
|
-
octokit (4.
|
|
87
|
+
octokit (4.22.0)
|
|
78
88
|
faraday (>= 0.9)
|
|
79
89
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
80
90
|
open4 (1.3.4)
|
|
@@ -95,7 +105,7 @@ GEM
|
|
|
95
105
|
rake_factory (0.29.0)
|
|
96
106
|
activesupport (>= 4)
|
|
97
107
|
rake (~> 13.0)
|
|
98
|
-
rake_github (0.
|
|
108
|
+
rake_github (0.9.0)
|
|
99
109
|
colored2 (~> 3.1)
|
|
100
110
|
octokit (~> 4.16)
|
|
101
111
|
rake_factory (~> 0.23)
|
|
@@ -125,13 +135,13 @@ GEM
|
|
|
125
135
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
126
136
|
rspec-support (~> 3.10.0)
|
|
127
137
|
rspec-support (3.10.2)
|
|
128
|
-
rubocop (1.
|
|
138
|
+
rubocop (1.24.1)
|
|
129
139
|
parallel (~> 1.10)
|
|
130
140
|
parser (>= 3.0.0.0)
|
|
131
141
|
rainbow (>= 2.2.2, < 4.0)
|
|
132
142
|
regexp_parser (>= 1.8, < 3.0)
|
|
133
143
|
rexml
|
|
134
|
-
rubocop-ast (>= 1.
|
|
144
|
+
rubocop-ast (>= 1.15.1, < 2.0)
|
|
135
145
|
ruby-progressbar (~> 1.7)
|
|
136
146
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
137
147
|
rubocop-ast (1.15.1)
|
|
@@ -141,7 +151,7 @@ GEM
|
|
|
141
151
|
rubocop-rspec (2.7.0)
|
|
142
152
|
rubocop (~> 1.19)
|
|
143
153
|
ruby-progressbar (1.11.0)
|
|
144
|
-
ruby2_keywords (0.0.
|
|
154
|
+
ruby2_keywords (0.0.5)
|
|
145
155
|
ruby_gpg2 (0.8.0)
|
|
146
156
|
lino (>= 1.5)
|
|
147
157
|
sawyer (0.8.2)
|
|
@@ -162,7 +172,7 @@ GEM
|
|
|
162
172
|
webrick (1.7.0)
|
|
163
173
|
yard (0.9.27)
|
|
164
174
|
webrick (~> 1.7.0)
|
|
165
|
-
zeitwerk (2.4
|
|
175
|
+
zeitwerk (2.5.4)
|
|
166
176
|
|
|
167
177
|
PLATFORMS
|
|
168
178
|
ruby
|
|
@@ -187,4 +197,4 @@ DEPENDENCIES
|
|
|
187
197
|
yard (~> 0.9)
|
|
188
198
|
|
|
189
199
|
BUNDLED WITH
|
|
190
|
-
2.3.
|
|
200
|
+
2.3.7
|
data/Rakefile
CHANGED
|
@@ -19,9 +19,10 @@ namespace :encryption do
|
|
|
19
19
|
namespace :passphrase do
|
|
20
20
|
desc 'Generate encryption passphrase for CI GPG key'
|
|
21
21
|
task :generate do
|
|
22
|
-
File.
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
File.write(
|
|
23
|
+
'config/secrets/ci/encryption.passphrase',
|
|
24
|
+
SecureRandom.base64(36)
|
|
25
|
+
)
|
|
25
26
|
end
|
|
26
27
|
end
|
|
27
28
|
end
|
|
@@ -108,7 +109,7 @@ end
|
|
|
108
109
|
RakeGithub.define_repository_tasks(
|
|
109
110
|
namespace: :github,
|
|
110
111
|
repository: 'infrablocks/ruby_terraform'
|
|
111
|
-
) do |t|
|
|
112
|
+
) do |t, args|
|
|
112
113
|
github_config =
|
|
113
114
|
YAML.load_file('config/secrets/github/config.yaml')
|
|
114
115
|
|
|
@@ -119,6 +120,8 @@ RakeGithub.define_repository_tasks(
|
|
|
119
120
|
public_key: File.read('config/secrets/ci/ssh.public')
|
|
120
121
|
}
|
|
121
122
|
]
|
|
123
|
+
t.branch_name = args.branch_name
|
|
124
|
+
t.commit_message = args.commit_message
|
|
122
125
|
end
|
|
123
126
|
|
|
124
127
|
namespace :pipeline do
|
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.5.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: 2022-
|
|
11
|
+
date: 2022-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: immutable-struct
|