f2y_aws_tool 0.1.5 → 0.1.6

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: edd4c81ffaaa609f00334a00e866f3bc1099a387
4
- data.tar.gz: ecceb349cf9ecaae2ae849ee6868bd8dbd168caa
3
+ metadata.gz: 7c47a2f4fd4f9e3b09622af35e9ec20fdb6ca751
4
+ data.tar.gz: ffcf80ca03f7439d4b7da3b187088a34d3c266f5
5
5
  SHA512:
6
- metadata.gz: 9b0dc522b5aebb2418a2a505912fc7b7f72d66e0f014b54f07a2f63644a4a79e5d5a46f9deea96041e49c66b102df99582e9e2c7afae238cfb728c7a958fa94d
7
- data.tar.gz: 673e9e62f770613d635f05e560da2ff45c60b8fc425095d3813e9f5cb06143c28cb38196ee80a43725c793f5d82688ff4a4355adaacd4799e89bf616f7aed3b9
6
+ metadata.gz: 19558c265184c79a444fe1c05cd42211c93ffb258eddfe7576a5167328f34652de9840bdcf53f656768bb3f360a82cad14c8b8c7629c570991e19d5e0f19b375
7
+ data.tar.gz: 1cba49ed8ad503e7396a8c0b5df17e8a3fe0340db24cac0686c9c7114d22f774dbe327a846a3b92242ce8e0354e65eede02f317bb5fc5ae05ecbe61b735f860f
data/bin/f2y-aws-tool CHANGED
@@ -3,8 +3,6 @@ require "bundler/setup"
3
3
  require_relative '../lib/f2y_aws_tool'
4
4
  require 'thor'
5
5
 
6
- byebug
7
-
8
6
  class F2yAwsToolCli < Thor
9
7
  method_option :stack_id, aliases: "-s", desc: "Opsworks stack Id", required: true, type: :string
10
8
  method_option :app_id, aliases: "-a", desc: "Opsworks app Id", required: true, type: :string
@@ -1,3 +1,3 @@
1
1
  module F2yAwsTool
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: f2y_aws_tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - nakedmoon