Sha256: c7bbc2544894912bae7f584b549d9b2def0069f2204682c3a722636cd8dbdef4
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
#!/usr/bin/env ruby begin require 'shoe' rescue LoadError raise unless $!.message =~ /\bshoe$/ lib = File.expand_path('../../lib', __FILE__) if !$:.include?(lib) warn "WARN: #{$!}.\n Trying again with #{lib} on the $LOAD_PATH..." $:.unshift(lib) retry end raise end Shoe::Generator.new.run(ARGV)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoe-0.6.2 | bin/shoe |
shoe-0.6.1 | bin/shoe |