Sha256: 304fe82efe77a8c0d41e31d88335ef6de785dab63e041f28fb35c5af42efb2dd

Contents?: true

Size: 440 Bytes

Versions: 12

Compression:

Stored size: 440 Bytes

Contents

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

libs =  " -r irb/completion"
# Perhaps use a console_lib to store any extra methods I may want available in the cosole
# libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}"
libs <<  " -r #{File.dirname(__FILE__) + '/../lib/auth-hmac.rb'}"
puts "Loading auth-hmac gem"
exec "#{irb} #{libs} --simple-prompt"

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
ascarter-auth-hmac-1.0.1 script/console
ascarter-auth-hmac-1.1.0 script/console
dnclabs-auth-hmac-1.1.1.2011051301 script/console
halorgium-auth-hmac-1.1.1.2010090303 script/console
halorgium-auth-hmac-1.1.1.2010090302 script/console
halorgium-auth-hmac-1.1.1.2010090301 script/console
dnclabs-auth-hmac-1.1.1.2010090201 script/console
dnclabs-auth-hmac-1.1.1.2010061601 script/console
auth-hmac-1.1.1 script/console
auth-hmac-1.0.0 script/console
auth-hmac-1.0.1 script/console
auth-hmac-1.1.0 script/console