Sha256: 4af829d20561f6feba792bb8e3200d23379165f6feda98572f755331d1f8e0b2
Contents?: true
Size: 396 Bytes
Versions: 10
Compression:
Stored size: 396 Bytes
Contents
require 'hobo_rapid' require 'hobo_jquery' 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
10 entries across 10 versions & 1 rubygems