specinfra 1.18.1 → 1.18.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/specinfra/backend/ssh.rb +1 -1
- data/lib/specinfra/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: 03e1777195337f946fbf0c7d5d2e8ec90da0e5a5
|
4
|
+
data.tar.gz: 1eb04f9c52229803258becfded53f4dfa24cc1c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b666193ea051ba3797d65ae9859fe75538566c023c17ac78b43674418aeb2d4844675cca90121ec0d8bcd08cfa223923331428b3610c3c4889813a430528f762
|
7
|
+
data.tar.gz: 2ac6ff722e947572b526d9daa9f3b83feea54548fb7fff093e53ee9bf87a32550cf155415c234070d965adfd0e000ecfac5edefc7de1dd137f0104a94da102ef
|
@@ -78,7 +78,7 @@ module SpecInfra
|
|
78
78
|
|
79
79
|
channel.on_extended_data do |ch, type, data|
|
80
80
|
if data.match /you must have a tty to run sudo/
|
81
|
-
abort 'Please set "SpecInfra.configuration.request_pty = true" or "c.request_pty = true" in your spec_helper.rb or other
|
81
|
+
abort 'Please set "SpecInfra.configuration.request_pty = true" or "c.request_pty = true" in your spec_helper.rb or other appropriate file.'
|
82
82
|
end
|
83
83
|
|
84
84
|
if data.match /^sudo: no tty present and no askpass program specified/
|
data/lib/specinfra/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: specinfra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.18.
|
4
|
+
version: 1.18.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gosuke Miyashita
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|