Sha256: dde3163fee8e50da6ce0adb09c2f165f7da94814d6b8fde2131a6b0990ebd0cb
Contents?: true
Size: 694 Bytes
Versions: 1
Compression:
Stored size: 694 Bytes
Contents
require 'extlib' module ExtJS VERSION = "0.1.0" ROOT = File.dirname(__FILE__) CONFIG_PATH = File.join(ROOT, "vendor.yml") CACHEFLY_URL = "http://extjs.cachefly.net/" GITHUB_URL = "git@github.com:extjs/extjs.git" ## # mix the ThorCheese module into your base nameespace. This allows you to boot an # instance of the colourful Cheese::UI::Sheel # include Thor::Cheese ## # Example error-extension # class Error < Thor::Cheese::Error; status_code(0) ; end class InstallError < Error; status_code(9) ; end class << self def config @config ||= YAML.load(File.read(ASSETS_PATH)).to_mash end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
extjs-0.1.0 | lib/extjs.rb |