BibOpsworks 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bib/opsworks/qafoo.rb +7 -4
- data/lib/bib/opsworks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67ce7b6eaaec34eeca5b2a86a27cfe24073b4b9c
|
4
|
+
data.tar.gz: b839a2cc33b3c5b5e76c5e242302862c63191583
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c84f9caea7fa1ae81e746fca17c6ca59925cd755385210d8c808099c185bd359aa8a9b4a29ab20ce7947dc9642d8ec3f41b30ba490ce078ec6065147c224081
|
7
|
+
data.tar.gz: ce090893d72c1dcf49ae249f9d04855cb6f570f8d55e6dd5af55f3835753a120e1eae5defd43f45715de763525d5ca64285b3222591fc8cd01f40f0276ae3ef3
|
data/lib/bib/opsworks/qafoo.rb
CHANGED
@@ -15,10 +15,13 @@ module Bib
|
|
15
15
|
request.body = qafoo_params.to_json
|
16
16
|
|
17
17
|
log.debug('qafoo sending data: ' + qafoo_params.to_json)
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
18
|
+
begin
|
19
|
+
http = Net::HTTP.new(url.host, url.port)
|
20
|
+
http.use_ssl = true
|
21
|
+
resp = http.request(request)
|
22
|
+
rescue SocketError => se
|
23
|
+
log.info('Unable to publish deployment with tideways: ' + se)
|
24
|
+
end
|
22
25
|
log.debug('qafoo Response: ' + resp.code + ' ' + resp.message)
|
23
26
|
resp.is_a? Net::HTTPSuccess
|
24
27
|
end
|
data/lib/bib/opsworks/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- fh
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-
|
13
|
+
date: 2015-07-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: json
|