aws-cfn-compiler 0.0.6 → 0.0.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8999602a31f8ccb20186f4fb665b811e01a05ac4
4
- data.tar.gz: 838c70a2f8e3cddada80a098f7b5569269f01729
3
+ metadata.gz: b86d7e2cae238d99b6b461e28cf792cd05274f3b
4
+ data.tar.gz: 1dda4b1707ea914e7472bf92d0bd154ae9569ee4
5
5
  SHA512:
6
- metadata.gz: b010f07043a1bc406bcd92126bfa8ce8a0d472efe5eff2b83dc7b729637f90f948fee0fafc973d6fc81ec2528a91cd05cde9dc9e682a7ad3a1eaed00b481cb76
7
- data.tar.gz: 4f900d73c3a5179e8a3e5e0a97ee9965327e555f0c8c3153325a20866885b433da29a59dc52e6be3c962b42d87959c16bc2a6a7dab033919b7128fd7f6980a52
6
+ metadata.gz: 4cb142114ddc48fe366a432424d50f6f52cd55638cef909fea9a0e21d13ceeb366a37b3a0dfb2184c512f04b40367f9599dc63659d6852d3955154dad34be63c
7
+ data.tar.gz: 9661941b5805a7a9b0d443bfe13fd4b7df4a588d7822f7d1fd71d6561710a79650bf947eb199afbba121d6b4bcd6ffd1e413fd954f94572f7948dac6724e320c
data/bin/cfn-compiler CHANGED
@@ -6,7 +6,7 @@ require 'rubygems'
6
6
  # SafeYAML::OPTIONS[:default_mode] = :safe
7
7
 
8
8
  # Borrowing from "whiches" gem ...
9
- cmd = 'json_pp'
9
+ cmd = File.basename(__FILE__, '.rb')
10
10
  exes = []
11
11
  exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
12
12
  ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
@@ -1,7 +1,7 @@
1
1
  module Aws
2
2
  module Cfn
3
3
  module Compiler
4
- VERSION = "0.0.6"
4
+ VERSION = "0.0.7"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-cfn-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - PKinney