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.
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: 88ce8ef3e2a814df451c45651e4a0a49b6692e8a
4
- data.tar.gz: b6edafdcd35b1c425df302ada29080e617b1ebc9
3
+ metadata.gz: 02faa56b011ad6bd33e19a36970e2cbdf237bfc2
4
+ data.tar.gz: eb4d109c408c27a0b40ab85c2555be092ac3fca4
5
5
  SHA512:
6
- metadata.gz: f23e524956f89d7183847ea181708792206a3e3eeec2dd802ea4f17e1626e397ef246276eed0be581873fcf04104222fb1d0c0ee98f13bb462439e6e138254c4
7
- data.tar.gz: 1d13cb867c913cc1cdfee160dbaaea532b9df8cdad730596c696c69324cf789a22bd1b0214bfa77a7fd6356681d034d3e56761c4bc4a070a92db28671f85b46a
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.1'
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.1
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-03-30 00:00:00.000000000 Z
11
+ date: 2015-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler