Sha256: 68e82d44b4260ed87093d1a943c58ae7c591f7c3d08e6e9224d7f27d0e6872e3

Contents?: true

Size: 299 Bytes

Versions: 4

Compression:

Stored size: 299 Bytes

Contents

require 'java'
require 'bundler/setup'
Bundler::GemHelper.install_tasks

desc "remove all build artifacts"
task :clean do
  sh "rm -rf pkg/"
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |spec|
  spec.rspec_opts = ['--color', "--format documentation"]
end

task :default => :spec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
therubyrhino-1.73.5 Rakefile
therubyrhino-1.73.4 Rakefile
therubyrhino-1.73.3 Rakefile
therubyrhino-1.73.2 Rakefile