Sha256: d8fe3fdcca3484b7a3c409804afd5a5daf311e79b5af450ce768f09c338f34a4

Contents?: true

Size: 435 Bytes

Versions: 13

Compression:

Stored size: 435 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-core")
Bundler::GemHelper.install_tasks(:name => "bitclust-dev")
Bundler::GemHelper.install_tasks(:name => "refe2")

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bitclust-core-1.3.0 Rakefile
bitclust-core-1.2.6 Rakefile
bitclust-core-1.2.5 Rakefile
bitclust-core-1.2.4 Rakefile
bitclust-core-1.2.3 Rakefile
bitclust-core-1.2.2 Rakefile
bitclust-core-1.2.1 Rakefile
bitclust-core-1.2.0 Rakefile
bitclust-core-1.1.1 Rakefile
bitclust-core-1.1.0 Rakefile
bitclust-core-1.0.0 Rakefile
bitclust-core-0.9.6 Rakefile
bitclust-core-0.9.5 Rakefile