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.2.0 bin/easypost-irb
easypost-2.1.11 bin/easypost-irb
easypost-2.1.10 bin/easypost-irb
easypost-2.1.9 bin/easypost-irb
easypost-2.1.8 bin/easypost-irb
easypost-2.1.7 bin/easypost-irb
easypost-2.1.6 bin/easypost-irb
easypost-2.1.5 bin/easypost-irb
easypost-2.1.4 bin/easypost-irb
easypost-2.1.3 bin/easypost-irb
easypost-2.1.2 bin/easypost-irb
easypost-2.1.1 bin/easypost-irb
easypost-2.0.15 bin/easypost-irb
easypost-2.1.0 bin/easypost-irb
easypost-2.0.13 bin/easypost-irb
easypost-2.0.12 bin/easypost-irb
easypost-2.0.11 bin/easypost-irb
easypost-2.0.10 bin/easypost-irb
easypost-2.0.9 bin/easypost-irb
easypost-2.0.8 bin/easypost-irb