Module: TinyTds::Gem
- Defined in:
- lib/tiny_tds/gem.rb
Class Method Summary collapse
Class Method Details
.ports_bin_and_lib_paths ⇒ Object
12 13 14 |
# File 'lib/tiny_tds/gem.rb', line 12 def ports_bin_and_lib_paths Dir.glob(File.join(ports_root_path, "#{gem_platform.cpu}-#{gem_platform.os}*", "{bin,lib}")) end |
.ports_root_path ⇒ Object
8 9 10 |
# File 'lib/tiny_tds/gem.rb', line 8 def ports_root_path File.join(root_path, "ports") end |
.root_path ⇒ Object
4 5 6 |
# File 'lib/tiny_tds/gem.rb', line 4 def root_path File. "../../..", __FILE__ end |