aws-spec-generator 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws/spec/generator/version.rb +1 -1
- data/lib/aws_spec_generator.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03d234508feb75d8277c417bf7e78d0c26173cbc
|
4
|
+
data.tar.gz: 2a84390b54fe9bb56c2859bf8ae20cbd3b4a5bd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96a677790201ca6144d0186ea82a42d1498a54213b4136b26c7d5496dfde7b27cb7ed786efbcacedf1bb0a8ee3d8fb45c06e022ad2ddb573c2766958e5878d22
|
7
|
+
data.tar.gz: 9077139aa3e2f5fe6df8f96f3a37fe8e78fb1856f9f7a2cb84461b408478c37739b40a6db64df5a082065b6b8df129cfddaf907c16c9a691bde4f207f0be568b
|
data/lib/aws_spec_generator.rb
CHANGED
@@ -96,7 +96,7 @@ class AwsSpecGenerator
|
|
96
96
|
stdout, stderr, status = Open3.capture3(
|
97
97
|
"awspec generate security_group #{vpc} >> #{target_file}"
|
98
98
|
)
|
99
|
-
puts "CALLED SG GEN - (" + stdout + ')'
|
99
|
+
puts "CALLED SG GEN - (" + stdout + ') for VPC (' + vpc + ') Written to file (' + target_file + ')'
|
100
100
|
rescue StandardError
|
101
101
|
raise 'Error: (' + status + ') Failed to generate security_group tests (' + stderr + ')'
|
102
102
|
end
|