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.
- checksums.yaml +4 -4
- data/lib/fulmar/shell.rb +2 -2
- 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: a0f0cccc56f26c674906a278f07bce245af1605b
|
4
|
+
data.tar.gz: 7c191bbd69369bc6b6741534052f9bfe9b9b77de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6ef35195305c7f00015d605aaf0f46ffd297f4f8ef8bb711f204ccec84b38052c662d33bd5e296dab2b65e03f3ef1196fa1a825a6ce0972bc9989732f6a02e3
|
7
|
+
data.tar.gz: 8573de035f4093abb9075ebe9660ef149dc8d02c4a73f60dc4d4d43b4fdf0d5a4ad0e7694a245d627375a8fd0b9b1c11c98261ab9a456c9321550828cd0e9d0e
|
data/lib/fulmar/shell.rb
CHANGED
@@ -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.
|
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.
|
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-
|
11
|
+
date: 2016-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|