Sha256: afa8a63583204b1de9d3168e1f6c6a090f73ab8437892aeba4b4fa2778fe38bb
Contents?: true
Size: 443 Bytes
Versions: 5
Compression:
Stored size: 443 Bytes
Contents
module Rays module Extension module_function def name() super.split('::')[-2] end def version() File.read(root_dir 'VERSION')[/[\d\.]+/] end def root_dir(path = '') File.expand_path "../../#{path}", __dir__ end def inc_dir() root_dir 'include' end def lib_dir() root_dir 'lib' end def ext_dir() root_dir 'ext' end end# Extension end# Rays
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rays-0.3.4 | lib/rays/extension.rb |
rays-0.3.3 | lib/rays/extension.rb |
rays-0.3.2 | lib/rays/extension.rb |
rays-0.3.1 | lib/rays/extension.rb |
rays-0.3 | lib/rays/extension.rb |