paraduct 1.0.0.beta5 → 1.0.0.beta6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e5fef286eafebed9c735edbae0c76d512e38039
4
- data.tar.gz: 42f3248d1122ac05edc444afc5539dac775fc0ef
3
+ metadata.gz: 2ba1ed4f5fbdbe3c7eb441c902d19898ae379bd8
4
+ data.tar.gz: 6e32754a0c902d9da9e2f9f221747bde855a2f61
5
5
  SHA512:
6
- metadata.gz: 2512753e14636f20faf4d42286aa421db999e3e62bc2f95d28166417a1b1535eb793b86a3b87e746ae5d31118389867d4fa26c5d00540b36e3298ce8b8312b2f
7
- data.tar.gz: ed9f5e87efeb77fac57ae8e45264a2de1a84d41bc31b584ebb39fb8f5f360fa4a311ce55a4f179d63e91e26d9fff7cce5ec08037fc49f6999fe282bcfd90679c
6
+ metadata.gz: 457ae25a822ca9b9ec1ae823bd7622fb240a408bd96c76ac05b11bac29b1bf81ce6a106d4f6b6b8a98502c900a6fdcfdbca6ffc5313c12965885564239b32ccc
7
+ data.tar.gz: 1b8146e9246f13f894f6d26dcb8150b9811f502c532f8978066e7a85aae4f7b0620955c7f7bab8ec6382441d539247e2949f41f4dbdd032c7ad188e8d2bc16b9
data/CHANGELOG.md CHANGED
@@ -12,6 +12,8 @@
12
12
  * https://github.com/sue445/paraduct/pull/78
13
13
  * Add `after_script`
14
14
  * https://github.com/sue445/paraduct/pull/88
15
+ * Add start command logging
16
+ * https://github.com/sue445/paraduct/pull/89
15
17
 
16
18
  ### some refactorings
17
19
  * https://github.com/sue445/paraduct/pull/79
@@ -61,6 +61,8 @@ module Paraduct
61
61
  full_stdout = ""
62
62
  exit_status = nil
63
63
 
64
+ logger.info "run_command: #{command}"
65
+
64
66
  PTY.spawn(command) do |stdin, stdout, pid|
65
67
  stdout.close_write
66
68
  stdin.sync = true
@@ -1,3 +1,3 @@
1
1
  module Paraduct
2
- VERSION = "1.0.0.beta5"
2
+ VERSION = "1.0.0.beta6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paraduct
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta5
4
+ version: 1.0.0.beta6
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-21 00:00:00.000000000 Z
11
+ date: 2016-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport