Sha256: 178e3d553967c840f4a3a72d083d13ba2ce83395a4de22745299426dd5350f2f

Contents?: true

Size: 276 Bytes

Versions: 50

Compression:

Stored size: 276 Bytes

Contents

#!/usr/bin/env rake
require 'bundler'
require "bundler/gem_tasks"


Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :test => :spec
task :default => :spec

require 'yard'
YARD::Rake::YardocTask.new

task :default => :spec

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
actv-2.10.9 Rakefile
actv-2.10.8 Rakefile
actv-2.10.7 Rakefile
actv-2.10.6 Rakefile
actv-2.10.5 Rakefile
actv-2.10.4 Rakefile
actv-2.10.3 Rakefile
actv-2.10.2 Rakefile
actv-2.10.1 Rakefile
actv-2.10.0 Rakefile
actv-2.9.2 Rakefile
actv-2.9.1 Rakefile
actv-2.9.0 Rakefile
actv-2.8.2 Rakefile
actv-2.8.1 Rakefile
actv-2.7.0 Rakefile
actv-2.6.0 Rakefile
actv-2.5.2 Rakefile
actv-2.5.1 Rakefile
actv-2.5.0 Rakefile