lib/locabulary.rb in locabulary-0.1.3 vs lib/locabulary.rb in locabulary-0.1.4
- old
+ new
@@ -1,10 +1,10 @@
require 'date'
require 'json'
# @since 0.1.0
module Locabulary
- VERSION='0.1.3'.freeze
+ VERSION='0.1.4'.freeze
DATA_DIRECTORY = File.expand_path("../../data/", __FILE__).freeze
class RuntimeError < ::RuntimeError
end