pangea 0.0.46 → 0.0.50
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 +30 -26
- data/bin/pangea +1 -1
- data/flake.lock +6 -6
- data/gemset.nix +61 -51
- data/lib/pangea/cli.rb +15 -5
- data/lib/pangea/version.rb +1 -1
- data/pangea.gemspec +1 -0
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6994d39ac30991b4edd14adc3f17ac318b1d52fd8d471e31e62983d264fbb252
|
4
|
+
data.tar.gz: f4b7de738b947596857c2a74fe4b45a6345db2dcd826cc140b3098eda4e3299a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c62a321d9dc051f6a5eba59fb2e06c7f91eed4df820b7a1e5cb61122feaa65781b6f8a0431c5f5d1860d8fce18f78ef0dcb8c939b1d540c153d7bbb9b0e67a2
|
7
|
+
data.tar.gz: 98f6511edae94ddaedee8cad6c4df2ce2b72021cba605c41311dda8c5567d53495c032b3c1b32b7ea05c447f1e183e3943995394b7ab52ee75031a58a61076a8
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pangea (0.0.
|
4
|
+
pangea (0.0.50)
|
5
5
|
abstract-synthesizer
|
6
6
|
aws-sdk-dynamodb
|
7
7
|
aws-sdk-s3
|
@@ -9,6 +9,7 @@ PATH
|
|
9
9
|
bundler
|
10
10
|
rexml
|
11
11
|
terraform-synthesizer
|
12
|
+
thor
|
12
13
|
toml-rb
|
13
14
|
tty-box
|
14
15
|
tty-color
|
@@ -20,22 +21,23 @@ GEM
|
|
20
21
|
remote: https://rubygems.org/
|
21
22
|
specs:
|
22
23
|
abstract-synthesizer (0.0.9)
|
23
|
-
ast (2.4.
|
24
|
-
aws-eventstream (1.3.
|
25
|
-
aws-partitions (1.
|
26
|
-
aws-sdk-core (3.
|
24
|
+
ast (2.4.3)
|
25
|
+
aws-eventstream (1.3.2)
|
26
|
+
aws-partitions (1.1092.0)
|
27
|
+
aws-sdk-core (3.222.2)
|
27
28
|
aws-eventstream (~> 1, >= 1.3.0)
|
28
29
|
aws-partitions (~> 1, >= 1.992.0)
|
29
30
|
aws-sigv4 (~> 1.9)
|
30
31
|
base64
|
31
32
|
jmespath (~> 1, >= 1.6.1)
|
32
|
-
|
33
|
+
logger
|
34
|
+
aws-sdk-dynamodb (1.141.0)
|
33
35
|
aws-sdk-core (~> 3, >= 3.216.0)
|
34
36
|
aws-sigv4 (~> 1.5)
|
35
37
|
aws-sdk-kms (1.99.0)
|
36
38
|
aws-sdk-core (~> 3, >= 3.216.0)
|
37
39
|
aws-sigv4 (~> 1.5)
|
38
|
-
aws-sdk-s3 (1.
|
40
|
+
aws-sdk-s3 (1.183.0)
|
39
41
|
aws-sdk-core (~> 3, >= 3.216.0)
|
40
42
|
aws-sdk-kms (~> 1)
|
41
43
|
aws-sigv4 (~> 1.5)
|
@@ -49,19 +51,19 @@ GEM
|
|
49
51
|
irb (~> 1.10)
|
50
52
|
reline (>= 0.3.8)
|
51
53
|
debug_inspector (1.2.0)
|
52
|
-
diff-lcs (1.6.
|
54
|
+
diff-lcs (1.6.1)
|
53
55
|
io-console (0.8.0)
|
54
|
-
irb (1.15.
|
56
|
+
irb (1.15.2)
|
55
57
|
pp (>= 0.6.0)
|
56
58
|
rdoc (>= 4.0.0)
|
57
59
|
reline (>= 0.4.2)
|
58
60
|
jmespath (1.6.2)
|
59
|
-
json (2.
|
61
|
+
json (2.11.3)
|
60
62
|
language_server-protocol (3.17.0.4)
|
61
63
|
lint_roller (1.1.0)
|
62
|
-
logger (1.
|
63
|
-
parallel (1.
|
64
|
-
parser (3.3.
|
64
|
+
logger (1.7.0)
|
65
|
+
parallel (1.27.0)
|
66
|
+
parser (3.3.8.0)
|
65
67
|
ast (~> 2.4.1)
|
66
68
|
racc
|
67
69
|
pastel (0.8.0)
|
@@ -69,19 +71,19 @@ GEM
|
|
69
71
|
pp (0.6.2)
|
70
72
|
prettyprint
|
71
73
|
prettyprint (0.2.0)
|
72
|
-
prism (1.
|
74
|
+
prism (1.4.0)
|
73
75
|
psych (5.2.3)
|
74
76
|
date
|
75
77
|
stringio
|
76
78
|
racc (1.8.1)
|
77
79
|
rainbow (3.1.1)
|
78
80
|
rake (13.2.1)
|
79
|
-
rbs (3.
|
81
|
+
rbs (3.9.2)
|
80
82
|
logger
|
81
|
-
rdoc (6.
|
83
|
+
rdoc (6.13.1)
|
82
84
|
psych (>= 4.0.0)
|
83
85
|
regexp_parser (2.10.0)
|
84
|
-
reline (0.6.
|
86
|
+
reline (0.6.1)
|
85
87
|
io-console (~> 0.5)
|
86
88
|
rexml (3.4.1)
|
87
89
|
rspec (3.13.0)
|
@@ -97,7 +99,7 @@ GEM
|
|
97
99
|
diff-lcs (>= 1.2.0, < 2.0)
|
98
100
|
rspec-support (~> 3.13.0)
|
99
101
|
rspec-support (3.13.2)
|
100
|
-
rubocop (1.
|
102
|
+
rubocop (1.75.3)
|
101
103
|
json (~> 2.3)
|
102
104
|
language_server-protocol (~> 3.17.0.2)
|
103
105
|
lint_roller (~> 1.1.0)
|
@@ -105,25 +107,26 @@ GEM
|
|
105
107
|
parser (>= 3.3.0.2)
|
106
108
|
rainbow (>= 2.2.2, < 4.0)
|
107
109
|
regexp_parser (>= 2.9.3, < 3.0)
|
108
|
-
rubocop-ast (>= 1.
|
110
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
109
111
|
ruby-progressbar (~> 1.7)
|
110
112
|
unicode-display_width (>= 2.4.0, < 4.0)
|
111
|
-
rubocop-ast (1.
|
112
|
-
parser (>= 3.3.
|
113
|
+
rubocop-ast (1.44.1)
|
114
|
+
parser (>= 3.3.7.2)
|
115
|
+
prism (~> 1.4)
|
113
116
|
rubocop-rake (0.7.1)
|
114
117
|
lint_roller (~> 1.1)
|
115
118
|
rubocop (>= 1.72.1)
|
116
|
-
rubocop-rspec (3.
|
119
|
+
rubocop-rspec (3.6.0)
|
117
120
|
lint_roller (~> 1.1)
|
118
121
|
rubocop (~> 1.72, >= 1.72.1)
|
119
|
-
ruby-lsp (0.23.
|
122
|
+
ruby-lsp (0.23.15)
|
120
123
|
language_server-protocol (~> 3.17.0)
|
121
124
|
prism (>= 1.2, < 2.0)
|
122
125
|
rbs (>= 3, < 4)
|
123
126
|
sorbet-runtime (>= 0.5.10782)
|
124
127
|
ruby-progressbar (1.13.0)
|
125
|
-
sorbet-runtime (0.5.
|
126
|
-
stringio (3.1.
|
128
|
+
sorbet-runtime (0.5.12041)
|
129
|
+
stringio (3.1.7)
|
127
130
|
strings (0.2.1)
|
128
131
|
strings-ansi (~> 0.2)
|
129
132
|
unicode-display_width (>= 1.5, < 3.0)
|
@@ -131,7 +134,8 @@ GEM
|
|
131
134
|
strings-ansi (0.2.0)
|
132
135
|
terraform-synthesizer (0.0.26)
|
133
136
|
abstract-synthesizer
|
134
|
-
|
137
|
+
thor (1.3.2)
|
138
|
+
toml-rb (4.0.0)
|
135
139
|
citrus (~> 3.0, > 3.0)
|
136
140
|
racc (~> 1.7)
|
137
141
|
tty-box (0.7.0)
|
data/bin/pangea
CHANGED
data/flake.lock
CHANGED
@@ -20,11 +20,11 @@
|
|
20
20
|
},
|
21
21
|
"nixpkgs": {
|
22
22
|
"locked": {
|
23
|
-
"lastModified":
|
24
|
-
"narHash": "sha256-
|
23
|
+
"lastModified": 1745705263,
|
24
|
+
"narHash": "sha256-tfIxEz2rpGneRT5PxjMQrlbC/U7EGz1sZ4mg+WMze70=",
|
25
25
|
"owner": "NixOS",
|
26
26
|
"repo": "nixpkgs",
|
27
|
-
"rev": "
|
27
|
+
"rev": "f8d9c217f569cfddb000f65a874cc4b4be5b23b2",
|
28
28
|
"type": "github"
|
29
29
|
},
|
30
30
|
"original": {
|
@@ -59,11 +59,11 @@
|
|
59
59
|
"nixpkgs": "nixpkgs_2"
|
60
60
|
},
|
61
61
|
"locked": {
|
62
|
-
"lastModified":
|
63
|
-
"narHash": "sha256-
|
62
|
+
"lastModified": 1744623277,
|
63
|
+
"narHash": "sha256-0HWA2YD9v71SHyMF11PKnVJcHnrHhRLHDCldlUbzYII=",
|
64
64
|
"owner": "inscapist",
|
65
65
|
"repo": "ruby-nix",
|
66
|
-
"rev": "
|
66
|
+
"rev": "43964ced23803f49e2d307fbbfd4e03ed23760c0",
|
67
67
|
"type": "github"
|
68
68
|
},
|
69
69
|
"original": {
|
data/gemset.nix
CHANGED
@@ -14,41 +14,41 @@
|
|
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
|
aws-eventstream = {
|
23
23
|
groups = ["default"];
|
24
24
|
platforms = [];
|
25
25
|
source = {
|
26
26
|
remotes = ["https://rubygems.org"];
|
27
|
-
sha256 = "
|
27
|
+
sha256 = "1mvjjn8vh1c3nhibmjj9qcwxagj6m9yy961wblfqdmvhr9aklb3y";
|
28
28
|
type = "gem";
|
29
29
|
};
|
30
|
-
version = "1.3.
|
30
|
+
version = "1.3.2";
|
31
31
|
};
|
32
32
|
aws-partitions = {
|
33
33
|
groups = ["default"];
|
34
34
|
platforms = [];
|
35
35
|
source = {
|
36
36
|
remotes = ["https://rubygems.org"];
|
37
|
-
sha256 = "
|
37
|
+
sha256 = "1jrkva2q36ai1q4yva94958swvknxbysmv29hp4q0zs012qyqpm4";
|
38
38
|
type = "gem";
|
39
39
|
};
|
40
|
-
version = "1.
|
40
|
+
version = "1.1092.0";
|
41
41
|
};
|
42
42
|
aws-sdk-core = {
|
43
|
-
dependencies = ["aws-eventstream" "aws-partitions" "aws-sigv4" "base64" "jmespath"];
|
43
|
+
dependencies = ["aws-eventstream" "aws-partitions" "aws-sigv4" "base64" "jmespath" "logger"];
|
44
44
|
groups = ["default"];
|
45
45
|
platforms = [];
|
46
46
|
source = {
|
47
47
|
remotes = ["https://rubygems.org"];
|
48
|
-
sha256 = "
|
48
|
+
sha256 = "1lf8aykj9ybs7mvfk27ccs221z7rhqm3lxqx6zy27lf6jl2hff86";
|
49
49
|
type = "gem";
|
50
50
|
};
|
51
|
-
version = "3.
|
51
|
+
version = "3.222.2";
|
52
52
|
};
|
53
53
|
aws-sdk-dynamodb = {
|
54
54
|
dependencies = ["aws-sdk-core" "aws-sigv4"];
|
@@ -56,10 +56,10 @@
|
|
56
56
|
platforms = [];
|
57
57
|
source = {
|
58
58
|
remotes = ["https://rubygems.org"];
|
59
|
-
sha256 = "
|
59
|
+
sha256 = "1cx5papshrnr22znydq3z527fr1yfaqwg8iscfwrhqvl60xsf6hm";
|
60
60
|
type = "gem";
|
61
61
|
};
|
62
|
-
version = "1.
|
62
|
+
version = "1.141.0";
|
63
63
|
};
|
64
64
|
aws-sdk-kms = {
|
65
65
|
dependencies = ["aws-sdk-core" "aws-sigv4"];
|
@@ -78,10 +78,10 @@
|
|
78
78
|
platforms = [];
|
79
79
|
source = {
|
80
80
|
remotes = ["https://rubygems.org"];
|
81
|
-
sha256 = "
|
81
|
+
sha256 = "0k4zg6i7xrgqv4s66hxj0l5icx44bb1ax52al2s5gz3n1hrv01lc";
|
82
82
|
type = "gem";
|
83
83
|
};
|
84
|
-
version = "1.
|
84
|
+
version = "1.183.0";
|
85
85
|
};
|
86
86
|
aws-sigv4 = {
|
87
87
|
dependencies = ["aws-eventstream"];
|
@@ -160,10 +160,10 @@
|
|
160
160
|
platforms = [];
|
161
161
|
source = {
|
162
162
|
remotes = ["https://rubygems.org"];
|
163
|
-
sha256 = "
|
163
|
+
sha256 = "1m3cv0ynmxq93axp6kiby9wihpsdj42y6s3j8bsf5a1p7qzsi98j";
|
164
164
|
type = "gem";
|
165
165
|
};
|
166
|
-
version = "1.6.
|
166
|
+
version = "1.6.1";
|
167
167
|
};
|
168
168
|
io-console = {
|
169
169
|
groups = ["default" "development"];
|
@@ -181,10 +181,10 @@
|
|
181
181
|
platforms = [];
|
182
182
|
source = {
|
183
183
|
remotes = ["https://rubygems.org"];
|
184
|
-
sha256 = "
|
184
|
+
sha256 = "1fpxa2m83rb7xlzs57daqwnzqjmz6j35xr7zb15s73975sak4br2";
|
185
185
|
type = "gem";
|
186
186
|
};
|
187
|
-
version = "1.15.
|
187
|
+
version = "1.15.2";
|
188
188
|
};
|
189
189
|
jmespath = {
|
190
190
|
groups = ["default" "production"];
|
@@ -201,10 +201,10 @@
|
|
201
201
|
platforms = [];
|
202
202
|
source = {
|
203
203
|
remotes = ["https://rubygems.org"];
|
204
|
-
sha256 = "
|
204
|
+
sha256 = "1hfcz73wszgqprg2pr83qjbyfb0k93frbdvyhgmw0ryyl9cgc44s";
|
205
205
|
type = "gem";
|
206
206
|
};
|
207
|
-
version = "2.
|
207
|
+
version = "2.11.3";
|
208
208
|
};
|
209
209
|
language_server-protocol = {
|
210
210
|
groups = ["default" "development"];
|
@@ -231,30 +231,30 @@
|
|
231
231
|
platforms = [];
|
232
232
|
source = {
|
233
233
|
remotes = ["https://rubygems.org"];
|
234
|
-
sha256 = "
|
234
|
+
sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
|
235
235
|
type = "gem";
|
236
236
|
};
|
237
|
-
version = "1.
|
237
|
+
version = "1.7.0";
|
238
238
|
};
|
239
239
|
pangea = {
|
240
|
-
dependencies = ["abstract-synthesizer" "aws-sdk-dynamodb" "aws-sdk-s3" "bigdecimal" "rexml" "terraform-synthesizer" "toml-rb" "tty-box" "tty-color" "tty-option" "tty-progressbar" "tty-table"];
|
240
|
+
dependencies = ["abstract-synthesizer" "aws-sdk-dynamodb" "aws-sdk-s3" "bigdecimal" "rexml" "terraform-synthesizer" "thor" "toml-rb" "tty-box" "tty-color" "tty-option" "tty-progressbar" "tty-table"];
|
241
241
|
groups = ["default"];
|
242
242
|
platforms = [];
|
243
243
|
source = {
|
244
244
|
path = ./.;
|
245
245
|
type = "path";
|
246
246
|
};
|
247
|
-
version = "0.0.
|
247
|
+
version = "0.0.50";
|
248
248
|
};
|
249
249
|
parallel = {
|
250
250
|
groups = ["default" "development"];
|
251
251
|
platforms = [];
|
252
252
|
source = {
|
253
253
|
remotes = ["https://rubygems.org"];
|
254
|
-
sha256 = "
|
254
|
+
sha256 = "0c719bfgcszqvk9z47w2p8j2wkz5y35k48ywwas5yxbbh3hm3haa";
|
255
255
|
type = "gem";
|
256
256
|
};
|
257
|
-
version = "1.
|
257
|
+
version = "1.27.0";
|
258
258
|
};
|
259
259
|
parser = {
|
260
260
|
dependencies = ["ast" "racc"];
|
@@ -262,10 +262,10 @@
|
|
262
262
|
platforms = [];
|
263
263
|
source = {
|
264
264
|
remotes = ["https://rubygems.org"];
|
265
|
-
sha256 = "
|
265
|
+
sha256 = "0i9w8msil4snx5w11ix9b0wf52vjc3r49khy3ddgl1xk890kcxi4";
|
266
266
|
type = "gem";
|
267
267
|
};
|
268
|
-
version = "3.3.
|
268
|
+
version = "3.3.8.0";
|
269
269
|
};
|
270
270
|
pastel = {
|
271
271
|
dependencies = ["tty-color"];
|
@@ -304,10 +304,10 @@
|
|
304
304
|
platforms = [];
|
305
305
|
source = {
|
306
306
|
remotes = ["https://rubygems.org"];
|
307
|
-
sha256 = "
|
307
|
+
sha256 = "0gkhpdjib9zi9i27vd9djrxiwjia03cijmd6q8yj2q1ix403w3nw";
|
308
308
|
type = "gem";
|
309
309
|
};
|
310
|
-
version = "1.
|
310
|
+
version = "1.4.0";
|
311
311
|
};
|
312
312
|
psych = {
|
313
313
|
dependencies = ["date" "stringio"];
|
@@ -356,10 +356,10 @@
|
|
356
356
|
platforms = [];
|
357
357
|
source = {
|
358
358
|
remotes = ["https://rubygems.org"];
|
359
|
-
sha256 = "
|
359
|
+
sha256 = "1wpslq5nzfaff13kpdzvskx0ag8cspcndgf3gidc2g8zl40msfw7";
|
360
360
|
type = "gem";
|
361
361
|
};
|
362
|
-
version = "3.
|
362
|
+
version = "3.9.2";
|
363
363
|
};
|
364
364
|
rdoc = {
|
365
365
|
dependencies = ["psych"];
|
@@ -367,10 +367,10 @@
|
|
367
367
|
platforms = [];
|
368
368
|
source = {
|
369
369
|
remotes = ["https://rubygems.org"];
|
370
|
-
sha256 = "
|
370
|
+
sha256 = "1xvjskc5xp5x4lgrkxqrn7n4rjzgbbjl9yx3ny74xjckjk4xm832";
|
371
371
|
type = "gem";
|
372
372
|
};
|
373
|
-
version = "6.
|
373
|
+
version = "6.13.1";
|
374
374
|
};
|
375
375
|
regexp_parser = {
|
376
376
|
groups = ["default" "development"];
|
@@ -388,10 +388,10 @@
|
|
388
388
|
platforms = [];
|
389
389
|
source = {
|
390
390
|
remotes = ["https://rubygems.org"];
|
391
|
-
sha256 = "
|
391
|
+
sha256 = "1yvm0svcdk6377ng6l00g39ldkjijbqg4whdg2zcsa8hrgbwkz0s";
|
392
392
|
type = "gem";
|
393
393
|
};
|
394
|
-
version = "0.6.
|
394
|
+
version = "0.6.1";
|
395
395
|
};
|
396
396
|
rexml = {
|
397
397
|
groups = ["default"];
|
@@ -463,21 +463,21 @@
|
|
463
463
|
platforms = [];
|
464
464
|
source = {
|
465
465
|
remotes = ["https://rubygems.org"];
|
466
|
-
sha256 = "
|
466
|
+
sha256 = "1md1hr35p25h79s06ydfyyrs8gmz5rj86rlxyzgiajpyf6ss2q0q";
|
467
467
|
type = "gem";
|
468
468
|
};
|
469
|
-
version = "1.
|
469
|
+
version = "1.75.3";
|
470
470
|
};
|
471
471
|
rubocop-ast = {
|
472
|
-
dependencies = ["parser"];
|
472
|
+
dependencies = ["parser" "prism"];
|
473
473
|
groups = ["default" "development"];
|
474
474
|
platforms = [];
|
475
475
|
source = {
|
476
476
|
remotes = ["https://rubygems.org"];
|
477
|
-
sha256 = "
|
477
|
+
sha256 = "14lf3d9bdr8cv8x3xcn3ijql5x23svk5zy7mdinlzw1f7ch09k73";
|
478
478
|
type = "gem";
|
479
479
|
};
|
480
|
-
version = "1.
|
480
|
+
version = "1.44.1";
|
481
481
|
};
|
482
482
|
rubocop-rake = {
|
483
483
|
dependencies = ["lint_roller" "rubocop"];
|
@@ -496,10 +496,10 @@
|
|
496
496
|
platforms = [];
|
497
497
|
source = {
|
498
498
|
remotes = ["https://rubygems.org"];
|
499
|
-
sha256 = "
|
499
|
+
sha256 = "0ya4815sp8g13w7a86sm0605fx7xyldck77f9pjjfrvpf5c21r60";
|
500
500
|
type = "gem";
|
501
501
|
};
|
502
|
-
version = "3.
|
502
|
+
version = "3.6.0";
|
503
503
|
};
|
504
504
|
ruby-lsp = {
|
505
505
|
dependencies = ["language_server-protocol" "prism" "rbs" "sorbet-runtime"];
|
@@ -507,10 +507,10 @@
|
|
507
507
|
platforms = [];
|
508
508
|
source = {
|
509
509
|
remotes = ["https://rubygems.org"];
|
510
|
-
sha256 = "
|
510
|
+
sha256 = "17z0hi70s201gxw251hgv4r9zmfky2jlmp3pwma7hixsfpkx6gay";
|
511
511
|
type = "gem";
|
512
512
|
};
|
513
|
-
version = "0.23.
|
513
|
+
version = "0.23.15";
|
514
514
|
};
|
515
515
|
ruby-progressbar = {
|
516
516
|
groups = ["default" "development"];
|
@@ -527,20 +527,20 @@
|
|
527
527
|
platforms = [];
|
528
528
|
source = {
|
529
529
|
remotes = ["https://rubygems.org"];
|
530
|
-
sha256 = "
|
530
|
+
sha256 = "0r0bxkaa4qf9cha2b6xjn3gdq1bgpyq8hjczxc5ggbrqjwrb2v3v";
|
531
531
|
type = "gem";
|
532
532
|
};
|
533
|
-
version = "0.5.
|
533
|
+
version = "0.5.12041";
|
534
534
|
};
|
535
535
|
stringio = {
|
536
536
|
groups = ["default" "development"];
|
537
537
|
platforms = [];
|
538
538
|
source = {
|
539
539
|
remotes = ["https://rubygems.org"];
|
540
|
-
sha256 = "
|
540
|
+
sha256 = "1yh78pg6lm28c3k0pfd2ipskii1fsraq46m6zjs5yc9a4k5vfy2v";
|
541
541
|
type = "gem";
|
542
542
|
};
|
543
|
-
version = "3.1.
|
543
|
+
version = "3.1.7";
|
544
544
|
};
|
545
545
|
strings = {
|
546
546
|
dependencies = ["strings-ansi" "unicode-display_width" "unicode_utils"];
|
@@ -574,16 +574,26 @@
|
|
574
574
|
};
|
575
575
|
version = "0.0.26";
|
576
576
|
};
|
577
|
+
thor = {
|
578
|
+
groups = ["default"];
|
579
|
+
platforms = [];
|
580
|
+
source = {
|
581
|
+
remotes = ["https://rubygems.org"];
|
582
|
+
sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
|
583
|
+
type = "gem";
|
584
|
+
};
|
585
|
+
version = "1.3.2";
|
586
|
+
};
|
577
587
|
toml-rb = {
|
578
588
|
dependencies = ["citrus" "racc"];
|
579
|
-
groups = ["
|
589
|
+
groups = ["default"];
|
580
590
|
platforms = [];
|
581
591
|
source = {
|
582
592
|
remotes = ["https://rubygems.org"];
|
583
|
-
sha256 = "
|
593
|
+
sha256 = "1sipxpw79mp71ycbbv621v4g5krnxy24gal7abfnajn92i0pm6dw";
|
584
594
|
type = "gem";
|
585
595
|
};
|
586
|
-
version = "
|
596
|
+
version = "4.0.0";
|
587
597
|
};
|
588
598
|
tty-box = {
|
589
599
|
dependencies = ["pastel" "strings" "tty-cursor"];
|
data/lib/pangea/cli.rb
CHANGED
@@ -9,7 +9,9 @@ require 'thor'
|
|
9
9
|
module TheseUtils
|
10
10
|
class << self
|
11
11
|
def cfg
|
12
|
-
@cfg ||= Pangea::Utils.symbolize(
|
12
|
+
@cfg ||= Pangea::Utils.symbolize(
|
13
|
+
Pangea::Config.config
|
14
|
+
)
|
13
15
|
end
|
14
16
|
|
15
17
|
def state_init
|
@@ -18,11 +20,19 @@ module TheseUtils
|
|
18
20
|
ns_config = cfg[:namespaces][nk]
|
19
21
|
case ns_config[:state][:type].to_sym
|
20
22
|
when :s3
|
21
|
-
bucket_name
|
22
|
-
region
|
23
|
+
bucket_name = ns_config[:state][:config][:bucket]
|
24
|
+
region = ns_config[:state][:config][:region]
|
23
25
|
lock_table_name = ns_config[:state][:config][:lock]
|
24
|
-
|
25
|
-
state.
|
26
|
+
|
27
|
+
state.create_bucket(
|
28
|
+
name: bucket_name,
|
29
|
+
region: region
|
30
|
+
)
|
31
|
+
|
32
|
+
state.create_dynamodb_table_for_lock(
|
33
|
+
name: lock_table_name,
|
34
|
+
region: region
|
35
|
+
)
|
26
36
|
end
|
27
37
|
end
|
28
38
|
end
|
data/lib/pangea/version.rb
CHANGED
data/pangea.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pangea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.50
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- drzthslnt@gmail.com
|
@@ -122,6 +122,20 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: thor
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - ">="
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0'
|
132
|
+
type: :runtime
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - ">="
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0'
|
125
139
|
- !ruby/object:Gem::Dependency
|
126
140
|
name: rexml
|
127
141
|
requirement: !ruby/object:Gem::Requirement
|