Sha256: e8b30c4e25be16c15b415f48f7a2962e24f15de61ca29706bcf2a6394ad64001

Contents?: true

Size: 352 Bytes

Versions: 5

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'

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

require 'yard'
YARD::Rake::YardocTask.new do |t|
  t.files   = ['lib/**/*.rb'] # optional
  t.options = ['--any', '--extra', '--opts'] # optional
  t.stats_options = ['--list-undoc']         # optional
end

task default: :spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
panoptes-client-1.2.1 Rakefile
panoptes-client-1.2.0 Rakefile
panoptes-client-1.1.1 Rakefile
panoptes-client-1.1.0 Rakefile
panoptes-client-1.0.0 Rakefile