Sha256: 8903f0976c47121d2e9d80293a14d5bf3567c00bdc3f4d2911ab0669d3eaaad0
Contents?: true
Size: 543 Bytes
Versions: 14
Compression:
Stored size: 543 Bytes
Contents
ActiveSupport::Dependencies.autoload_paths |= [File.dirname(__FILE__)] ActiveSupport::Dependencies.autoload_once_paths |= [File.dirname(__FILE__)] module HoboRapid 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/Hobo/hobodoc/edit/master/hobo_rapid" require 'hobo_rapid/previous_uri_filter' require 'hobo_rapid/railtie' if defined?(Rails) class Engine < ::Rails::Engine end end
Version data entries
14 entries across 14 versions & 1 rubygems