bard 0.40.0 → 0.40.1

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: 0f900b072c375105e7a47cd8eae8e081a988891d
4
- data.tar.gz: fd63e6b267845a3fb870951d5d1ad993dbe17a2a
3
+ metadata.gz: 9e802486a62e2be35c69458453b170831fde7c0f
4
+ data.tar.gz: b621db932cf0f05dafe519f36f64ba0ca9775324
5
5
  SHA512:
6
- metadata.gz: 6f4efecbeaeeae40129b7aacd1f22df54a551b674115273250426589c590e81203c92c6fd7e5c470275c03a6d65f750ad43a7f04c3db72569cde8dac8445b043
7
- data.tar.gz: dcef78a7ae4558c6e462c66fe10d582345b6bab1c27e9074ecf05aaab72735bf75e48db2d3403d6529a37b9acf2cc0eeda625b07ff40c9c8c85f01167abd62f5
6
+ metadata.gz: 860adaf1c3fbe91facc913f3114fb9e70adcb390d6da518f583bf9e2b74761a689df0da98cd889d1f62927234198c3dbdf912dd9971d98c392b1fe91a43f94d3
7
+ data.tar.gz: 9c1feca48643378490d6811cc9c6314b9291555b54d05d1ff703a581158ec23bac358b29b19da80ef7b1ee642906233d4fc982bf5b9e80c49613711a9ae9bfbc
@@ -97,7 +97,7 @@ Capistrano::Configuration.instance(:must_exist).load do
97
97
  url = ping_option
98
98
  end
99
99
 
100
- command = "curl -sfLI #{url} 2>&1 1>/dev/null"
100
+ command = "curl -sfL #{url} 2>&1 1>/dev/null"
101
101
  unless system command
102
102
  puts "#{role_name.to_s.capitalize} is down!"
103
103
  exit 1
@@ -1,4 +1,4 @@
1
1
  module Bard
2
- VERSION = "0.40.0"
2
+ VERSION = "0.40.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.40.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-07 00:00:00.000000000 Z
11
+ date: 2019-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor