Sha256: a210293fdfa154aee8d65ddaa1f7d4bf820702df9fb705bd189ba8e2fae321d7

Contents?: true

Size: 378 Bytes

Versions: 2

Compression:

Stored size: 378 Bytes

Contents

module HoboBootstrapUi

  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/hobo/edit/bootstrap_template/hobo_bootstrap"

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

  class Engine < ::Rails::Engine
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hobo_bootstrap_ui-2.0.0.pre7 lib/hobo_bootstrap_ui.rb
hobo_bootstrap_ui-2.0.0.pre6 lib/hobo_bootstrap_ui.rb