lib/log_slice.rb in log_slice-0.3 vs lib/log_slice.rb in log_slice-0.4
- old
+ new
@@ -1,5 +1,6 @@
require File.expand_path("log_slice/search_boundary", File.dirname(__FILE__))
+require File.expand_path("log_slice/date_range", File.dirname(__FILE__))
class LogSlice
NEWLINE = "\n"
NEWLINE_CHAR = "\n"[0]
\ No newline at end of file