terraform-synthesizer 0.0.26 → 0.0.27
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 +23 -19
- data/gemset.nix +53 -33
- data/lib/terraform-synthesizer/version.rb +2 -2
- data/terraform-synthesizer.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0c516cf63cff65865c647afe81fee0b4c651027ad9fe46d0c7cab2bdfb4d73b
|
4
|
+
data.tar.gz: 41fb987f083f86efad32780f9d76fdc8549af15742ee21eb148d0e20cf917851
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96cc15350a7edd290ff27030e74bdcfcee5acf1e7912b6072537e31f8d158e7f3fb5f250177e001f6ef897d6e3d0e844daaaf8ca1f6a5eb62402886e1cbeded5
|
7
|
+
data.tar.gz: 551a4d47a1064067741f5bdfe233be0c04445dd8e0f5bbdae5fc37d40df84f2c83752cc84ce5d0a56f9f2cdf87e2ca4e2962dcbbcc2597862f63e538184a1de0
|
data/Gemfile.lock
CHANGED
@@ -1,50 +1,54 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
terraform-synthesizer (0.0.
|
4
|
+
terraform-synthesizer (0.0.27)
|
5
5
|
abstract-synthesizer
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
abstract-synthesizer (0.0.
|
11
|
-
ast (2.4.
|
12
|
-
diff-lcs (1.
|
13
|
-
json (2.
|
14
|
-
language_server-protocol (3.17.0.
|
15
|
-
|
16
|
-
|
10
|
+
abstract-synthesizer (0.0.12)
|
11
|
+
ast (2.4.3)
|
12
|
+
diff-lcs (1.6.2)
|
13
|
+
json (2.12.2)
|
14
|
+
language_server-protocol (3.17.0.5)
|
15
|
+
lint_roller (1.1.0)
|
16
|
+
parallel (1.27.0)
|
17
|
+
parser (3.3.8.0)
|
17
18
|
ast (~> 2.4.1)
|
18
19
|
racc
|
20
|
+
prism (1.4.0)
|
19
21
|
racc (1.8.1)
|
20
22
|
rainbow (3.1.1)
|
21
|
-
rake (13.
|
23
|
+
rake (13.3.0)
|
22
24
|
regexp_parser (2.10.0)
|
23
|
-
rspec (3.13.
|
25
|
+
rspec (3.13.1)
|
24
26
|
rspec-core (~> 3.13.0)
|
25
27
|
rspec-expectations (~> 3.13.0)
|
26
28
|
rspec-mocks (~> 3.13.0)
|
27
|
-
rspec-core (3.13.
|
29
|
+
rspec-core (3.13.4)
|
28
30
|
rspec-support (~> 3.13.0)
|
29
|
-
rspec-expectations (3.13.
|
31
|
+
rspec-expectations (3.13.5)
|
30
32
|
diff-lcs (>= 1.2.0, < 2.0)
|
31
33
|
rspec-support (~> 3.13.0)
|
32
|
-
rspec-mocks (3.13.
|
34
|
+
rspec-mocks (3.13.5)
|
33
35
|
diff-lcs (>= 1.2.0, < 2.0)
|
34
36
|
rspec-support (~> 3.13.0)
|
35
|
-
rspec-support (3.13.
|
36
|
-
rubocop (1.
|
37
|
+
rspec-support (3.13.4)
|
38
|
+
rubocop (1.76.1)
|
37
39
|
json (~> 2.3)
|
38
|
-
language_server-protocol (
|
40
|
+
language_server-protocol (~> 3.17.0.2)
|
41
|
+
lint_roller (~> 1.1.0)
|
39
42
|
parallel (~> 1.10)
|
40
43
|
parser (>= 3.3.0.2)
|
41
44
|
rainbow (>= 2.2.2, < 4.0)
|
42
45
|
regexp_parser (>= 2.9.3, < 3.0)
|
43
|
-
rubocop-ast (>= 1.
|
46
|
+
rubocop-ast (>= 1.45.0, < 2.0)
|
44
47
|
ruby-progressbar (~> 1.7)
|
45
48
|
unicode-display_width (>= 2.4.0, < 4.0)
|
46
|
-
rubocop-ast (1.
|
47
|
-
parser (>= 3.3.
|
49
|
+
rubocop-ast (1.45.1)
|
50
|
+
parser (>= 3.3.7.2)
|
51
|
+
prism (~> 1.4)
|
48
52
|
ruby-progressbar (1.13.0)
|
49
53
|
unicode-display_width (3.1.4)
|
50
54
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
data/gemset.nix
CHANGED
@@ -4,60 +4,70 @@
|
|
4
4
|
platforms = [];
|
5
5
|
source = {
|
6
6
|
remotes = ["https://rubygems.org"];
|
7
|
-
sha256 = "
|
7
|
+
sha256 = "00m5ln48qx0af6j93nkrgzf34jiy373xfy9kdf68v77z8y4916x1";
|
8
8
|
type = "gem";
|
9
9
|
};
|
10
|
-
version = "0.0.
|
10
|
+
version = "0.0.12";
|
11
11
|
};
|
12
12
|
ast = {
|
13
13
|
groups = ["default" "development"];
|
14
14
|
platforms = [];
|
15
15
|
source = {
|
16
16
|
remotes = ["https://rubygems.org"];
|
17
|
-
sha256 = "
|
17
|
+
sha256 = "10yknjyn0728gjn6b5syynvrvrwm66bhssbxq8mkhshxghaiailm";
|
18
18
|
type = "gem";
|
19
19
|
};
|
20
|
-
version = "2.4.
|
20
|
+
version = "2.4.3";
|
21
21
|
};
|
22
22
|
diff-lcs = {
|
23
23
|
groups = ["default" "development"];
|
24
24
|
platforms = [];
|
25
25
|
source = {
|
26
26
|
remotes = ["https://rubygems.org"];
|
27
|
-
sha256 = "
|
27
|
+
sha256 = "0qlrj2qyysc9avzlr4zs1py3x684hqm61n4czrsk1pyllz5x5q4s";
|
28
28
|
type = "gem";
|
29
29
|
};
|
30
|
-
version = "1.
|
30
|
+
version = "1.6.2";
|
31
31
|
};
|
32
32
|
json = {
|
33
33
|
groups = ["default" "development"];
|
34
34
|
platforms = [];
|
35
35
|
source = {
|
36
36
|
remotes = ["https://rubygems.org"];
|
37
|
-
sha256 = "
|
37
|
+
sha256 = "1x5b8ipv6g0z44wgc45039k04smsyf95h2m5m67mqq35sa5a955s";
|
38
38
|
type = "gem";
|
39
39
|
};
|
40
|
-
version = "2.
|
40
|
+
version = "2.12.2";
|
41
41
|
};
|
42
42
|
language_server-protocol = {
|
43
43
|
groups = ["default" "development"];
|
44
44
|
platforms = [];
|
45
45
|
source = {
|
46
46
|
remotes = ["https://rubygems.org"];
|
47
|
-
sha256 = "
|
47
|
+
sha256 = "1k0311vah76kg5m6zr7wmkwyk5p2f9d9hyckjpn3xgr83ajkj7px";
|
48
48
|
type = "gem";
|
49
49
|
};
|
50
|
-
version = "3.17.0.
|
50
|
+
version = "3.17.0.5";
|
51
|
+
};
|
52
|
+
lint_roller = {
|
53
|
+
groups = ["default" "development"];
|
54
|
+
platforms = [];
|
55
|
+
source = {
|
56
|
+
remotes = ["https://rubygems.org"];
|
57
|
+
sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c";
|
58
|
+
type = "gem";
|
59
|
+
};
|
60
|
+
version = "1.1.0";
|
51
61
|
};
|
52
62
|
parallel = {
|
53
63
|
groups = ["default" "development"];
|
54
64
|
platforms = [];
|
55
65
|
source = {
|
56
66
|
remotes = ["https://rubygems.org"];
|
57
|
-
sha256 = "
|
67
|
+
sha256 = "0c719bfgcszqvk9z47w2p8j2wkz5y35k48ywwas5yxbbh3hm3haa";
|
58
68
|
type = "gem";
|
59
69
|
};
|
60
|
-
version = "1.
|
70
|
+
version = "1.27.0";
|
61
71
|
};
|
62
72
|
parser = {
|
63
73
|
dependencies = ["ast" "racc"];
|
@@ -65,10 +75,20 @@
|
|
65
75
|
platforms = [];
|
66
76
|
source = {
|
67
77
|
remotes = ["https://rubygems.org"];
|
68
|
-
sha256 = "
|
78
|
+
sha256 = "0i9w8msil4snx5w11ix9b0wf52vjc3r49khy3ddgl1xk890kcxi4";
|
79
|
+
type = "gem";
|
80
|
+
};
|
81
|
+
version = "3.3.8.0";
|
82
|
+
};
|
83
|
+
prism = {
|
84
|
+
groups = ["default" "development"];
|
85
|
+
platforms = [];
|
86
|
+
source = {
|
87
|
+
remotes = ["https://rubygems.org"];
|
88
|
+
sha256 = "0gkhpdjib9zi9i27vd9djrxiwjia03cijmd6q8yj2q1ix403w3nw";
|
69
89
|
type = "gem";
|
70
90
|
};
|
71
|
-
version = "
|
91
|
+
version = "1.4.0";
|
72
92
|
};
|
73
93
|
racc = {
|
74
94
|
groups = ["default" "development"];
|
@@ -95,10 +115,10 @@
|
|
95
115
|
platforms = [];
|
96
116
|
source = {
|
97
117
|
remotes = ["https://rubygems.org"];
|
98
|
-
sha256 = "
|
118
|
+
sha256 = "14s4jdcs1a4saam9qmzbsa2bsh85rj9zfxny5z315x3gg0nhkxcn";
|
99
119
|
type = "gem";
|
100
120
|
};
|
101
|
-
version = "13.
|
121
|
+
version = "13.3.0";
|
102
122
|
};
|
103
123
|
regexp_parser = {
|
104
124
|
groups = ["default" "development"];
|
@@ -116,10 +136,10 @@
|
|
116
136
|
platforms = [];
|
117
137
|
source = {
|
118
138
|
remotes = ["https://rubygems.org"];
|
119
|
-
sha256 = "
|
139
|
+
sha256 = "0h11wynaki22a40rfq3ahcs4r36jdpz9acbb3m5dkf0mm67sbydr";
|
120
140
|
type = "gem";
|
121
141
|
};
|
122
|
-
version = "3.13.
|
142
|
+
version = "3.13.1";
|
123
143
|
};
|
124
144
|
rspec-core = {
|
125
145
|
dependencies = ["rspec-support"];
|
@@ -127,10 +147,10 @@
|
|
127
147
|
platforms = [];
|
128
148
|
source = {
|
129
149
|
remotes = ["https://rubygems.org"];
|
130
|
-
sha256 = "
|
150
|
+
sha256 = "0n1rlagplpcgp41s3r68z01539aivwj0cn3v19hq4p3pgdmibnpr";
|
131
151
|
type = "gem";
|
132
152
|
};
|
133
|
-
version = "3.13.
|
153
|
+
version = "3.13.4";
|
134
154
|
};
|
135
155
|
rspec-expectations = {
|
136
156
|
dependencies = ["diff-lcs" "rspec-support"];
|
@@ -138,10 +158,10 @@
|
|
138
158
|
platforms = [];
|
139
159
|
source = {
|
140
160
|
remotes = ["https://rubygems.org"];
|
141
|
-
sha256 = "
|
161
|
+
sha256 = "0dl8npj0jfpy31bxi6syc7jymyd861q277sfr6jawq2hv6hx791k";
|
142
162
|
type = "gem";
|
143
163
|
};
|
144
|
-
version = "3.13.
|
164
|
+
version = "3.13.5";
|
145
165
|
};
|
146
166
|
rspec-mocks = {
|
147
167
|
dependencies = ["diff-lcs" "rspec-support"];
|
@@ -149,42 +169,42 @@
|
|
149
169
|
platforms = [];
|
150
170
|
source = {
|
151
171
|
remotes = ["https://rubygems.org"];
|
152
|
-
sha256 = "
|
172
|
+
sha256 = "10gajm8iscl7gb8q926hyna83bw3fx2zb4sqdzjrznjs51pqlcz4";
|
153
173
|
type = "gem";
|
154
174
|
};
|
155
|
-
version = "3.13.
|
175
|
+
version = "3.13.5";
|
156
176
|
};
|
157
177
|
rspec-support = {
|
158
178
|
groups = ["default" "development"];
|
159
179
|
platforms = [];
|
160
180
|
source = {
|
161
181
|
remotes = ["https://rubygems.org"];
|
162
|
-
sha256 = "
|
182
|
+
sha256 = "1xx3f4mgr84jz07fifd3r68hm6giqy91hqyzawmi0s59yqa1hjqq";
|
163
183
|
type = "gem";
|
164
184
|
};
|
165
|
-
version = "3.13.
|
185
|
+
version = "3.13.4";
|
166
186
|
};
|
167
187
|
rubocop = {
|
168
|
-
dependencies = ["json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
|
188
|
+
dependencies = ["json" "language_server-protocol" "lint_roller" "parallel" "parser" "rainbow" "regexp_parser" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
|
169
189
|
groups = ["development"];
|
170
190
|
platforms = [];
|
171
191
|
source = {
|
172
192
|
remotes = ["https://rubygems.org"];
|
173
|
-
sha256 = "
|
193
|
+
sha256 = "1rz0wwhxy6rv0kk2m8jp77fbhwgs7m01p2yys9bj3kwl0xsjsnp1";
|
174
194
|
type = "gem";
|
175
195
|
};
|
176
|
-
version = "1.
|
196
|
+
version = "1.76.1";
|
177
197
|
};
|
178
198
|
rubocop-ast = {
|
179
|
-
dependencies = ["parser"];
|
199
|
+
dependencies = ["parser" "prism"];
|
180
200
|
groups = ["default" "development"];
|
181
201
|
platforms = [];
|
182
202
|
source = {
|
183
203
|
remotes = ["https://rubygems.org"];
|
184
|
-
sha256 = "
|
204
|
+
sha256 = "0gis8w51k5dsmzzlppvwwznqyfd73fa3zcrpl1xihzy1mm4jw14l";
|
185
205
|
type = "gem";
|
186
206
|
};
|
187
|
-
version = "1.
|
207
|
+
version = "1.45.1";
|
188
208
|
};
|
189
209
|
ruby-progressbar = {
|
190
210
|
groups = ["default" "development"];
|
@@ -204,7 +224,7 @@
|
|
204
224
|
path = ./.;
|
205
225
|
type = "path";
|
206
226
|
};
|
207
|
-
version = "0.0.
|
227
|
+
version = "0.0.27";
|
208
228
|
};
|
209
229
|
unicode-display_width = {
|
210
230
|
dependencies = ["unicode-emoji"];
|
@@ -1,3 +1,3 @@
|
|
1
|
-
module
|
2
|
-
VERSION = %(0.0.
|
1
|
+
module Meta
|
2
|
+
VERSION = %(0.0.27).freeze
|
3
3
|
end
|
@@ -6,7 +6,7 @@ require_relative %(lib/terraform-synthesizer/version)
|
|
6
6
|
|
7
7
|
Gem::Specification.new do |spec|
|
8
8
|
spec.name = %(terraform-synthesizer)
|
9
|
-
spec.version =
|
9
|
+
spec.version = Meta::VERSION
|
10
10
|
spec.authors = [%(drzthslnt@gmail.com)]
|
11
11
|
spec.email = [%(drzthslnt@gmail.com)]
|
12
12
|
spec.description = %(create terraform resources)
|