fulmar-shell 1.6.5 → 1.6.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fulmar/shell.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7810fba54d3f23b84bd4bc1d15c118988e7291e0
4
- data.tar.gz: 0d2af139e40a4fbbd3c1ac2dae3076c6d6bacf36
3
+ metadata.gz: a0f0cccc56f26c674906a278f07bce245af1605b
4
+ data.tar.gz: 7c191bbd69369bc6b6741534052f9bfe9b9b77de
5
5
  SHA512:
6
- metadata.gz: f8394d66a6f60345b823293df3690d4baa292a894b8cd8e02cc0cde9786295c3c7b3cb988fbef9b4424eb6dc6536ffe18887837081440f926c446b830f476394
7
- data.tar.gz: 4a4978989c7698155c40e4b3e66b66f40e2b7beaeeb5a23fb101270efca515a978d37a1847c24c153817e1f36f7100224bebaab4e53854432bfe743e8f7495a2
6
+ metadata.gz: f6ef35195305c7f00015d605aaf0f46ffd297f4f8ef8bb711f204ccec84b38052c662d33bd5e296dab2b65e03f3ef1196fa1a825a6ce0972bc9989732f6a02e3
7
+ data.tar.gz: 8573de035f4093abb9075ebe9660ef149dc8d02c4a73f60dc4d4d43b4fdf0d5a4ad0e7694a245d627375a8fd0b9b1c11c98261ab9a456c9321550828cd0e9d0e
@@ -5,7 +5,7 @@ require 'open3'
5
5
  module Fulmar
6
6
  # Implements simple access to shell commands
7
7
  class Shell
8
- VERSION = '1.6.5'
8
+ VERSION = '1.6.6'
9
9
 
10
10
  attr_accessor :debug, :last_output, :last_error, :quiet, :strict
11
11
  attr_reader :path
@@ -41,7 +41,7 @@ module Fulmar
41
41
 
42
42
  options[:error_message] ||= 'Last shell command returned an error.'
43
43
 
44
- command.unshift "cd #{path}"
44
+ command.unshift "cd \"#{path}\""
45
45
 
46
46
  # invoke a login shell?
47
47
  shell_command = shell_command(options[:login])
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fulmar-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.5
4
+ version: 1.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerrit Visscher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-04 00:00:00.000000000 Z
11
+ date: 2016-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler