Sha256: f80c66f0fee0a0fb1e873f28b52c4d0ae16bb244d86c060d92b9e5cdb060f11e

Contents?: true

Size: 434 Bytes

Versions: 28

Compression:

Stored size: 434 Bytes

Contents

#!/usr/bin/env ruby
# File: script/console
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'

libs =  " -r irb/completion"
# Perhaps use a console_lib to store any extra methods I may want available in the cosole
# libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}"
libs <<  " -r #{File.dirname(__FILE__) + '/../lib/goaloc.rb'}"
puts "Loading goaloc gem"
exec "#{irb} #{libs} --simple-prompt"

Version data entries

28 entries across 25 versions & 1 rubygems

Version Path
mattknox-goaloc-0.0.3 script/console
mattknox-goaloc-0.0.5 script/console
mattknox-goaloc-0.0.6 script/console
mattknox-goaloc-0.0.7 bin/goaloc
mattknox-goaloc-0.0.7 script/console
mattknox-goaloc-0.0.8 bin/goaloc
mattknox-goaloc-0.0.8 script/console
mattknox-goaloc-0.0.9 bin/goaloc
mattknox-goaloc-0.0.9 script/console
mattknox-goaloc-0.1.0 script/console
mattknox-goaloc-0.2.0 bin/goaloc
mattknox-goaloc-0.2.1 bin/goaloc
mattknox-goaloc-0.2.10 bin/goaloc
mattknox-goaloc-0.2.11 bin/goaloc
mattknox-goaloc-0.2.2 bin/goaloc
mattknox-goaloc-0.2.3 bin/goaloc
mattknox-goaloc-0.2.5 bin/goaloc
mattknox-goaloc-0.2.6 bin/goaloc
mattknox-goaloc-0.2.7 bin/goaloc
mattknox-goaloc-0.2.8 bin/goaloc