Sha256: c7f16c5bc9aae0b3a55e372a03a7d6dd3c2914e8989b6457e3db3a95a9234876

Contents?: true

Size: 142 Bytes

Versions: 22

Compression:

Stored size: 142 Bytes

Contents

require 'rake'
require 'rspec'
require 'rspec/core/rake_task'

task :default => :spec

desc 'Run all specs'
RSpec::Core::RakeTask.new(:spec)

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
rivet-3.2.0 Rakefile
rivet-3.1.0 Rakefile
rivet-3.0.5 Rakefile
rivet-3.0.4 Rakefile
rivet-3.0.3 Rakefile
rivet-3.0.2 Rakefile
rivet-3.0.1 Rakefile
rivet-3.0.0 Rakefile
rivet-2.0.0 Rakefile
rivet-1.4.0 Rakefile
rivet-1.3.0 Rakefile
rivet-1.2.0 Rakefile
rivet-1.1.0 Rakefile
rivet-1.0.8 Rakefile
rivet-1.0.7 Rakefile
rivet-1.0.6 Rakefile
rivet-1.0.5 Rakefile
rivet-1.0.4 Rakefile
rivet-1.0.3 Rakefile
rivet-1.0.2 Rakefile