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-3.5.1 bin/easypost-irb
easypost-3.5.0 bin/easypost-irb
easypost-3.4.0 bin/easypost-irb
easypost-3.3.0 bin/easypost-irb
easypost-3.2.0 bin/easypost-irb
easypost-3.1.5 bin/easypost-irb
easypost-3.1.4 bin/easypost-irb
easypost-3.1.3 bin/easypost-irb
easypost-3.0.1 bin/easypost-irb
easypost-3.0.0 bin/easypost-irb
easypost-2.7.3 bin/easypost-irb
easypost-2.7.2 bin/easypost-irb
easypost-2.7.1 bin/easypost-irb
easypost-2.7.0 bin/easypost-irb
easypost-2.6.2 bin/easypost-irb
easypost-2.6.1 bin/easypost-irb
easypost-2.6.0 bin/easypost-irb
easypost-2.5.0 bin/easypost-irb
easypost-2.4.0 bin/easypost-irb
easypost-2.3.0 bin/easypost-irb