Sha256: cc18c10d72765a74979e1c6a4038bda818a0b0c498689e49a0b8ce055c8bfde4
Contents?: true
Size: 420 Bytes
Versions: 6
Compression:
Stored size: 420 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' require 'rubygems' file_path = Pathname.new(__FILE__).realpath require File.join(File.dirname(File.dirname(file_path)), 'wp_fire.rb') libdir = File.join(File.dirname(File.dirname(file_path)), "lib") $LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir) begin WpFire::MainCommand.run rescue Exception => e puts e.message if $DEBUG puts $! puts $@ end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
wp-fire-0.1.0 | bin/wp_fire |
wp-fire-0.0.7 | bin/wp_fire |
wp-fire-0.0.6 | bin/wp_fire |
wp-fire-0.0.5 | bin/wp_fire |
wp-fire-0.0.4 | bin/wp_fire |
wp-fire-0.0.3 | bin/wp_fire |