Sha256: 3fc1f9274f7f0f5ac95c7fb61a0161a0c153f3c4b2ce00e35483a08cf4b3ab84

Contents?: true

Size: 449 Bytes

Versions: 106

Compression:

Stored size: 449 Bytes

Contents

# encoding: utf-8

require 'rubygems'

begin
  require 'bundler/setup'
rescue LoadError => e
  abort e.message
end

require 'rake'


require 'rubygems/tasks'
Gem::Tasks.new

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new

task :test    => :spec
task :default => :spec

require 'yard'
YARD::Rake::YardocTask.new  
task :doc => :yard

require 'cucumber/rake/task'

Cucumber::Rake::Task.new do |t|
  t.cucumber_opts = %w[--format pretty]
end

Version data entries

106 entries across 106 versions & 7 rubygems

Version Path
exa-0.1.0 Rakefile
passive_record-0.4.15 Rakefile
markov-rb-0.1.9 Rakefile
passive_record-0.4.14 Rakefile
passive_record-0.4.13 Rakefile
passive_record-0.4.12 Rakefile
markov-rb-0.1.8 Rakefile
passive_record-0.4.11 Rakefile
markov-rb-0.1.7 Rakefile
passive_record-0.4.10 Rakefile
passive_record-0.4.8 Rakefile
passive_record-0.4.7 Rakefile
markov-rb-0.1.6 Rakefile
markov-rb-0.1.5 Rakefile
markov-rb-0.1.4 Rakefile
passive_record-0.4.6 Rakefile
passive_record-0.4.5 Rakefile
markov-rb-0.1.3 Rakefile
markov-rb-0.1.2 Rakefile
physicist-0.1.7 Rakefile