lib/fastreader.rb in fastreader-1.0.3 vs lib/fastreader.rb in fastreader-1.0.4

- old
+ new

@@ -31,10 +31,10 @@ require 'fileutils' include FileUtils include ActionView::Helpers::DateHelper class Fastreader - VERSION = '1.0.3' + VERSION = '1.0.4' attr_accessor :database_path def setup_database(database_path) unless File.exist?(database_path)