Sha256: 4549c312562fc40160f0c81342b5214383281eb35f20e26c6fd296afb1c2f1a8

Contents?: true

Size: 398 Bytes

Versions: 40

Compression:

Stored size: 398 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

task :test => :spec
task :default => :spec

namespace :doc do
  require 'yard'
  YARD::Rake::YardocTask.new do |task|
    task.files   = ['README.md', 'LICENSE.md', 'lib/**/*.rb']
    task.options = [
      '--output-dir', 'doc/yard',
      '--markup', 'markdown',
    ]
  end
end

Version data entries

40 entries across 40 versions & 3 rubygems

Version Path
cloud_connect-3.2.0 Rakefile
cloud_connect-3.1.0 Rakefile
octokit-1.25.0 Rakefile
octokit-1.24.0 Rakefile
cloud_connect-3.0.3 Rakefile
octokit-1.23.0 Rakefile
octokit-1.22.0 Rakefile
octokit-1.21.0 Rakefile
octokit-1.20.0 Rakefile
octokit-1.19.0 Rakefile
octokit-1.18.0 Rakefile
octokit-1.17.1 Rakefile
octokit-1.17.0 Rakefile
octokit-1.15.1 Rakefile
octokit-1.15.0 Rakefile
octokit-1.14.0 Rakefile
octokit-1.13.0 Rakefile
octokit-1.12.0 Rakefile
octokit-1.11.0 Rakefile
octokit-1.10.0 Rakefile