bin/cfn-decompiler in aws-cfn-decompiler-0.8.2 vs bin/cfn-decompiler in aws-cfn-decompiler-0.9.1
- old
+ new
@@ -2,15 +2,15 @@
require 'rubygems'
path = File.dirname(__FILE__)
if File.exists?("#{path}/../.gitignore")
- %w(aws-cfn-dsl aws-cfn-compiler cloudformation-ruby-dsl).each do |mod|
+ %w(aws-cfn-decompiler aws-cfn-compiler aws-cfn-dsl cloudformation-ruby-dsl dldinternet-mixlib-logging dldinternet-mixlib-cli).each do |mod|
add_path = File.expand_path(File.join(path, "../../#{mod}", "lib"))
$:.unshift(add_path)
end
else
-# Borrowing from "whiches" gem ...
+ # Borrowing from "whiches" gem ...
cmd = File.basename(__FILE__, '.rb')
exes = []
exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
exts.each { |ext|
\ No newline at end of file