Sha256: cf6795cb40fc66ceef7a74b0b74f1ecaa95b0413ab487dc5f6d4969b8dcdbf69

Contents?: true

Size: 326 Bytes

Versions: 28

Compression:

Stored size: 326 Bytes

Contents

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

28 entries across 28 versions & 1 rubygems

Version Path
panoptes-client-1.0.0.pre1 Rakefile
panoptes-client-1.0.0.pre Rakefile
panoptes-client-0.4.0 Rakefile
panoptes-client-0.3.8 Rakefile
panoptes-client-0.3.7 Rakefile
panoptes-client-0.3.6 Rakefile
panoptes-client-0.3.5 Rakefile
panoptes-client-0.3.4 Rakefile
panoptes-client-0.3.3 Rakefile
panoptes-client-0.3.2 Rakefile
panoptes-client-0.3.1 Rakefile
panoptes-client-0.3.0 Rakefile
panoptes-client-0.2.13 Rakefile
panoptes-client-0.2.12 Rakefile
panoptes-client-0.2.11 Rakefile
panoptes-client-0.2.10 Rakefile
panoptes-client-0.2.9 Rakefile
panoptes-client-0.2.8 Rakefile
panoptes-client-0.2.7 Rakefile
panoptes-client-0.2.6 Rakefile