BibOpsworks 0.1.5 → 0.1.6

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: 67ce7b6eaaec34eeca5b2a86a27cfe24073b4b9c
4
- data.tar.gz: b839a2cc33b3c5b5e76c5e242302862c63191583
3
+ metadata.gz: 52b02b25aa0753e09d4ee76012d390076b3f49db
4
+ data.tar.gz: 5c40462c6cc8b52041400375d5e44bb51998b35d
5
5
  SHA512:
6
- metadata.gz: 9c84f9caea7fa1ae81e746fca17c6ca59925cd755385210d8c808099c185bd359aa8a9b4a29ab20ce7947dc9642d8ec3f41b30ba490ce078ec6065147c224081
7
- data.tar.gz: ce090893d72c1dcf49ae249f9d04855cb6f570f8d55e6dd5af55f3835753a120e1eae5defd43f45715de763525d5ca64285b3222591fc8cd01f40f0276ae3ef3
6
+ metadata.gz: c2d0f34bec0c5a88ce877c977e4c210c1d5174def5eac61d72832cc7b2ff478db0a373a44c9664e39642439baabde5bc1c01deaadc89fbaa43d0b539297e3e57
7
+ data.tar.gz: 60a23ef1c6097b15e39396370704fca8900ccfdecb21b6d8f5d848e2f8da2b9c05cbb41bc4e49f0d8e6557d9828c51d3074c3ee27b96b429cad7412618e7a481
@@ -20,7 +20,7 @@ module Bib
20
20
  http.use_ssl = true
21
21
  resp = http.request(request)
22
22
  rescue SocketError => se
23
- log.info('Unable to publish deployment with tideways: ' + se)
23
+ log.info('Unable to publish deployment with tideways: ' + se.message)
24
24
  end
25
25
  log.debug('qafoo Response: ' + resp.code + ' ' + resp.message)
26
26
  resp.is_a? Net::HTTPSuccess
@@ -1,5 +1,5 @@
1
1
  module Bib
2
2
  module Opsworks
3
- VERSION = '0.1.5'
3
+ VERSION = '0.1.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: BibOpsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - fh