Module: TinyTds::Gem

Defined in:
lib/tiny_tds/gem.rb

Class Method Summary collapse

Class Method Details

.ports_bin_pathsObject



14
15
16
# File 'lib/tiny_tds/gem.rb', line 14

def ports_bin_paths
  Dir.glob(File.join(ports_root_path,ports_host,'**','bin'))
end

.ports_hostObject



22
23
24
# File 'lib/tiny_tds/gem.rb', line 22

def ports_host
  RbConfig::CONFIG["arch"]
end

.ports_lib_pathsObject



18
19
20
# File 'lib/tiny_tds/gem.rb', line 18

def ports_lib_paths
  Dir.glob(File.join(ports_root_path,ports_host,'**','lib'))
end

.ports_root_pathObject



10
11
12
# File 'lib/tiny_tds/gem.rb', line 10

def ports_root_path
  File.join(root_path,'ports')
end

.root_pathObject



6
7
8
# File 'lib/tiny_tds/gem.rb', line 6

def root_path
  File.expand_path '../../..', __FILE__
end