Sha256: 1dc535d0e8b8203a4651cab8864671516d2dd044c176d4417b16b5da75415fd8

Contents?: true

Size: 219 Bytes

Versions: 60

Compression:

Stored size: 219 Bytes

Contents

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

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

desc "Run all examples"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = %w[--color]
end

task :default => [:spec]

Version data entries

60 entries across 60 versions & 4 rubygems

Version Path
dugway-1.0.10 Rakefile
dugway-1.0.9 Rakefile
dugway-1.0.8 Rakefile
dugway-1.0.7 Rakefile
dugway-1.0.6 Rakefile
dugway-1.0.5 Rakefile
dugway-1.0.4 Rakefile
dugway-1.0.3 Rakefile
dugway-1.0.2 Rakefile
dugway-1.0.1 Rakefile
dugway-1.0.0 Rakefile
dugway-0.12.3 Rakefile
dugway-0.12.2 Rakefile
dugway-0.12.1 Rakefile
dugway-0.12.0 Rakefile
dugway-0.11.4 Rakefile
dugway-0.11.3 Rakefile
dugway-0.11.2 Rakefile
dugway-0.11.1 Rakefile
dugway-0.11.0 Rakefile