cfnlego 0.5.0 → 0.5.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cfnlego +4 -4
  3. data/lib/cfnlego/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6af206964cae561bd8a44d387d0854caaa3d1646
4
- data.tar.gz: 85b0cb26d397ba2015a25ca892d87d349c2e6f55
3
+ metadata.gz: ca468766925395e6f9e03cdefb7506a34dd7e93f
4
+ data.tar.gz: 982ce51647793d4d4b7faf2200dfae53e5898f9a
5
5
  SHA512:
6
- metadata.gz: 9e99fdfdcdbca30b1fe53d51f50f6f36f8b09062bc47c47e0fd9a2b0e2fcc5ebccd6012aa0849eddd4404826eaac48b4fbea10be48f01703273aca0282c48005
7
- data.tar.gz: bfc31a40e5fd3a138cf5b679384a800fa892bd0d2882c4f97b44665730258d22f003c744a8a76c9b07898a7f40b0a7e84c78a5582f284560e5b67d9ca4fee9ed
6
+ metadata.gz: 2cf1747a38336fce8bfc40470fa5e13100b9ea15975e6a27e8b2678e7c1699c3dde3bca9e81ba60a09487d52356ec9012c9e27b82bc34b3c6f776cd4857ebc20
7
+ data.tar.gz: 1c7b7d7c8446c5573d8b7287b9700163cc1423072cddb703a3f13adf0de07e1e35ab9ef9d1f81eb2b19605b2f6ffe8db2acf6c36dd5d135bcadcbcea51534c9f
data/bin/cfnlego CHANGED
@@ -6,7 +6,7 @@ require 'ruby-beautify'
6
6
  include RubyBeautify
7
7
  options = {resources: [], indent_token: " ", indent_count: 2}
8
8
  OptionParser.new do |opts|
9
- opts.banner = "Usage: cfnlego --reousrce resource [options]"
9
+ opts.banner = "Usage: cfnlego --resource resource [options]"
10
10
 
11
11
  opts.on("-r", "--resource RESOURCE_TYPE,RESOURCE_LOGICAL_NAME", "Add resource type and logical name") do |r|
12
12
  options[:resources] << r
@@ -35,9 +35,9 @@ OptionParser.new do |opts|
35
35
  puts <<-EXAMPLE
36
36
  Example:
37
37
  cfnlego \\
38
- --reousrce AWS::AutoScaling::AutoScalingGroup,ASG \\
39
- --reousrce AWS::IAM::Role,Role \\
40
- --reousrce AWS::IAM::InstanceProfile,InstanceProfile \\
38
+ --resource AWS::AutoScaling::AutoScalingGroup,ASG \\
39
+ --resource AWS::IAM::Role,Role \\
40
+ --resource AWS::IAM::InstanceProfile,InstanceProfile \\
41
41
  EXAMPLE
42
42
 
43
43
  exit
@@ -1,3 +1,3 @@
1
1
  module Cfnlego
2
- VERSION='0.5.0'
2
+ VERSION='0.5.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfnlego
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Yung
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-21 00:00:00.000000000 Z
11
+ date: 2016-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-beautify