opsworks_rolling_deploy 0.1.4 → 0.1.5

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: f0289b3cda4d9b209f2014f6eafc44488552b753
4
- data.tar.gz: 3e6733f9a5b7b192b7b1e2b7daee39e4731c891e
3
+ metadata.gz: 3680fd9b29410b92c99d1bf0735012a7a76276b3
4
+ data.tar.gz: e7a4f2db49853a68d5be65bc608d7620877aafd6
5
5
  SHA512:
6
- metadata.gz: 922ca9897b6a6999eb695bfbb59a97034b88df67bd7f87acb62ed9309d8470f74d36531a759ab71ce82b43ef3bb23aa90de933774d76df25b0ddcba3276210ea
7
- data.tar.gz: 46ffb081424f36bd399df2d319c09407271ce21a3469f6bc34cbeee803b0da67db171dce14c59b93a469d5554e7675719ecceede91e92f382d24be24cd0d1d8e
6
+ metadata.gz: 0e3f1e0f7d9579b8fa65937b60943bacdd7b75f26b7da78f8d740afb5089b9df644b90baa261510807a1fb194da920d84ff71e900d8a13955fba0b788968bd80
7
+ data.tar.gz: 0a3168735afa0146fa226d4e45663071e6f7741dee025c1d2070f816ad48150c1240c755c954c4138e084819372008cfbc1f46af28911671a7f04243d0ff910e
@@ -1,6 +1,6 @@
1
1
  require 'clamp'
2
2
  require 'opsworks_rolling_deploy/services/deploy_service'
3
- require 'JSON'
3
+ require 'json'
4
4
  module OpsworksRollingDeploy
5
5
  module Commands
6
6
  class DeployCommand < Clamp::Command
@@ -13,10 +13,10 @@ module OpsworksRollingDeploy
13
13
 
14
14
  option "--command", "COMMAND", "the command to be executed by opsworks", default: 'deploy'
15
15
  option "--command-args", "COMMAND_ARGS", "the args to the command to be executed by opsworks as JSON (e.g. '{\"migrate\":[\"true\"]}'", default: '{}'
16
-
16
+
17
17
  option "--pretend", :flag, "pretend execution"
18
18
  option "--verbose", :flag, "display aws commands"
19
- option "--exclude", "PATTERN" , "wildcard pattern to exclude hosts", multivalued: true
19
+ option "--exclude", "PATTERN" , "wildcard pattern to exclude hosts", multivalued: true
20
20
 
21
21
  def execute
22
22
  OpsworksRollingDeploy.set_verbose(verbose?)
@@ -25,4 +25,4 @@ module OpsworksRollingDeploy
25
25
  end
26
26
  end
27
27
  end
28
- end
28
+ end
@@ -1,3 +1,3 @@
1
1
  module OpsworksRollingDeploy
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsworks_rolling_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Romeu Henrique Capparelli Fonseca