Sha256: 22f07bc4f572198081fcdf19c01f1c9ad981ce672ebe9baa1e901b77079bffd4

Contents?: true

Size: 305 Bytes

Versions: 3

Compression:

Stored size: 305 Bytes

Contents

#!/usr/bin/env rake

require 'bundler/setup'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'hoth/version'
require 'yard'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

YARD::Rake::YardocTask.new do |t|
  t.options += ['--title', "Hoth #{Hoth::VERSION} Documentation"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hoth-0.4.2 Rakefile
hoth-0.4.1 Rakefile
hoth-0.4.0 Rakefile