fulmar-shell 1.5.1 → 1.5.2
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: 02faa56b011ad6bd33e19a36970e2cbdf237bfc2
|
4
|
+
data.tar.gz: eb4d109c408c27a0b40ab85c2555be092ac3fca4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4370dc0fea4ea5f87e3b39c6a05f0e739196845f9fcd1a7ccaad81f3c380f9329499fba750839e933a53ec849fd70833d57a62ff984803d5012566a28cb0e57c
|
7
|
+
data.tar.gz: 7e7c0a719ef02c1470d927e57ef33fd4822b0a9a81986feb618c456f86e8953072756c143630cf7fe3f99e653ef7d7d69d70329128ae65d7ff01383b2f79828c
|
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.5.
|
8
|
+
VERSION = '1.5.2'
|
9
9
|
|
10
10
|
attr_accessor :debug, :last_output, :last_error, :quiet, :strict
|
11
11
|
attr_reader :path
|
@@ -59,7 +59,7 @@ module Fulmar
|
|
59
59
|
protected
|
60
60
|
|
61
61
|
def clean_environment
|
62
|
-
"env -i HOME=\"#{ENV['HOME']}\" bash -lc"
|
62
|
+
"env -i HOME=\"#{ENV['HOME']}\" LANG=\"#{ENV['LANG']}\" bash -lc"
|
63
63
|
end
|
64
64
|
|
65
65
|
# Run the command and capture the output
|
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.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerrit Visscher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|