lib/hobo_rapid.rb in hobo_rapid-2.0.0.pre3 vs lib/hobo_rapid.rb in hobo_rapid-2.0.0.pre4

- old
+ new

@@ -5,10 +5,10 @@ VERSION = File.read(File.expand_path('../../VERSION', __FILE__)).strip @@root = Pathname.new File.expand_path('../..', __FILE__) def self.root; @@root; end - EDIT_LINK_BASE = "https://github.com/tablatom/hobo/edit/master/hobo_rapid" + EDIT_LINK_BASE = "https://github.com/Hobo/hobodoc/edit/master/hobo_rapid" require 'hobo_rapid/railtie' if defined?(Rails) class Engine < ::Rails::Engine end