specinfra 2.66.6 → 2.66.7

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: 8b3ab4b42d73fe5ddbe2f8a7b7b15dbf9c4cab08
4
- data.tar.gz: f55c8d33ef771d0d3d37788fae05115090b18ed0
3
+ metadata.gz: 2dd5e5c1d5cd0e496d4b9361bb5c1068ad118c8c
4
+ data.tar.gz: cfeba690482ec6d325945b6d0b9c45c92d7fdeac
5
5
  SHA512:
6
- metadata.gz: 0b7e4c706519eb56e678fbfc3745723884d65a335d9346f7eab94488093b773c35af336d82a27ac87176755784b8203c6ba614440a7f8c41a44f1da0cd56df50
7
- data.tar.gz: d2b036de0e6b96fac03a9ad50d14f76ae2cdf04e91c29f029546884516603d232e8a97e146c02c6fde5b4051cd11b5c85b7915ee53dd27ff1819efaa5f2d31c7
6
+ metadata.gz: 10d4114db7c064bd5363326cad1a2559befbc95809ff1936f5a59c88d6d0f933c3e8682981a9ace752bea1f864a789674103d8698630aef06d92e78a4fae66e7
7
+ data.tar.gz: 9ab48fea0e5de027c4e7f76d7253db174f0ca651977faa2850fa5df43569a47b998b40f95be1da35cbc96a329939cdd24fdad6f111b008e898567eb7f0e29acc
@@ -18,7 +18,7 @@ module Specinfra
18
18
  psh.sub!(":", "")
19
19
  psh = psh.prepend("/cygdrive/")
20
20
  end
21
- result = execute_script %Q{#{psh} -encodedCommand #{encode_script(script)}}
21
+ result = execute_script %Q{#{psh} -NoProfile -encodedCommand #{encode_script(script)}}
22
22
 
23
23
  if @example
24
24
  @example.metadata[:command] = script
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.66.6"
2
+ VERSION = "2.66.7"
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: 2.66.6
4
+ version: 2.66.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-26 00:00:00.000000000 Z
11
+ date: 2017-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-scp