Sha256: 65a0e590ca0843768e3e2e3e7241f80fc3b69cf502da1a1d58fa6c00698e2677

Contents?: true

Size: 243 Bytes

Versions: 10

Compression:

Stored size: 243 Bytes

Contents

require 'pathname'

module HtmldocRemoteCompileWrapper
  Root = Pathname.new(File.expand_path('../..', __FILE__))
  Bin  = Root.join('bin')

  Executables = Bin.children.inject({}) { |h, p|
    h[p.basename.to_s.to_sym] = p.to_s
    h
  }
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
htmldoc_remote_compile_wrapper-0.10 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.9 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.8 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.7 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.6 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.5 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.4 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.3 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.2 lib/htmldoc_remote_compile_wrapper.rb
htmldoc_remote_compile_wrapper-0.1 lib/htmldoc_remote_compile_wrapper.rb