rec 1.3.2 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -1
- data/lib/rec/correlator.rb +3 -0
- data/lib/rec/state.rb +1 -0
- metadata +3 -3
data/CHANGELOG
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
-
=== Version 1.3.
|
1
|
+
=== Version 1.3.3
|
2
2
|
- Removed debug statement for State::find
|
3
3
|
- make printing to $stdout explicit to support presetting file descriptors
|
4
|
+
- flush $miss, $stdout, $stderr at the end of each read loop
|
4
5
|
|
5
6
|
=== Version 1.3.1
|
6
7
|
- fixed defect in State#find referring to class method of same name
|
data/lib/rec/correlator.rb
CHANGED
data/lib/rec/state.rb
CHANGED
metadata
CHANGED