readapt 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/readapt/shell.rb +3 -5
- data/lib/readapt/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70b747008c76ef92ca4628babda7d807affaee949d9a08ba945dbb207d6b82d5
|
4
|
+
data.tar.gz: 25efa50517df6cae16e565a9979eb35e133f57078e473c55b0d394260c96c1c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eaf13a0d530de1dc329813c56b7b94272764aba2b82f984dc0efe4ab0e54abd3bcc97b7fc8749d603f25b056ef1258334faecafc3150a0e050f04abc20ba7771
|
7
|
+
data.tar.gz: 144896884b4fa35e62436287e5ce29868d9d93f0cf4c7ab01ca756b87a62f0586a22d7e401f150ad64b8003eaf257953bbd1d805eae17efbc1416fc2ff70eb69
|
data/CHANGELOG.md
CHANGED
data/lib/readapt/shell.rb
CHANGED
@@ -25,11 +25,9 @@ module Readapt
|
|
25
25
|
Backport.stop
|
26
26
|
end
|
27
27
|
debugger = Readapt::Debugger.new(machine)
|
28
|
-
::
|
29
|
-
|
30
|
-
|
31
|
-
end
|
32
|
-
STDERR.puts "Readapt Debugger #{Readapt::VERSION} is listening HOST=#{options[:host]} PORT=#{options[:port]}"
|
28
|
+
Readapt::Adapter.host debugger
|
29
|
+
machine.prepare Backport::Server::Tcpip.new(host: options[:host], port: options[:port], adapter: Readapt::Adapter)
|
30
|
+
STDERR.puts "Readapt Debugger #{Readapt::VERSION} is listening HOST=#{options[:host]} PORT=#{options[:port]} PID=#{Process.pid}"
|
33
31
|
# Redirect STDOUT and STDERR through the adapter protocol
|
34
32
|
# @todo This feature does not always work with STDERR, e.g, when
|
35
33
|
# running RSpec
|
data/lib/readapt/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: readapt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fred Snyder
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: backport
|