Sha256: 59f7661d05a2290dafad0a9dabc4c5fb56f250d0bb1c629d441eb79eeae491a5

Contents?: true

Size: 172 Bytes

Versions: 11

Compression:

Stored size: 172 Bytes

Contents

#!/usr/bin/env bash
# Usage: script/console
# Starts an IRB console with this library loaded.

gemspec="$(ls *.gemspec | head -1)"

exec bundle exec irb -r "${gemspec%.*}"

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
faraday-0.9.1 script/console
whos_dated_who-0.1.0 vendor/bundle/gems/faraday-0.9.0/script/console
whos_dated_who-0.0.1 vendor/bundle/gems/faraday-0.9.0/script/console
faraday-0.9.0 script/console
faraday-0.9.0.rc7 script/console
faraday-0.9.0.rc6 script/console
faraday-0.9.0.rc5 script/console
faraday-0.9.0.rc4 script/console
faraday-0.9.0.rc3 script/console
faraday-0.9.0.rc2 script/console
faraday-0.9.0.rc1 script/console