Sha256: eeea967f875d81bfa98c12f3275e7706a5f126c9a9da8cdb57deccb287f8ff5a
Contents?: true
Size: 537 Bytes
Versions: 1
Compression:
Stored size: 537 Bytes
Contents
require 'rubygems' require 'curb' require 'hpricot' require "erb" module Crags VERSION = '1.2.7' LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR def self.version VERSION end def self.libpath( *args ) args.empty? ? LIBPATH : ::File.join(LIBPATH, *args) end def self.path( *args ) args.empty? ? PATH : ::File.join(PATH, *args) end end require 'crags/fetch' require 'crags/proxy' require 'crags/searcher' require 'crags/runner'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gotascii-crags-1.2.7 | lib/crags.rb |