Sha256: 7ac147f35d86350163ea30db8169ee2c7547b3923a70ce1ecc12ec8e49a372df
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
#!/usr/bin/env ruby # Set the path for the libraries and the installation directory BONES_DIR = File.dirname(__FILE__) + '/../' lib_dir = File.join(BONES_DIR,'lib') $LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir) # Enable verbose output VERBOSE = true # Load the libraries require 'castaddon.rb' require 'bones.rb' # Run the main function bones = Bones::Engine.new bones.process bones.write_output
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bones-compiler-1.6.0 | bin/bones |
bones-compiler-1.3.1 | bin/bones |
bones-compiler-1.1.0 | bin/bones |