fulmar-shell 1.8.1 → 1.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/fulmar/shell.rb +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 4403422d00be49e2f53e9ea7425758b0d337cde6b0b65bf8aa35b6ffa63b5598
|
4
|
+
data.tar.gz: ea085b460f4f732bd2dc25b0d7dc87bf75d446b000cd14fefa6f1c6e27ed4a48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0017de97c8df52ffc551a893eab702f9f9a3b8230d0cf9fb545b5069d70e7adf8f57e0bce304e003b374b992c17abe7fb1ed8607dfdf5cccaaabe14851cea76
|
7
|
+
data.tar.gz: 22758d587c0dfbc6782a04ebfc7b168477081d5ea40720969fdb149f58320f1586b565702f028a49609b6e0469b125bd69d46367d60c55030f09b37e27dd1b71
|
data/lib/fulmar/shell.rb
CHANGED
@@ -2,12 +2,14 @@ require 'open3'
|
|
2
2
|
require 'pathname'
|
3
3
|
require 'fulmar/ringbuffer'
|
4
4
|
|
5
|
+
Thread.report_on_exception = false
|
6
|
+
|
5
7
|
# This shell is part of the fulmar deployment tools
|
6
8
|
# it can be used stand-alone, though
|
7
9
|
module Fulmar
|
8
10
|
# Implements simple access to shell commands
|
9
11
|
class Shell
|
10
|
-
VERSION = '1.8.
|
12
|
+
VERSION = '1.8.2'
|
11
13
|
|
12
14
|
attr_accessor :debug, :last_output, :last_error, :quiet, :strict, :interactive
|
13
15
|
attr_reader :path
|
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.8.
|
4
|
+
version: 1.8.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:
|
11
|
+
date: 2018-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
76
|
rubyforge_project:
|
77
|
-
rubygems_version: 2.
|
77
|
+
rubygems_version: 2.7.4
|
78
78
|
signing_key:
|
79
79
|
specification_version: 4
|
80
80
|
summary: Small service to run shell commands on a local or remote shell
|