Sha256: e3d90f4edd61bdc51dbd41adbb90edaf84aa28152bc445b40e4c56932e8d9816

Contents?: true

Size: 272 Bytes

Versions: 33

Compression:

Stored size: 272 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

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

33 entries across 33 versions & 1 rubygems

Version Path
easypost-6.4.1 bin/easypost-irb
easypost-6.4.0 bin/easypost-irb
easypost-6.3.0 bin/easypost-irb
easypost-6.2.0 bin/easypost-irb
easypost-6.1.1 bin/easypost-irb
easypost-6.1.0 bin/easypost-irb
easypost-6.0.0 bin/easypost-irb
easypost-5.3.0 bin/easypost-irb
easypost-5.2.0 bin/easypost-irb
easypost-5.1.1 bin/easypost-irb
easypost-5.1.0 bin/easypost-irb
easypost-5.0.1 bin/easypost-irb
easypost-5.0.0 bin/easypost-irb
easypost-4.13.1 bin/easypost-irb
easypost-4.13.0 bin/easypost-irb
easypost-4.12.0 bin/easypost-irb
easypost-4.11.0 bin/easypost-irb
easypost-4.10.0 bin/easypost-irb
easypost-4.9.0 bin/easypost-irb
easypost-4.8.1 bin/easypost-irb