cloudformation-tool 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76594dd22665ad87aa9cd9e2e6541b85d6a21b7a
4
- data.tar.gz: 6089b920121308b4a738290e9c87f0c412676799
3
+ metadata.gz: 52b9a55942c8ef97e28d00e28e635d2d7a646292
4
+ data.tar.gz: 1b7bfc3d3db73cfda536cfec4e595d67dab21bbd
5
5
  SHA512:
6
- metadata.gz: e205fb54c469ae9cff48099a609f8392954a554067b5d1f62b9eb3889c3d9032146fb9d00e554e860f6048d398b35362bd94190a84df105a12c2b219bcb14754
7
- data.tar.gz: e63f990eb5d34f4a60678acd36b3ec1c774781119aa8f3481cbf362b43a0dea32ca17931937932728504fc79af9c01e4db553f7fbc32a3326b49177cd2477601
6
+ metadata.gz: f2f44a0c8577dc7a91d4b65f29ce4c13d74efdfb8aa89fd9c576f5ac5a2cb32e057bf741f5d41fac0a8ab8e57d36a194254b3e11ec7524a4661685dfcd6fc5b5
7
+ data.tar.gz: 6e5c7da94f267b05b0e248b1dd13944069fed53505d176041398bfea5f7b7902a794cd4c8b9022b954fd1b3064aa278daf7a0aef413d534778f8dd27301e2b92
@@ -6,7 +6,10 @@ module CloudFormationTool
6
6
  module CLI
7
7
  class Main < Clamp::Command
8
8
 
9
- cftool = Class.new.include(CloudFormationTool).new
9
+ class CFToolHelper
10
+ include CloudFormationTool
11
+ end
12
+ cftool = CFToolHelper.new
10
13
 
11
14
  banner "Compile and deploy CloudFormation templates"
12
15
 
@@ -1,3 +1,3 @@
1
1
  module CloudFormationTool
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudformation-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oded Arbel