Sha256: 5efe2855db4bf2775db618df22d510dc4c3f29f523599d350e8363679d2f8316

Contents?: true

Size: 501 Bytes

Versions: 5

Compression:

Stored size: 501 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/tablatom/hobo/edit/master/hobo_rapid"

  require 'hobo_rapid/railtie' if defined?(Rails)

  class Engine < ::Rails::Engine
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hobo_rapid-2.0.0.pre3 lib/hobo_rapid.rb
hobo_rapid-2.0.0.pre2 lib/hobo_rapid.rb
hobo_rapid-2.0.0.pre1 lib/hobo_rapid.rb
hobo_rapid-1.4.0.pre8 lib/hobo_rapid.rb
hobo_rapid-1.4.0.pre7 lib/hobo_rapid.rb