Sha256: 9f8d126ec4bd751975a5979fd3c9c9a45843535f715347b4f7d59e79766cfc21

Contents?: true

Size: 331 Bytes

Versions: 37

Compression:

Stored size: 331 Bytes

Contents

#task :default => 'test:run'
#task 'gem:release' => 'test:run'

task :notes do
  puts 'Output annotations (TBD)'
end

#Bundler not ready for prime time just yet
#desc 'Bundle dependencies'
#task :bundle do
#  output = `bundle check 2>&1`
#
#  unless $?.to_i == 0
#    puts output
#    system "bundle install"
#    puts
#  end
#end

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
ib-ruby-0.8.0 tasks/common.rake
ib-ruby-0.7.12 tasks/common.rake
ib-ruby-0.7.11 tasks/common.rake
ib-ruby-0.7.10 tasks/common.rake
ib-ruby-0.7.9 tasks/common.rake
ib-ruby-0.7.8 tasks/common.rake
ib-ruby-0.7.6 tasks/common.rake
ib-ruby-0.7.4 tasks/common.rake
ib-ruby-0.7.3 tasks/common.rake
ib-ruby-0.7.2 tasks/common.rake
ib-ruby-0.7.0 tasks/common.rake
ib-ruby-0.6.1 tasks/common.rake
ib-ruby-0.5.21 tasks/common.rake
ib-ruby-0.5.19 tasks/common.rake
ib-ruby-0.5.18 tasks/common.rake
ib-ruby-0.5.17 tasks/common.rake
ib-ruby-0.5.16 tasks/common.rake
ib-ruby-0.5.15 tasks/common.rake
ib-ruby-0.5.14 tasks/common.rake
ib-ruby-0.5.13 tasks/common.rake