lib/ruby_app/version.rb in RubyApp-0.6.60 vs lib/ruby_app/version.rb in RubyApp-0.6.61
- old
+ new
@@ -1,4 +1,13 @@
module RubyApp
- VERSION = "0.6.60"
+ VERSION = "0.6.61"
ROOT = File.expand_path(File.dirname(__FILE__))
+
+ def self.root
+ @@_root ||= '/'
+ end
+
+ def self.root=(value)
+ @@_root = value
+ end
+
end