terraform-synthesizer 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +6 -53
- data/Gemfile +0 -3
- data/Gemfile.lock +31 -69
- data/flake.lock +49 -16
- data/flake.nix +33 -13
- data/gemset.nix +42 -51
- data/lib/terraform-synthesizer/version.rb +1 -1
- data/terraform-synthesizer.gemspec +5 -5
- metadata +7 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e13d1ed01a8fd26cf3a1c0224b8949abff703af90d523fe053ec8b591a6bc99
|
4
|
+
data.tar.gz: 3526693ce2c94f525a6092b6502511d5f5ae0170b601558ba9aeb53641e244cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1afcc1640c432d76d4ec9a976ec894415164421feb128d3fe8717316f29dd2614182a293a31af2e376fb0100b48933d07168dc5341e55d9492960d943eed56c1
|
7
|
+
data.tar.gz: d4d5e5b14ca036c787c7d704d9455a39f9dac989729ba29ed6b7dcc9048b2c5d91c8c2c9fa109a89aa6d18dec2056e5fbc6e784c9270fbe74698ee953592474f
|
data/.gitignore
CHANGED
@@ -1,56 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
/.config
|
4
|
-
/coverage/
|
5
|
-
/InstalledFiles
|
6
|
-
/pkg/
|
7
|
-
/spec/reports/
|
8
|
-
/spec/examples.txt
|
9
|
-
/test/tmp/
|
10
|
-
/test/version_tmp/
|
11
|
-
/tmp/
|
1
|
+
# direnv
|
2
|
+
.envrc
|
12
3
|
|
13
|
-
#
|
14
|
-
|
4
|
+
# direnv use flake
|
5
|
+
.direnv
|
15
6
|
|
16
|
-
# Ignore Byebug command history file.
|
17
|
-
.byebug_history
|
18
7
|
|
19
|
-
|
20
|
-
|
21
|
-
.repl_history
|
22
|
-
build/
|
23
|
-
*.bridgesupport
|
24
|
-
build-iPhoneOS/
|
25
|
-
build-iPhoneSimulator/
|
26
|
-
|
27
|
-
## Specific to RubyMotion (use of CocoaPods):
|
28
|
-
#
|
29
|
-
# We recommend against adding the Pods directory to your .gitignore. However
|
30
|
-
# you should judge for yourself, the pros and cons are mentioned at:
|
31
|
-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
32
|
-
#
|
33
|
-
# vendor/Pods/
|
34
|
-
|
35
|
-
## Documentation cache and generated files:
|
36
|
-
/.yardoc/
|
37
|
-
/_yardoc/
|
38
|
-
/doc/
|
39
|
-
/rdoc/
|
40
|
-
|
41
|
-
## Environment normalization:
|
42
|
-
/.bundle/
|
43
|
-
/vendor/bundle
|
44
|
-
/lib/bundler/man/
|
45
|
-
|
46
|
-
# for a library or gem, you might want to ignore these files since the code is
|
47
|
-
# intended to run in multiple environments; otherwise, check them in:
|
48
|
-
# Gemfile.lock
|
49
|
-
# .ruby-version
|
50
|
-
# .ruby-gemset
|
51
|
-
|
52
|
-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
53
|
-
.rvmrc
|
54
|
-
|
55
|
-
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
|
56
|
-
# .rubocop-https?--*
|
8
|
+
# artifacts
|
9
|
+
pkg
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -3,94 +3,56 @@ GEM
|
|
3
3
|
specs:
|
4
4
|
abstract-synthesizer (0.0.4)
|
5
5
|
ast (2.4.2)
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
json (2.7.0)
|
12
|
-
keycutter (1.0.2)
|
13
|
-
kramdown (2.4.0)
|
14
|
-
rexml
|
15
|
-
kramdown-parser-gfm (1.1.0)
|
16
|
-
kramdown (~> 2.0)
|
17
|
-
language_server-protocol (3.17.0.3)
|
18
|
-
nokogiri (1.15.5-x86_64-darwin)
|
19
|
-
racc (~> 1.4)
|
20
|
-
nokogiri (1.15.5-x86_64-linux)
|
21
|
-
racc (~> 1.4)
|
22
|
-
parallel (1.23.0)
|
23
|
-
parser (3.2.2.4)
|
6
|
+
diff-lcs (1.5.1)
|
7
|
+
json (2.10.1)
|
8
|
+
language_server-protocol (3.17.0.4)
|
9
|
+
parallel (1.26.3)
|
10
|
+
parser (3.3.7.1)
|
24
11
|
ast (~> 2.4.1)
|
25
12
|
racc
|
26
|
-
racc (1.
|
13
|
+
racc (1.8.1)
|
27
14
|
rainbow (3.1.1)
|
28
|
-
rake (13.1
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
rspec (3.
|
35
|
-
rspec-
|
36
|
-
|
37
|
-
rspec-mocks (~> 3.12.0)
|
38
|
-
rspec-core (3.12.2)
|
39
|
-
rspec-support (~> 3.12.0)
|
40
|
-
rspec-expectations (3.12.3)
|
15
|
+
rake (13.2.1)
|
16
|
+
regexp_parser (2.10.0)
|
17
|
+
rspec (3.13.0)
|
18
|
+
rspec-core (~> 3.13.0)
|
19
|
+
rspec-expectations (~> 3.13.0)
|
20
|
+
rspec-mocks (~> 3.13.0)
|
21
|
+
rspec-core (3.13.3)
|
22
|
+
rspec-support (~> 3.13.0)
|
23
|
+
rspec-expectations (3.13.3)
|
41
24
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.
|
43
|
-
rspec-mocks (3.
|
25
|
+
rspec-support (~> 3.13.0)
|
26
|
+
rspec-mocks (3.13.2)
|
44
27
|
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.
|
46
|
-
rspec-support (3.
|
47
|
-
rubocop (1.
|
28
|
+
rspec-support (~> 3.13.0)
|
29
|
+
rspec-support (3.13.2)
|
30
|
+
rubocop (1.71.2)
|
48
31
|
json (~> 2.3)
|
49
32
|
language_server-protocol (>= 3.17.0)
|
50
33
|
parallel (~> 1.10)
|
51
|
-
parser (>= 3.
|
34
|
+
parser (>= 3.3.0.2)
|
52
35
|
rainbow (>= 2.2.2, < 4.0)
|
53
|
-
regexp_parser (>=
|
54
|
-
|
55
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
36
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
37
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
56
38
|
ruby-progressbar (~> 1.7)
|
57
|
-
unicode-display_width (>= 2.4.0, <
|
58
|
-
rubocop-ast (1.
|
59
|
-
parser (>= 3.
|
39
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
40
|
+
rubocop-ast (1.38.0)
|
41
|
+
parser (>= 3.3.1.0)
|
60
42
|
ruby-progressbar (1.13.0)
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
bundler (~> 2.0)
|
65
|
-
diff-lcs (~> 1.4)
|
66
|
-
e2mmap
|
67
|
-
jaro_winkler (~> 1.5)
|
68
|
-
kramdown (~> 2.3)
|
69
|
-
kramdown-parser-gfm (~> 1.1)
|
70
|
-
parser (~> 3.0)
|
71
|
-
rbs (~> 2.0)
|
72
|
-
reverse_markdown (~> 2.0)
|
73
|
-
rubocop (~> 1.38)
|
74
|
-
thor (~> 1.0)
|
75
|
-
tilt (~> 2.0)
|
76
|
-
yard (~> 0.9, >= 0.9.24)
|
77
|
-
thor (1.3.0)
|
78
|
-
tilt (2.3.0)
|
79
|
-
unicode-display_width (2.5.0)
|
80
|
-
yard (0.9.34)
|
43
|
+
unicode-display_width (3.1.4)
|
44
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
45
|
+
unicode-emoji (4.0.4)
|
81
46
|
|
82
47
|
PLATFORMS
|
83
|
-
|
48
|
+
ruby
|
84
49
|
x86_64-linux
|
85
50
|
|
86
51
|
DEPENDENCIES
|
87
52
|
abstract-synthesizer
|
88
|
-
keycutter
|
89
53
|
rake
|
90
54
|
rspec
|
91
55
|
rubocop
|
92
|
-
solargraph
|
93
|
-
yard
|
94
56
|
|
95
57
|
BUNDLED WITH
|
96
|
-
2.
|
58
|
+
2.5.22
|
data/flake.lock
CHANGED
@@ -1,12 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"nodes": {
|
3
3
|
"flake-utils": {
|
4
|
+
"inputs": {
|
5
|
+
"systems": "systems"
|
6
|
+
},
|
4
7
|
"locked": {
|
5
|
-
"lastModified":
|
6
|
-
"narHash": "sha256-
|
8
|
+
"lastModified": 1731533236,
|
9
|
+
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
7
10
|
"owner": "numtide",
|
8
11
|
"repo": "flake-utils",
|
9
|
-
"rev": "
|
12
|
+
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
10
13
|
"type": "github"
|
11
14
|
},
|
12
15
|
"original": {
|
@@ -17,11 +20,11 @@
|
|
17
20
|
},
|
18
21
|
"nixpkgs": {
|
19
22
|
"locked": {
|
20
|
-
"lastModified":
|
21
|
-
"narHash": "sha256-
|
23
|
+
"lastModified": 1739319052,
|
24
|
+
"narHash": "sha256-L8Tq1dnW96U70vrNpCCGCLHz4rX1GhNRCrRI/iox9wc=",
|
22
25
|
"owner": "NixOS",
|
23
26
|
"repo": "nixpkgs",
|
24
|
-
"rev": "
|
27
|
+
"rev": "83a2581c81ff5b06f7c1a4e7cc736a455dfcf7b4",
|
25
28
|
"type": "github"
|
26
29
|
},
|
27
30
|
"original": {
|
@@ -30,27 +33,57 @@
|
|
30
33
|
"type": "github"
|
31
34
|
}
|
32
35
|
},
|
36
|
+
"nixpkgs_2": {
|
37
|
+
"locked": {
|
38
|
+
"lastModified": 1678875422,
|
39
|
+
"narHash": "sha256-T3o6NcQPwXjxJMn2shz86Chch4ljXgZn746c2caGxd8=",
|
40
|
+
"owner": "NixOS",
|
41
|
+
"repo": "nixpkgs",
|
42
|
+
"rev": "126f49a01de5b7e35a43fd43f891ecf6d3a51459",
|
43
|
+
"type": "github"
|
44
|
+
},
|
45
|
+
"original": {
|
46
|
+
"id": "nixpkgs",
|
47
|
+
"type": "indirect"
|
48
|
+
}
|
49
|
+
},
|
33
50
|
"root": {
|
34
51
|
"inputs": {
|
52
|
+
"flake-utils": "flake-utils",
|
35
53
|
"nixpkgs": "nixpkgs",
|
36
|
-
"ruby-
|
54
|
+
"ruby-nix": "ruby-nix"
|
37
55
|
}
|
38
56
|
},
|
39
|
-
"ruby-
|
57
|
+
"ruby-nix": {
|
40
58
|
"inputs": {
|
41
|
-
"
|
59
|
+
"nixpkgs": "nixpkgs_2"
|
60
|
+
},
|
61
|
+
"locked": {
|
62
|
+
"lastModified": 1725677741,
|
63
|
+
"narHash": "sha256-CySXGzqycagfrWdcTwzM3Zo1MMm9uUtePYER9BvrW8s=",
|
64
|
+
"owner": "inscapist",
|
65
|
+
"repo": "ruby-nix",
|
66
|
+
"rev": "1f3756f8a713171bf891b39c0d3b1fe6d83a4a63",
|
67
|
+
"type": "github"
|
42
68
|
},
|
69
|
+
"original": {
|
70
|
+
"owner": "inscapist",
|
71
|
+
"repo": "ruby-nix",
|
72
|
+
"type": "github"
|
73
|
+
}
|
74
|
+
},
|
75
|
+
"systems": {
|
43
76
|
"locked": {
|
44
|
-
"lastModified":
|
45
|
-
"narHash": "sha256-
|
46
|
-
"owner": "
|
47
|
-
"repo": "
|
48
|
-
"rev": "
|
77
|
+
"lastModified": 1681028828,
|
78
|
+
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
79
|
+
"owner": "nix-systems",
|
80
|
+
"repo": "default",
|
81
|
+
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
49
82
|
"type": "github"
|
50
83
|
},
|
51
84
|
"original": {
|
52
|
-
"owner": "
|
53
|
-
"repo": "
|
85
|
+
"owner": "nix-systems",
|
86
|
+
"repo": "default",
|
54
87
|
"type": "github"
|
55
88
|
}
|
56
89
|
}
|
data/flake.nix
CHANGED
@@ -1,17 +1,37 @@
|
|
1
1
|
{
|
2
|
-
description = "
|
2
|
+
description = "generic ruby dsl resources";
|
3
3
|
|
4
|
-
inputs.nixpkgs.url = github:NixOS/nixpkgs;
|
5
|
-
inputs.ruby-
|
4
|
+
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
|
5
|
+
inputs.ruby-nix.url = "github:inscapist/ruby-nix";
|
6
|
+
inputs.flake-utils.url = "github:numtide/flake-utils";
|
6
7
|
|
7
|
-
outputs = {
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
8
|
+
outputs = {
|
9
|
+
nixpkgs,
|
10
|
+
flake-utils,
|
11
|
+
ruby-nix,
|
12
|
+
...
|
13
|
+
}:
|
14
|
+
flake-utils.lib.eachDefaultSystem (system: let
|
15
|
+
pkgs = import nixpkgs {
|
16
|
+
inherit system;
|
17
|
+
overlays = [ruby-nix.overlays.ruby];
|
18
|
+
};
|
19
|
+
rnix = ruby-nix.lib pkgs;
|
20
|
+
rnix-env = rnix {
|
21
|
+
name = "terraform-synthesizer";
|
22
|
+
gemset = ./gemset.nix;
|
23
|
+
};
|
24
|
+
env = rnix-env.env;
|
25
|
+
ruby = rnix-env.ruby;
|
26
|
+
in {
|
27
|
+
devShells = rec {
|
28
|
+
default = dev;
|
29
|
+
dev = pkgs.mkShell {
|
30
|
+
buildInputs = [
|
31
|
+
env
|
32
|
+
ruby
|
33
|
+
];
|
34
|
+
};
|
35
|
+
};
|
36
|
+
});
|
17
37
|
}
|
data/gemset.nix
CHANGED
@@ -4,10 +4,10 @@
|
|
4
4
|
platforms = [];
|
5
5
|
source = {
|
6
6
|
remotes = ["https://rubygems.org"];
|
7
|
-
sha256 = "
|
7
|
+
sha256 = "0bsjl0qgpidjpk7mj45rg02jmmapz6lfc6j0q8lc34x5sqj1rw76";
|
8
8
|
type = "gem";
|
9
9
|
};
|
10
|
-
version = "0.0.
|
10
|
+
version = "0.0.4";
|
11
11
|
};
|
12
12
|
ast = {
|
13
13
|
groups = ["default" "development"];
|
@@ -24,40 +24,40 @@
|
|
24
24
|
platforms = [];
|
25
25
|
source = {
|
26
26
|
remotes = ["https://rubygems.org"];
|
27
|
-
sha256 = "
|
27
|
+
sha256 = "1znxccz83m4xgpd239nyqxlifdb7m8rlfayk6s259186nkgj6ci7";
|
28
28
|
type = "gem";
|
29
29
|
};
|
30
|
-
version = "1.5.
|
30
|
+
version = "1.5.1";
|
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 = "1p4l5ycdxfsr8b51gnvlvhq6s21vmx9z4x617003zbqv3bcqmj6x";
|
38
38
|
type = "gem";
|
39
39
|
};
|
40
|
-
version = "2.
|
40
|
+
version = "2.10.1";
|
41
41
|
};
|
42
|
-
|
43
|
-
groups = ["development"];
|
42
|
+
language_server-protocol = {
|
43
|
+
groups = ["default" "development"];
|
44
44
|
platforms = [];
|
45
45
|
source = {
|
46
46
|
remotes = ["https://rubygems.org"];
|
47
|
-
sha256 = "
|
47
|
+
sha256 = "0scnz2fvdczdgadvjn0j9d49118aqm3hj66qh8sd2kv6g1j65164";
|
48
48
|
type = "gem";
|
49
49
|
};
|
50
|
-
version = "
|
50
|
+
version = "3.17.0.4";
|
51
51
|
};
|
52
52
|
parallel = {
|
53
53
|
groups = ["default" "development"];
|
54
54
|
platforms = [];
|
55
55
|
source = {
|
56
56
|
remotes = ["https://rubygems.org"];
|
57
|
-
sha256 = "
|
57
|
+
sha256 = "1vy7sjs2pgz4i96v5yk9b7aafbffnvq7nn419fgvw55qlavsnsyq";
|
58
58
|
type = "gem";
|
59
59
|
};
|
60
|
-
version = "1.
|
60
|
+
version = "1.26.3";
|
61
61
|
};
|
62
62
|
parser = {
|
63
63
|
dependencies = ["ast" "racc"];
|
@@ -65,20 +65,20 @@
|
|
65
65
|
platforms = [];
|
66
66
|
source = {
|
67
67
|
remotes = ["https://rubygems.org"];
|
68
|
-
sha256 = "
|
68
|
+
sha256 = "18dcwrcnddvi8gl3hmbsb2cj1l7afxk2lh3jmhj90l95h1hn3gkx";
|
69
69
|
type = "gem";
|
70
70
|
};
|
71
|
-
version = "3.
|
71
|
+
version = "3.3.7.1";
|
72
72
|
};
|
73
73
|
racc = {
|
74
74
|
groups = ["default" "development"];
|
75
75
|
platforms = [];
|
76
76
|
source = {
|
77
77
|
remotes = ["https://rubygems.org"];
|
78
|
-
sha256 = "
|
78
|
+
sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
|
79
79
|
type = "gem";
|
80
80
|
};
|
81
|
-
version = "1.
|
81
|
+
version = "1.8.1";
|
82
82
|
};
|
83
83
|
rainbow = {
|
84
84
|
groups = ["default" "development"];
|
@@ -95,30 +95,20 @@
|
|
95
95
|
platforms = [];
|
96
96
|
source = {
|
97
97
|
remotes = ["https://rubygems.org"];
|
98
|
-
sha256 = "
|
98
|
+
sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
|
99
99
|
type = "gem";
|
100
100
|
};
|
101
|
-
version = "13.
|
101
|
+
version = "13.2.1";
|
102
102
|
};
|
103
103
|
regexp_parser = {
|
104
104
|
groups = ["default" "development"];
|
105
105
|
platforms = [];
|
106
106
|
source = {
|
107
107
|
remotes = ["https://rubygems.org"];
|
108
|
-
sha256 = "
|
109
|
-
type = "gem";
|
110
|
-
};
|
111
|
-
version = "2.8.1";
|
112
|
-
};
|
113
|
-
rexml = {
|
114
|
-
groups = ["default" "development"];
|
115
|
-
platforms = [];
|
116
|
-
source = {
|
117
|
-
remotes = ["https://rubygems.org"];
|
118
|
-
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
|
108
|
+
sha256 = "0qccah61pjvzyyg6mrp27w27dlv6vxlbznzipxjcswl7x3fhsvyb";
|
119
109
|
type = "gem";
|
120
110
|
};
|
121
|
-
version = "
|
111
|
+
version = "2.10.0";
|
122
112
|
};
|
123
113
|
rspec = {
|
124
114
|
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
|
@@ -126,10 +116,10 @@
|
|
126
116
|
platforms = [];
|
127
117
|
source = {
|
128
118
|
remotes = ["https://rubygems.org"];
|
129
|
-
sha256 = "
|
119
|
+
sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l";
|
130
120
|
type = "gem";
|
131
121
|
};
|
132
|
-
version = "3.
|
122
|
+
version = "3.13.0";
|
133
123
|
};
|
134
124
|
rspec-core = {
|
135
125
|
dependencies = ["rspec-support"];
|
@@ -137,10 +127,10 @@
|
|
137
127
|
platforms = [];
|
138
128
|
source = {
|
139
129
|
remotes = ["https://rubygems.org"];
|
140
|
-
sha256 = "
|
130
|
+
sha256 = "1r6zbis0hhbik1ck8kh58qb37d1qwij1x1d2fy4jxkzryh3na4r5";
|
141
131
|
type = "gem";
|
142
132
|
};
|
143
|
-
version = "3.
|
133
|
+
version = "3.13.3";
|
144
134
|
};
|
145
135
|
rspec-expectations = {
|
146
136
|
dependencies = ["diff-lcs" "rspec-support"];
|
@@ -148,10 +138,10 @@
|
|
148
138
|
platforms = [];
|
149
139
|
source = {
|
150
140
|
remotes = ["https://rubygems.org"];
|
151
|
-
sha256 = "
|
141
|
+
sha256 = "0n3cyrhsa75x5wwvskrrqk56jbjgdi2q1zx0irllf0chkgsmlsqf";
|
152
142
|
type = "gem";
|
153
143
|
};
|
154
|
-
version = "3.
|
144
|
+
version = "3.13.3";
|
155
145
|
};
|
156
146
|
rspec-mocks = {
|
157
147
|
dependencies = ["diff-lcs" "rspec-support"];
|
@@ -159,31 +149,31 @@
|
|
159
149
|
platforms = [];
|
160
150
|
source = {
|
161
151
|
remotes = ["https://rubygems.org"];
|
162
|
-
sha256 = "
|
152
|
+
sha256 = "1vxxkb2sf2b36d8ca2nq84kjf85fz4x7wqcvb8r6a5hfxxfk69r3";
|
163
153
|
type = "gem";
|
164
154
|
};
|
165
|
-
version = "3.
|
155
|
+
version = "3.13.2";
|
166
156
|
};
|
167
157
|
rspec-support = {
|
168
158
|
groups = ["default" "development"];
|
169
159
|
platforms = [];
|
170
160
|
source = {
|
171
161
|
remotes = ["https://rubygems.org"];
|
172
|
-
sha256 = "
|
162
|
+
sha256 = "1v6v6xvxcpkrrsrv7v1xgf7sl0d71vcfz1cnrjflpf6r7x3a58yf";
|
173
163
|
type = "gem";
|
174
164
|
};
|
175
|
-
version = "3.
|
165
|
+
version = "3.13.2";
|
176
166
|
};
|
177
167
|
rubocop = {
|
178
|
-
dependencies = ["json" "parallel" "parser" "rainbow" "regexp_parser" "
|
168
|
+
dependencies = ["json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
|
179
169
|
groups = ["development"];
|
180
170
|
platforms = [];
|
181
171
|
source = {
|
182
172
|
remotes = ["https://rubygems.org"];
|
183
|
-
sha256 = "
|
173
|
+
sha256 = "0zzrsdz23jmjc8iwilzhw5cifn4flzmsbwkzxlwa6qf6m80payws";
|
184
174
|
type = "gem";
|
185
175
|
};
|
186
|
-
version = "1.
|
176
|
+
version = "1.71.2";
|
187
177
|
};
|
188
178
|
rubocop-ast = {
|
189
179
|
dependencies = ["parser"];
|
@@ -191,10 +181,10 @@
|
|
191
181
|
platforms = [];
|
192
182
|
source = {
|
193
183
|
remotes = ["https://rubygems.org"];
|
194
|
-
sha256 = "
|
184
|
+
sha256 = "1bi6pgnii77763dzwhafcp8lrmnh4n1bqbdimhc9lfj4zs96gpsg";
|
195
185
|
type = "gem";
|
196
186
|
};
|
197
|
-
version = "1.
|
187
|
+
version = "1.38.0";
|
198
188
|
};
|
199
189
|
ruby-progressbar = {
|
200
190
|
groups = ["default" "development"];
|
@@ -207,23 +197,24 @@
|
|
207
197
|
version = "1.13.0";
|
208
198
|
};
|
209
199
|
unicode-display_width = {
|
200
|
+
dependencies = ["unicode-emoji"];
|
210
201
|
groups = ["default" "development"];
|
211
202
|
platforms = [];
|
212
203
|
source = {
|
213
204
|
remotes = ["https://rubygems.org"];
|
214
|
-
sha256 = "
|
205
|
+
sha256 = "1has87asspm6m9wgqas8ghhhwyf2i1yqrqgrkv47xw7jq3qjmbwc";
|
215
206
|
type = "gem";
|
216
207
|
};
|
217
|
-
version = "
|
208
|
+
version = "3.1.4";
|
218
209
|
};
|
219
|
-
|
220
|
-
groups = ["development"];
|
210
|
+
unicode-emoji = {
|
211
|
+
groups = ["default" "development"];
|
221
212
|
platforms = [];
|
222
213
|
source = {
|
223
214
|
remotes = ["https://rubygems.org"];
|
224
|
-
sha256 = "
|
215
|
+
sha256 = "0ajk6rngypm3chvl6r0vwv36q1931fjqaqhjjya81rakygvlwb1c";
|
225
216
|
type = "gem";
|
226
217
|
};
|
227
|
-
version = "0.
|
218
|
+
version = "4.0.4";
|
228
219
|
};
|
229
220
|
}
|
@@ -15,11 +15,11 @@ Gem::Specification.new do |spec|
|
|
15
15
|
spec.license = %(IPA)
|
16
16
|
spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
|
17
17
|
spec.require_paths = [%(lib)]
|
18
|
-
spec.required_ruby_version = %(
|
18
|
+
spec.required_ruby_version = %(3.6.6)
|
19
19
|
|
20
|
-
|
21
|
-
|
20
|
+
definition = Bundler::Definition.build("Gemfile", "Gemfile.lock", nil)
|
21
|
+
runtime_deps = definition.dependencies.select { |dep| dep.groups.include?(:default) }
|
22
|
+
runtime_deps.each do |dep|
|
23
|
+
spec.add_dependency(dep.name, *dep.requirement.as_list)
|
22
24
|
end
|
23
|
-
|
24
|
-
spec.metadata[%(rubygems_mfa_required)] = %(true)
|
25
25
|
end
|
metadata
CHANGED
@@ -1,29 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: terraform-synthesizer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- drzthslnt@gmail.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
12
|
-
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: abstract-synthesizer
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ">="
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '0'
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - ">="
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '0'
|
11
|
+
date: 1980-01-01 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
27
13
|
description: create terraform resources
|
28
14
|
email:
|
29
15
|
- drzthslnt@gmail.com
|
@@ -50,24 +36,23 @@ files:
|
|
50
36
|
homepage: https://github.com/drzln/terraform-synthesizer
|
51
37
|
licenses:
|
52
38
|
- IPA
|
53
|
-
metadata:
|
54
|
-
rubygems_mfa_required: 'true'
|
39
|
+
metadata: {}
|
55
40
|
post_install_message:
|
56
41
|
rdoc_options: []
|
57
42
|
require_paths:
|
58
43
|
- lib
|
59
44
|
required_ruby_version: !ruby/object:Gem::Requirement
|
60
45
|
requirements:
|
61
|
-
- -
|
46
|
+
- - '='
|
62
47
|
- !ruby/object:Gem::Version
|
63
|
-
version: 3.
|
48
|
+
version: 3.6.6
|
64
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
65
50
|
requirements:
|
66
51
|
- - ">="
|
67
52
|
- !ruby/object:Gem::Version
|
68
53
|
version: '0'
|
69
54
|
requirements: []
|
70
|
-
rubygems_version: 3.3.
|
55
|
+
rubygems_version: 3.3.26
|
71
56
|
signing_key:
|
72
57
|
specification_version: 4
|
73
58
|
summary: create terraform resources
|