rec 1.3.2 → 1.3.3
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.
- 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