Sha256: 5c7c09a6a2ba346d267a5c40484c2ecded2fa6ac91b3b4d8d89f8cdc5f80d06d

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

#!/usr/bin/env ruby
# File: cukedep
# The 'executable' of the Cukedep utility.

mydir = File.dirname(__FILE__)
lib_dir = mydir + '/../lib'
$LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir)

require 'cukedep' # Load the Cukedep::Application class

# The application's entry point
app = Cukedep::Application.new
app.run!(ARGV)

# End of file

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cukedep-0.2.01 bin/cukedep
cukedep-0.2.00 bin/cukedep