Sha256: 8f9bb6b351b3ed29596857fe797418820221297e17fa11f058a77b3cd3f7b44b

Contents?: true

Size: 431 Bytes

Versions: 11

Compression:

Stored size: 431 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new do |t|
    t.rspec_opts = ['--color']
  end
rescue LoadError => e
  puts "RSpec not installed"
end

task :default => :spec

begin
  require 'yard'
  YARD::Rake::YardocTask.new
rescue LoadError
  task :yardoc do
    abort "YARD is not available. In order to run yardoc, you must: sudo gem install yard"
  end
end

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
eeepub_ext-0.8.4 Rakefile
eeepub_ext-0.8.3 Rakefile
eeepub_ext-0.8.2 Rakefile
eeepub3-0.0.1 Rakefile
eeepub-with-cover-support-0.8.8 Rakefile
eeepub-0.8.1 Rakefile
eeepub-with-cover-support-0.8.7 Rakefile
eeepub-with-cover-support-0.8.6 Rakefile
eeepub-0.8.0 Rakefile
eeepub-0.7.1 Rakefile
eeepub-0.7.0 Rakefile