Sha256: 47389a540e4a80b35bf6bfda7cb77c7e09ae69b8da55258bc07013fcfe832204

Contents?: true

Size: 478 Bytes

Versions: 22

Compression:

Stored size: 478 Bytes

Contents

require 'bundler/setup'
require 'bundler/gem_tasks'

begin
  require 'rdoc/task'
rescue LoadError
  require 'rdoc/rdoc'
  require 'rake/rdoctask'
  RDoc::Task = Rake::RDocTask
end

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'Swaggard'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

require 'rspec/core/rake_task'

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

task :default => :spec

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
swaggard-1.5.1 Rakefile
swaggard-1.5.0 Rakefile
swaggard-1.4.0 Rakefile
swaggard-1.3.0 Rakefile
swaggard-1.2.0 Rakefile
swaggard-1.1.1 Rakefile
swaggard-1.1.0 Rakefile
swaggard-1.0.2 Rakefile
swaggard-1.0.1 Rakefile
swaggard-1.0.0 Rakefile
swaggard-0.5.4 Rakefile
swaggard-0.5.3 Rakefile
swaggard-0.5.2 Rakefile
swaggard-0.5.1 Rakefile
swaggard-0.5.0 Rakefile
swaggard-0.4.0 Rakefile
swaggard-0.3.0 Rakefile
swaggard-0.2.1 Rakefile
swaggard-0.2.0 Rakefile
swaggard-0.1.1 Rakefile