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-1.3.2 Rakefile
actv-1.3.0 Rakefile
actv-1.2.0 Rakefile
actv-1.1.23 Rakefile
actv-1.1.17 Rakefile
actv-1.1.6 Rakefile
actv-1.1.5 Rakefile
actv-1.1.3 Rakefile
actv-1.1.1 Rakefile
actv-1.1.0 Rakefile