Sha256: 60519d493ac3e3c4efe8424dc7c54c582fad0fe35b50e32ca62be789b96f0e48

Contents?: true

Size: 311 Bytes

Versions: 11

Compression:

Stored size: 311 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.unshift File.expand_path('../lib', __FILE__)
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

FileList['tasks/**/*.rake'].each { |task| import task }

task :default => [:spec]

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
tty-0.0.11 Rakefile
tty-0.0.10 Rakefile
tty-0.0.9 Rakefile
equatable-0.3.0 Rakefile
tty-0.0.8 Rakefile
equatable-0.2.0 Rakefile
tty-0.0.7 Rakefile
tty-0.0.6 Rakefile
equatable-0.1.0 Rakefile
tty-0.0.5 Rakefile
tty-0.0.4 Rakefile