lib/redbooth-ruby.rb in redbooth-ruby-0.1.1 vs lib/redbooth-ruby.rb in redbooth-ruby-0.1.3

- old
+ new

@@ -5,11 +5,11 @@ module RedboothRuby DOMAIN_BASE = nil API_BASE_PATH = 'api' API_VERSION = '3' - ROOT_PATH = File.dirname(__FILE__) + ROOT_PATH = ::File.dirname(__FILE__) autoload :Base, 'redbooth-ruby/base' autoload :Client, 'redbooth-ruby/client' autoload :Session, 'redbooth-ruby/session' autoload :Me, 'redbooth-ruby/me' @@ -121,6 +121,6 @@ @@configuration[:domain_base] ||= nil @@configuration[:api_base_path] ||= 'api' @@configuration[:api_version] ||= '3' @@configuration[:use_ssl] ||= true end -end \ No newline at end of file +end