Sha256: d24a67180efba8a71ad9c11b816d9be9a20026b7329690e9a50da355e3cab21e

Contents?: true

Size: 381 Bytes

Versions: 36

Compression:

Stored size: 381 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'yard'

YARD::Rake::YardocTask.new(:doc) do |t|
  # The dash has to be between the two to "divide" the source files and
  # miscellaneous documentation files that contain no code
  t.files = ['lib/**/*.rb', '-', 'LICENSE.txt', 'IMPLEMENTATION_DETAILS.md']
end

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

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
format_parser-0.13.4 Rakefile
format_parser-0.13.3 Rakefile
format_parser-0.13.2 Rakefile
format_parser-0.13.1 Rakefile
format_parser-0.13.0 Rakefile
format_parser-0.12.4 Rakefile
format_parser-0.12.2 Rakefile
format_parser-0.12.1 Rakefile
format_parser-0.12.0 Rakefile
format_parser-0.11.0 Rakefile
format_parser-0.10.0 Rakefile
format_parser-0.9.4 Rakefile
format_parser-0.9.3 Rakefile
format_parser-0.9.0 Rakefile
format_parser-0.8.0 Rakefile
format_parser-0.7.0 Rakefile
format_parser-0.6.0 Rakefile
format_parser-0.5.2 Rakefile
format_parser-0.5.1 Rakefile
format_parser-0.5.0 Rakefile