Sha256: 02e5d950d832b858eed799ec63bba85a74f44629d3f21727ed7c7465295f2c96

Contents?: true

Size: 262 Bytes

Versions: 11

Compression:

Stored size: 262 Bytes

Contents

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

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

task :default => :spec

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

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
tekeya-0.0.10 Rakefile
tekeya-0.0.9 Rakefile
tekeya-0.0.7 Rakefile
tekeya-0.0.6 Rakefile
tekeya-0.0.5 Rakefile
tekeya-0.0.4 Rakefile
tekeya-0.0.3 Rakefile
tekeya-0.0.2 Rakefile
tekeya-0.0.1 Rakefile
safely-0.3.2 Rakefile
safely-0.3.1 Rakefile