Sha256: 26eeae91ef588d7e398ae26d8393b5b0eadaeeb09304d510060d1236ab492f7b

Contents?: true

Size: 167 Bytes

Versions: 14

Compression:

Stored size: 167 Bytes

Contents

require "bundler/gem_tasks"

task :console do
  require "awesome_print"
  require "irb"
  require "irb/completion"
  require "stock_index"
  ARGV.clear
  IRB.start
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
stock_index-0.8.8 Rakefile
stock_index-0.8.7 Rakefile
stock_index-0.8.6 Rakefile
stock_index-0.8.5 Rakefile
stock_index-0.8.4 Rakefile
stock_index-0.8.3 Rakefile
stock_index-0.8.2 Rakefile
stock_index-0.8.1 Rakefile
stock_index-0.8.0 Rakefile
stock_index-0.7.0 Rakefile
stock_index-0.6.0 Rakefile
stock_index-0.5.1 Rakefile
stock_index-0.5.0 Rakefile
stock_index-0.0.1 Rakefile