ops_deploy 0.1.1 → 0.1.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: 33bda82174af489d4f29463355aec63aaf297400
4
- data.tar.gz: dd7a91aeb18ab816df30a02fb98530413629387b
3
+ metadata.gz: 8dcf7471f81b11a15958516c94a0dc9b25aa6f31
4
+ data.tar.gz: f6394db54e5a5973b9aaf12b1410a018929db98b
5
5
  SHA512:
6
- metadata.gz: f51eb3f564112b4857dbecc2de312614f9dc709ac591731b1763caa40c5dc61c77ef78d81a62895ecf3b9b2a11f0fc1814aba679effc10c6e19539046f933dd5
7
- data.tar.gz: 33f49a4411468e059ce0e395f5450647fba5e1cea74e1a0a53ac1d29a1f802180f7993faff9edb50bace5cae8d6f91e44823bbaa6c2f28d9134521ef086b4f6a
6
+ metadata.gz: ba60c0fe0738ac1312b4580803960b741f2a159dc9866c23da7b56c6b87b4c1f62c7266f07ecb17f1da2c36d6cc3e66f83c7e24f27c51b21ce5fe72ded0e7b2a
7
+ data.tar.gz: 7ebc7126e4fce2eebab3d3f4749902c675f0fe7879d2a462a2de80c8557354d186695a6a67d88ddf18bf917173e52382f73bb9c6b1ae5e4b13a3811e1009d098
@@ -132,7 +132,6 @@ class OpsDeploy
132
132
  begin
133
133
  if application_id_name_or_object.match(/^[0-9a-f\-]+$/)
134
134
  found_app = @opsworks.describe_apps({
135
- stack_id: stack.stack_id,
136
135
  app_ids: [application_id_name_or_object]
137
136
  }).apps.first
138
137
  end
@@ -1,3 +1,3 @@
1
1
  module OpsDeploy
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: ops_deploy
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
  - Mahdi Bchetnia