opsworks_ship 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66c032eab09bb2b04296a28d235b90531d9c47c4
4
- data.tar.gz: 130a6889b02ac9cc624be1a62181bfc1a0e0bb60
3
+ metadata.gz: 21e4551f0231e2ed07053049cae0d2a18998ef0c
4
+ data.tar.gz: 51860a01e8527518591ef16b47bdd1314100b5fc
5
5
  SHA512:
6
- metadata.gz: 74595c2ed4606193c189137d1b6d75abdafdc6484146610f0489d68408de279bddce73498f198e55edbfaa491ae5388d10196025da10aaf60c11e05f7f1a4e75
7
- data.tar.gz: 7808aaac37125a07b8cfa021b17a559d9c9f9ae26a5a524608c0b0093f21bd5315d9414ac4d9a251985260b31fc4fbee4e40d56ca033624478a1a9f4bbe663a3
6
+ metadata.gz: 383c875f718aa7ec2d3062a866a42197e96c8d9ec91f484411fd604e59f35e0eb53e8f0433f0e2b7e333c2d974dcd10a917a6208f918800c5073ab366c460852
7
+ data.tar.gz: df42e9c7507c77a8006ec1c84e54a3c83280ef0c7be68bf63ca926c9dee69286054f93455026fbcf7174e6396dfcba046ce2420480f5a5919058239299348133
data/.DS_Store ADDED
Binary file
@@ -15,7 +15,7 @@ module OpsworksShip
15
15
 
16
16
  @hipchat_auth_token = hipchat_auth_token
17
17
  @hipchat_room_id = hipchat_room_id
18
- raise "Must supply both or neither hipchat params" if [@hipchat_auth_token, @hicphat_room_id].compact.size == 1
18
+ raise "Must supply both or neither hipchat params" if [@hipchat_auth_token, @hipchat_room_id].compact.size == 1
19
19
  end
20
20
 
21
21
  def syntax
@@ -1,3 +1,3 @@
1
1
  module OpsworksShip
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsworks_ship
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Ringling
@@ -59,6 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - ".DS_Store"
62
63
  - ".gitignore"
63
64
  - Gemfile
64
65
  - LICENSE.txt