Sha256: 430aea0d92822e67b9812fa8fe7d39d55de8d2070714777fed007063daf51c3d
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
require 'rubygems' require 'curb' require 'hpricot' module Crags VERSION = '1.2.5' 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.5 | lib/crags.rb |