lib/bychar.rb in bychar-1.1.0 vs lib/bychar.rb in bychar-1.2.1

- old
+ new

@@ -1,9 +1,9 @@ # -*- encoding : utf-8 -*- -require 'stringio' +require 'strscan' module Bychar - VERSION = '1.1.0' + VERSION = '1.2.1' # Default buffer size is 512k DEFAULT_BUFFER_SIZE = 512 * 1024 # Gets raised when you have exhausted the underlying IO \ No newline at end of file