Sha256: 012b339e6093a7305fca4e42207f26009e3b39e4f6b567461488935ec1dca42e
Contents?: true
Size: 837 Bytes
Versions: 4
Compression:
Stored size: 837 Bytes
Contents
$: << File.expand_path(File.dirname(__FILE__)) $: << File.expand_path(File.join(File.dirname(__FILE__), "albacore")) $: << File.expand_path(File.join(File.dirname(__FILE__), "albacore", 'support')) $: << File.expand_path(File.join(File.dirname(__FILE__), "rake")) require 'logging' runtime_is_ironruby = (!defined?(IRONRUBY_VERSION).nil?) Dir.glob(File.join(File.expand_path(File.dirname(__FILE__)), 'albacore/*.rb')).reject{ |f| f if runtime_is_ironruby && (f.include?("ssh") || f.include?("sftp")) }.each {|f| require f } Dir.glob(File.join(File.expand_path(File.dirname(__FILE__)), 'rake/support/*.rb')).each {|f| require f } Dir.glob(File.join(File.expand_path(File.dirname(__FILE__)), 'rake/*.rb')).reject{ |f| f if runtime_is_ironruby && (f.include?("ssh") || f.include?("sftp")) }.each {|f| require f }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
albacore-0.1.5 | lib/albacore.rb |
albacore-0.1.4 | lib/albacore.rb |
albacore-0.1.3 | lib/albacore.rb |
albacore-0.1.2 | lib/albacore.rb |