Sha256: 12e6024472a2f3e045313a40f1f145b6405ff8642875045e4371dde4a26f5a87
Contents?: true
Size: 506 Bytes
Versions: 1
Compression:
Stored size: 506 Bytes
Contents
module Granify PACKAGE_NAME = "rbtils" INSTALLED_DIR = Gem::Specification.find_by_name(Granify::PACKAGE_NAME).gem_dir LOG_DIR = INSTALLED_DIR + "/logs" DEFAULT_LOG = Log.new # no args means default log HELPER_DIR = INSTALLED_DIR + "/lib/helpers/" CONTROLLER_DIR = INSTALLED_DIR + "/lib/controllers/" MODEL_DIR = INSTALLED_DIR + "/lib/models/" LOG_DIGEST_LENGTH = 20 SHELL_COMMANDS = { :macosx => %w(git uglifyjs rubocop), :linux => %w(git uglifyjs rubocop) } DEBUG = false end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbtils-0.0.2 | lib/constants.rb |