ops_deploy 0.1.6.1 → 0.1.6.2

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: b9e5870d3c3aeb5b01f87a22fe89785712961b8e
4
- data.tar.gz: b15265f789b33d983bdf903138975cc43ff6ac69
3
+ metadata.gz: 0050dd628522155b9230933482337da4df68efbb
4
+ data.tar.gz: 6a64041b2f689427ffc250c05895127c51ec1866
5
5
  SHA512:
6
- metadata.gz: 33fc3e1de65d22f4c2effd84005923c3b032197b2cd701ecabdc032b84e55980040cdb62aea8b60aad74b4443ee8f2831e2f3ac0a1ca346b3478d2bdd1c290ca
7
- data.tar.gz: 59f358f786dcb92d434c7c0cc9bd79737839d9f4641c74aeb633d1c97801435709b7344f30b3f74c6d86810b0adec924db930a345ba5b947936f4b504669be66
6
+ metadata.gz: a398fb8a81e474e71481fdb1623067b9929c48d90aba74a5753779f669932174a33ce226250f48999563d4395cbd5bb0d841d2910fabc6a19f5c6a064dcbf7ba
7
+ data.tar.gz: 6b085f1d7be9642139f9ade8be97e27ac74e2aceb9ec3bb9d831e40e0d154dbe623f4b5f9551b1fbce9d94548461c158ff03c75ed3d2305a81514247fc02d82a
@@ -1,3 +1,3 @@
1
1
  class OpsDeploy
2
- VERSION = '0.1.6.1'
2
+ VERSION = '0.1.6.2'
3
3
  end
@@ -26,7 +26,7 @@ class OpsDeploy::Waiter < Thread
26
26
  end
27
27
 
28
28
  # A waiter for deployments
29
- class DeploymentWaiter < OpsDeploy::Waiter
29
+ class OpsDeploy::DeploymentWaiter < OpsDeploy::Waiter
30
30
  def initialize(opsworks, deployment, callback = nil)
31
31
  super() do
32
32
  find_deployment(opsworks, deployment.deployment_id)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6.1
4
+ version: 0.1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mahdi Bchetnia