opsworks_ship 0.3.0 → 1.0.0

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: 914a747a9f3ac67927cd040f37e2d9545fde224f
4
- data.tar.gz: 0e192b6f1fa6539a5b6906b9983d685e9fc5dd5f
3
+ metadata.gz: f9bcd14cffd3dc0652ac27fa0c3ec6563bd7a97a
4
+ data.tar.gz: dd61f44e8fd3bc75a663d544cbc161e983bf017a
5
5
  SHA512:
6
- metadata.gz: b5f10533938506221ed76d88c4580fcfa93fedf1031edd4ca3ef14017fb0193f69e68cb4d8abfc74f4f35e79cf94199c2246f5ab5a5b090ac330d6fddc590a9d
7
- data.tar.gz: eeb09ca81258e9403baec6868194f5eca9b39be41e9ae89c2b05a3954dd79517a7a0d9f4ac6be783b0a8931bf820f6b14167452615fd038fb5acb01608bf4c66
6
+ metadata.gz: 7279da3eacc44e7dc8793bdb3976a4e7033c771e7a636766725a6f4547cac88e055a5ab0a3c4a17a147b532b1e921b887afea52044c4f57b6a6e560cb907dcfb
7
+ data.tar.gz: '0977882c1b64e4e9b4751ef945e67147ea3ede1c46e0bdeb6c8bfdcc55d00425eabbbc0a691c0f5c4cd672a22a1bba87a2d05202bc0eb3b08be64022dee7925e'
@@ -139,7 +139,7 @@ module OpsworksShip
139
139
  room_id = (@hipchat_room_id || ENV['HIPCHAT_ROOM_ID']).to_i
140
140
  auth_token = @hipchat_auth_token || ENV['HIPCHAT_AUTH_TOKEN']
141
141
 
142
- return unless room_id > 0 && auth_token.present?
142
+ return unless room_id > 0 && auth_token
143
143
 
144
144
  post_data = {
145
145
  :name => "Deployments",
@@ -1,3 +1,3 @@
1
1
  module OpsworksShip
2
- VERSION = "0.3.0"
2
+ VERSION = "1.0.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.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Ringling