Sha256: 54d53353e06404a4aab35a9316c153b50a05fade4ca2302f17564e449e3911c2

Contents?: true

Size: 430 Bytes

Versions: 18

Compression:

Stored size: 430 Bytes

Contents

task :release do
  puts "do not use this task. use gem push."
  exit
end

$:.push File.expand_path("../lib", __FILE__)
require "bundler/gem_helper"
require 'bitclust/version'

task :default => [:test]

desc "run test"
task :test do
  sh 'ruby test/run_test.rb'
end

Bundler::GemHelper.install_tasks(:name => "bitclust")
Bundler::GemHelper.install_tasks(:name => "bitclust-dev")
Bundler::GemHelper.install_tasks(:name => "refe2")

Version data entries

18 entries across 14 versions & 1 rubygems

Version Path
bitclust-core-0.9.4 Rakefile
bitclust-core-0.9.3 Rakefile
bitclust-core-0.9.2 Rakefile
bitclust-core-0.9.1 Rakefile
bitclust-core-0.9.0 Rakefile
bitclust-core-0.8.0 Rakefile
bitclust-core-0.7.0 Rakefile
bitclust-core-0.6.0 Rakefile
bitclust-core-0.5.5 Rakefile
bitclust-core-0.5.4 Rakefile
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/Rakefile
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/Rakefile
bitclust-core-0.5.3 Rakefile
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/Rakefile
bitclust-core-0.5.2 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/Rakefile
bitclust-core-0.5.2 Rakefile
bitclust-core-0.5.1 Rakefile
bitclust-core-0.5.0 Rakefile