rake_terraform 1.24.0.pre.1 → 1.24.0.pre.2
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 +41 -58
- data/Rakefile +1 -1
- data/lib/rake_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: a3a0e68f2caf1cf3af3f0cfd08a29545eae05f97e45b1541f5aee49981fe4aa2
|
|
4
|
+
data.tar.gz: cdf575ad9881e8c8bb11ba75e197e4abe2ab607b169d023aeba07ad0b0f6f000
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 627e8212a16c29c33a002b8b42253f848fce8a7cddc3410bd4653c1bc8e3d32989d0d738ef42b88800fe2aedfbd5fb9c661f63d39810bbae6535520deba0da1c
|
|
7
|
+
data.tar.gz: 7b5203d02e010d43bbc932aef30fd44ce419f59f4b1dcee7b6d0359ef8cc1950a4181c39108e64a47d62505d217aa34513698f859df2956d28ef74936f61656f
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_terraform (1.24.0.pre.
|
|
4
|
+
rake_terraform (1.24.0.pre.2)
|
|
5
5
|
colored2 (~> 3.1)
|
|
6
6
|
rake_dependencies (~> 3.1)
|
|
7
7
|
rake_factory (~> 0.23)
|
|
@@ -15,39 +15,22 @@ GEM
|
|
|
15
15
|
i18n (>= 1.6, < 2)
|
|
16
16
|
minitest (>= 5.1)
|
|
17
17
|
tzinfo (~> 2.0)
|
|
18
|
-
addressable (2.8.
|
|
19
|
-
public_suffix (>= 2.0.2, <
|
|
18
|
+
addressable (2.8.1)
|
|
19
|
+
public_suffix (>= 2.0.2, < 6.0)
|
|
20
20
|
ast (2.4.2)
|
|
21
21
|
coderay (1.1.3)
|
|
22
22
|
colored2 (3.1.2)
|
|
23
23
|
concurrent-ruby (1.1.10)
|
|
24
24
|
diff-lcs (1.5.0)
|
|
25
25
|
docile (1.4.0)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
faraday-
|
|
32
|
-
faraday-httpclient (~> 1.0)
|
|
33
|
-
faraday-multipart (~> 1.0)
|
|
34
|
-
faraday-net_http (~> 1.0)
|
|
35
|
-
faraday-net_http_persistent (~> 1.0)
|
|
36
|
-
faraday-patron (~> 1.0)
|
|
37
|
-
faraday-rack (~> 1.0)
|
|
38
|
-
faraday-retry (~> 1.0)
|
|
26
|
+
down (5.4.0)
|
|
27
|
+
addressable (~> 2.8)
|
|
28
|
+
excon (0.95.0)
|
|
29
|
+
fakefs (1.9.0)
|
|
30
|
+
faraday (2.7.2)
|
|
31
|
+
faraday-net_http (>= 2.0, < 3.1)
|
|
39
32
|
ruby2_keywords (>= 0.0.4)
|
|
40
|
-
faraday-
|
|
41
|
-
faraday-em_synchrony (1.0.0)
|
|
42
|
-
faraday-excon (1.1.0)
|
|
43
|
-
faraday-httpclient (1.0.1)
|
|
44
|
-
faraday-multipart (1.0.3)
|
|
45
|
-
multipart-post (>= 1.2, < 3)
|
|
46
|
-
faraday-net_http (1.0.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)
|
|
33
|
+
faraday-net_http (3.0.2)
|
|
51
34
|
ffi (1.15.5)
|
|
52
35
|
formatador (1.1.0)
|
|
53
36
|
gem-release (2.2.2)
|
|
@@ -70,8 +53,8 @@ GEM
|
|
|
70
53
|
i18n (1.12.0)
|
|
71
54
|
concurrent-ruby (~> 1.0)
|
|
72
55
|
immutable-struct (2.4.1)
|
|
73
|
-
json (2.6.
|
|
74
|
-
lino (3.
|
|
56
|
+
json (2.6.3)
|
|
57
|
+
lino (3.1.0)
|
|
75
58
|
hamster (~> 3.0)
|
|
76
59
|
open4 (~> 1.3)
|
|
77
60
|
listen (3.7.1)
|
|
@@ -81,53 +64,53 @@ GEM
|
|
|
81
64
|
method_source (1.0.0)
|
|
82
65
|
minitar (0.9)
|
|
83
66
|
minitest (5.16.3)
|
|
84
|
-
multipart-post (2.1.1)
|
|
85
67
|
nenv (0.3.0)
|
|
86
68
|
notiffany (0.1.3)
|
|
87
69
|
nenv (~> 0.1)
|
|
88
70
|
shellany (~> 0.0)
|
|
89
|
-
octokit (
|
|
90
|
-
faraday (>=
|
|
91
|
-
sawyer (~> 0.
|
|
71
|
+
octokit (6.0.1)
|
|
72
|
+
faraday (>= 1, < 3)
|
|
73
|
+
sawyer (~> 0.9)
|
|
92
74
|
open4 (1.3.4)
|
|
93
75
|
parallel (1.22.1)
|
|
94
|
-
parser (3.1.
|
|
76
|
+
parser (3.1.3.0)
|
|
95
77
|
ast (~> 2.4.1)
|
|
96
78
|
pry (0.14.1)
|
|
97
79
|
coderay (~> 1.1)
|
|
98
80
|
method_source (~> 1.0)
|
|
99
|
-
public_suffix (
|
|
81
|
+
public_suffix (5.0.1)
|
|
100
82
|
rainbow (3.1.1)
|
|
101
83
|
rake (13.0.6)
|
|
102
|
-
rake_circle_ci (0.
|
|
84
|
+
rake_circle_ci (0.11.0)
|
|
103
85
|
colored2 (~> 3.1)
|
|
104
86
|
excon (~> 0.72)
|
|
105
87
|
rake_factory (~> 0.23)
|
|
106
88
|
sshkey (~> 2.0)
|
|
107
|
-
rake_dependencies (3.
|
|
89
|
+
rake_dependencies (3.3.0)
|
|
90
|
+
down (~> 5.3)
|
|
108
91
|
hamster (~> 3.0)
|
|
109
92
|
minitar (~> 0.9)
|
|
110
93
|
rake_factory (~> 0.23)
|
|
111
94
|
rubyzip (>= 1.3)
|
|
112
|
-
rake_factory (0.
|
|
95
|
+
rake_factory (0.31.0)
|
|
113
96
|
activesupport (>= 4)
|
|
114
97
|
rake (~> 13.0)
|
|
115
|
-
rake_github (0.
|
|
98
|
+
rake_github (0.11.0)
|
|
116
99
|
colored2 (~> 3.1)
|
|
117
|
-
octokit (
|
|
100
|
+
octokit (>= 4.16, < 7.0)
|
|
118
101
|
rake_factory (~> 0.23)
|
|
119
102
|
sshkey (~> 2.0)
|
|
120
|
-
rake_gpg (0.
|
|
121
|
-
rake_factory (
|
|
122
|
-
ruby_gpg2 (
|
|
123
|
-
rake_ssh (0.
|
|
103
|
+
rake_gpg (0.18.0)
|
|
104
|
+
rake_factory (~> 0.23)
|
|
105
|
+
ruby_gpg2 (~> 0.6)
|
|
106
|
+
rake_ssh (0.8.0)
|
|
124
107
|
colored2 (~> 3.1)
|
|
125
108
|
rake_factory (~> 0.23)
|
|
126
109
|
sshkey (~> 2.0)
|
|
127
|
-
rb-fsevent (0.11.
|
|
110
|
+
rb-fsevent (0.11.2)
|
|
128
111
|
rb-inotify (0.10.1)
|
|
129
112
|
ffi (~> 1.0)
|
|
130
|
-
regexp_parser (2.6.
|
|
113
|
+
regexp_parser (2.6.1)
|
|
131
114
|
rexml (3.2.5)
|
|
132
115
|
rspec (3.12.0)
|
|
133
116
|
rspec-core (~> 3.12.0)
|
|
@@ -135,14 +118,14 @@ GEM
|
|
|
135
118
|
rspec-mocks (~> 3.12.0)
|
|
136
119
|
rspec-core (3.12.0)
|
|
137
120
|
rspec-support (~> 3.12.0)
|
|
138
|
-
rspec-expectations (3.12.
|
|
121
|
+
rspec-expectations (3.12.1)
|
|
139
122
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
140
123
|
rspec-support (~> 3.12.0)
|
|
141
|
-
rspec-mocks (3.12.
|
|
124
|
+
rspec-mocks (3.12.1)
|
|
142
125
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
143
126
|
rspec-support (~> 3.12.0)
|
|
144
127
|
rspec-support (3.12.0)
|
|
145
|
-
rubocop (1.
|
|
128
|
+
rubocop (1.41.1)
|
|
146
129
|
json (~> 2.3)
|
|
147
130
|
parallel (~> 1.10)
|
|
148
131
|
parser (>= 3.1.2.1)
|
|
@@ -152,25 +135,25 @@ GEM
|
|
|
152
135
|
rubocop-ast (>= 1.23.0, < 2.0)
|
|
153
136
|
ruby-progressbar (~> 1.7)
|
|
154
137
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
155
|
-
rubocop-ast (1.
|
|
138
|
+
rubocop-ast (1.24.0)
|
|
156
139
|
parser (>= 3.1.1.0)
|
|
157
140
|
rubocop-rake (0.6.0)
|
|
158
141
|
rubocop (~> 1.0)
|
|
159
|
-
rubocop-rspec (2.
|
|
142
|
+
rubocop-rspec (2.16.0)
|
|
160
143
|
rubocop (~> 1.33)
|
|
161
144
|
ruby-progressbar (1.11.0)
|
|
162
|
-
ruby-terraform (1.
|
|
145
|
+
ruby-terraform (1.7.0)
|
|
163
146
|
immutable-struct (~> 2.4)
|
|
164
147
|
lino (~> 3.0)
|
|
165
148
|
ruby2_keywords (0.0.5)
|
|
166
|
-
ruby_gpg2 (0.
|
|
167
|
-
lino (
|
|
149
|
+
ruby_gpg2 (0.10.0)
|
|
150
|
+
lino (~> 3.0)
|
|
168
151
|
rubyzip (2.3.2)
|
|
169
|
-
sawyer (0.
|
|
152
|
+
sawyer (0.9.2)
|
|
170
153
|
addressable (>= 2.3.5)
|
|
171
|
-
faraday (
|
|
154
|
+
faraday (>= 0.17.3, < 3)
|
|
172
155
|
shellany (0.0.1)
|
|
173
|
-
simplecov (0.
|
|
156
|
+
simplecov (0.22.0)
|
|
174
157
|
docile (~> 1.1)
|
|
175
158
|
simplecov-html (~> 0.11)
|
|
176
159
|
simplecov_json_formatter (~> 0.1)
|
|
@@ -209,4 +192,4 @@ DEPENDENCIES
|
|
|
209
192
|
yard
|
|
210
193
|
|
|
211
194
|
BUNDLED WITH
|
|
212
|
-
2.
|
|
195
|
+
2.4.1
|
data/Rakefile
CHANGED
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.24.0.pre.
|
|
4
|
+
version: 1.24.0.pre.2
|
|
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-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colored2
|