Sha256: e5f06c7536242078ad438e9607287ce563e65f8a8aad98d89d414cfd45f17233

Contents?: true

Size: 243 Bytes

Versions: 47

Compression:

Stored size: 243 Bytes

Contents

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

libs =  " -r irb/completion"
libs <<  " -r #{File.dirname(__FILE__) + '/../lib/easypost'}"
puts "Initializing EasyPost..."
exec "#{irb} #{libs} --simple-prompt"

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
easypost-2.0.7 bin/easypost-irb
easypost-2.0.6 bin/easypost-irb
easypost-2.0.5 bin/easypost-irb
easypost-2.0.3 bin/easypost-irb
easypost-2.0.2 bin/easypost-irb
easypost-2.0.1 bin/easypost-irb
easypost-2.0.0 bin/easypost-irb