Sha256: 341adce2093b15f2a6b18aef220d8457f6e2c169e2380518dfd63abc5437d2d7

Contents?: true

Size: 244 Bytes

Versions: 19

Compression:

Stored size: 244 Bytes

Contents

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

libs =  " -r irb/completion"
libs <<  " -r #{File.dirname(__FILE__) + '/../lib/checkr'}"
puts "Loading checkr-official gem"
exec "#{irb} #{libs} --simple-prompt"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
checkr-official-1.8.0 bin/checkr-console
checkr-official-1.7.1 bin/checkr-console
checkr-official-1.7 bin/checkr-console
checkr-official-1.6 bin/checkr-console
checkr-official-1.5.4 bin/checkr-console
checkr-official-1.5.3 bin/checkr-console
checkr-official-1.5.2 bin/checkr-console
checkr-official-1.5.1 bin/checkr-console
checkr-official-1.5.0 bin/checkr-console
checkr-official-1.4.0 bin/checkr-console
checkr-official-1.3.1 bin/checkr-console
checkr-official-1.2.1 bin/checkr-console
checkr-official-1.2.0 bin/checkr-console
checkr-official-1.1.2 bin/checkr-console
checkr-official-1.1.1 bin/checkr-console
checkr-official-1.1.0 bin/checkr-console
checkr-official-1.0.2 bin/checkr-console
checkr-official-1.0.1 bin/checkr-console
checkr-official-1.0.0 bin/checkr-console