Sha256: cb6670c5bfc5b92fcebd7fc7c6b198974c4492fbdc408af3a4b65ef45015f59d

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

require 'hobo_rapid'
require 'hobo_jquery'
require 'hobo_jquery_ui'

module HoboClean

  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_clean"

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

  class Engine < ::Rails::Engine
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hobo_clean-2.0.0.pre5 lib/hobo_clean.rb
hobo_clean-2.0.0.pre4 lib/hobo_clean.rb