Sha256: 8fe21bdf7f86dcb7c39795948257a3db97eca83be3adca3bc88c5a9ef6fc31b3

Contents?: true

Size: 455 Bytes

Versions: 18

Compression:

Stored size: 455 Bytes

Contents

begin
  require 'rake'
rescue LoadError
  require 'rubygems'
  gem 'rake', '~> 0.8.3.1'
  require 'rake'
end

require 'pathname'

BASE_PATH = Pathname.new(__FILE__).dirname
LIB_PATH = BASE_PATH + 'lib'
PKG_PATH = BASE_PATH + 'pkg'
DOC_PATH = BASE_PATH + 'rdoc'

$LOAD_PATH.unshift LIB_PATH.to_s
require 'ib-ruby/version'

NAME = 'ib-ruby'
CLASS_NAME = IB

# Load rakefile tasks
Dir['tasks/*.rake'].sort.each { |file| load file }

# Project-specific tasks

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ib-ruby-0.7.4 Rakefile
ib-ruby-0.7.3 Rakefile
ib-ruby-0.7.2 Rakefile
ib-ruby-0.7.0 Rakefile
ib-ruby-0.6.1 Rakefile
ib-ruby-0.5.21 Rakefile
ib-ruby-0.5.19 Rakefile
ib-ruby-0.5.18 Rakefile
ib-ruby-0.5.17 Rakefile
ib-ruby-0.5.16 Rakefile
ib-ruby-0.5.15 Rakefile
ib-ruby-0.5.14 Rakefile
ib-ruby-0.5.13 Rakefile
ib-ruby-0.5.12 Rakefile
ib-ruby-0.5.11 Rakefile
ib-ruby-0.5.10 Rakefile
ib-ruby-0.5.9 Rakefile
ib-ruby-0.5.7 Rakefile