Sha256: ad11705271d6670742d4d12b537f726152b4719b048e31eea73e217c79158ae8

Contents?: true

Size: 333 Bytes

Versions: 20

Compression:

Stored size: 333 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require 'yard'
require 'yard/rake/yardoc_task'

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

task :default => :spec

FILES = ['lib/**/*.rb']
OPTIONS = ['--debug', '--verbose']

YARD::Rake::YardocTask.new do |t|
  t.files   = FILES
  t.options = []
  t.options << OPTIONS if $trace
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ougai-2.0.0-java Rakefile
ougai-2.0.0 Rakefile
ougai-1.9.1-java Rakefile
ougai-1.9.1 Rakefile
ougai-1.9.0-java Rakefile
ougai-1.9.0 Rakefile
ougai-1.8.5 Rakefile
ougai-1.8.4 Rakefile
ougai-1.8.3 Rakefile
ougai-1.8.2 Rakefile
ougai-1.8.1 Rakefile
ougai-1.8.0-java Rakefile
ougai-1.8.0 Rakefile
ougai-1.7.1 Rakefile
ougai-1.7.1-java Rakefile
ougai-1.7.0 Rakefile
ougai-1.6.6 Rakefile
ougai-1.6.5 Rakefile
ougai-1.6.4 Rakefile
ougai-1.6.3 Rakefile