lib/random_text.rb in random_text-0.0.6 vs lib/random_text.rb in random_text-0.0.6.1

- old
+ new

@@ -8,10 +8,10 @@ require 'random_text/random_text' require 'random_text/random_strings' module RandomText - VERSION = '0.0.6' + VERSION = '0.0.6.1' def self.add_dictionary(path) const_name = File.basename(path, File.extname(path)).classify self.const_set(const_name, RandomText.new(File.read(path))) end