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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb4d3b1261292642188e64c3f68b03e8edf053da
4
- data.tar.gz: 9bd2f7e7fc77019b78bfc19786e9473843da2626
3
+ metadata.gz: 03e1777195337f946fbf0c7d5d2e8ec90da0e5a5
4
+ data.tar.gz: 1eb04f9c52229803258becfded53f4dfa24cc1c5
5
5
  SHA512:
6
- metadata.gz: dc95fdb9f191f20f8498e728f995a026a5ef1177188a169433cd5d4218822ca3d89a17c21977c25f5b2c5542f69d105305bcce88f477d6990973ae05dcbfcaca
7
- data.tar.gz: ed5cb253cb64aaa5abb90c454d6cc4e716b350f21acfb32ded800f63787739765262f7ce704f833f1ac3499d7199dac220022fb124c634bd77cd56893709f6cd
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 appropreate file.'
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/
@@ -1,3 +1,3 @@
1
1
  module SpecInfra
2
- VERSION = "1.18.1"
2
+ VERSION = "1.18.2"
3
3
  end
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.1
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-18 00:00:00.000000000 Z
11
+ date: 2014-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler