lib/hobo_fields.rb in hobo_fields-1.3.0.RC1 vs lib/hobo_fields.rb in hobo_fields-1.3.0.RC2
- old
+ new
@@ -8,9 +8,11 @@
end
module HoboFields
VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip
+ @@root = Pathname.new File.expand_path('../..', __FILE__)
+ def self.root; @@root; end
extend self
PLAIN_TYPES = {
:boolean => Hobo::Boolean,