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