masamune 0.18.5 → 0.18.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22e1c9eb4862cc2a74652f543e04efef5540467e
4
- data.tar.gz: 1f8e4cdbf34061ebbe4bb379186b0479cb237d11
3
+ metadata.gz: 0ccbb4687f3e0f907f1b679d494904de9d6e473a
4
+ data.tar.gz: 769aa5dc646399ff25512e4cfcd213f47ec4f3cd
5
5
  SHA512:
6
- metadata.gz: 9e2898f8c2bb0984088592ae9bb6acc292db8357a92bb5401351429349284c2b2f0041e6fff45bff5892a0067f5e70bc60fe445300af201950762290ca88fcd4
7
- data.tar.gz: 75ea31bb20edc4de25757e29bc8c8ef9a5b6d78eb38a3beb83d7b9419a8ee4455958f28e4ccd943874a7da547c16628e0870ac2cd441620e105e1bf1a14a05ff
6
+ metadata.gz: b9bd7f5d4e52e9164faf4880e6ae8770b172e7edda34ddb72b631ddf6ad1f433773437ba5d3c3fb2b8b9b34241a725510e0647e8533ece7213bab94fba0c6c9c
7
+ data.tar.gz: f604d683e7eb70f78b95deae96a8cfcac8b1762e28672759f705bf9ddc0bb55539fd6a7df9b6e459f3098b3517cadd9a8554e6707d2ac98457a2169917ba64d7
@@ -143,6 +143,7 @@ module Masamune::Commands
143
143
 
144
144
  [t_stderr, t_stdout, t_stdin].compact.each(&:join)
145
145
  logger.debug("status: #{t_stdin.value}")
146
+ `stty sane -F /dev/tty` if RUBY_PLATFORM =~ /linux/
146
147
  t_stdin.value
147
148
  end
148
149
  end
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module Masamune
24
- VERSION = '0.18.5'.freeze
24
+ VERSION = '0.18.6'.freeze
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: masamune
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.5
4
+ version: 0.18.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Andrews
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-02 00:00:00.000000000 Z
11
+ date: 2016-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor