lib/hx.rb in hx-0.3.3 vs lib/hx.rb in hx-0.4.1

- old
+ new

@@ -26,9 +26,11 @@ require 'pathname' require 'yaml' module Hx +VERSION = (Pathname.new(__FILE__).parent.parent + 'VERSION').read.strip + class NoSuchEntryError < RuntimeError end class EditingNotSupportedError < RuntimeError end