autostacker24 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/autostacker24 +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c854bfc3f7bc00704f86c14a3d2fc742da028083
4
- data.tar.gz: 1c1f01cb79ef33a2b822ce28b2a51a52fea8667b
3
+ metadata.gz: f21045e10135c21d773903116bafdc38108ea16a
4
+ data.tar.gz: 7ec0c6a842e4287ac73dee9d406b713c848ab131
5
5
  SHA512:
6
- metadata.gz: be4caf16f2fe3a6f84bb94669aea7170fe1c9962751e22a0386ee7873db989f1f8be6c9d6dadf5a111ce57f1093f70ee13f532f9c9437c0317dae6c2f3420cb3
7
- data.tar.gz: 78036ff04e15108b194214087c77210da73cb1b5f9ea33b5c7354ded08cd3f98711cf55d5ae2ce666cdeff82c0fafd6be1d6d2eefac34b947a531c72f21e53fb
6
+ metadata.gz: 41280f3dad32b9374076f160e8bad5438d426180ccacff58aebc0cb40d69b5ffddac3627518bd4970ed587ac652606726dc1ebb4bb2676979a99d6dcaaf7c8bd
7
+ data.tar.gz: 7beedce71dcd9d5765325712481f0bd6962ad4c96bd0341a09138ffaac827c0b20950a1f051b77ac83cdf73c7fe291a262c86fd97494df06d10992af6e504d03
data/bin/autostacker24 CHANGED
@@ -73,7 +73,7 @@ case args.command
73
73
  when /convert/
74
74
  check_template(args)
75
75
  template = File.read(args.template)
76
- if template =~ /\A(\s*\{)|(\s*\/{2})/
76
+ if template =~ /\A((\s*\{)|(\s*\/{2}))/
77
77
  puts JSON.parse(template).to_yaml.sub('---', '# AutoStacker24 CloudFormation YAML Template')
78
78
  else
79
79
  puts '// AutoStacker24 CloudFormation JSON Template '
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autostacker24
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Mueller
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-25 00:00:00.000000000 Z
12
+ date: 2016-05-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk-core