Sha256: a5f9f345de16ca163d125bc690ab27676887d88b3c45ab49e8d617449bbb262e

Contents?: true

Size: 447 Bytes

Versions: 112

Compression:

Stored size: 447 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
  begin
    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
  rescue LoadError
  end
end

Version data entries

112 entries across 93 versions & 4 rubygems

Version Path
octokit-4.24.0 Rakefile
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/octokit-4.23.0/Rakefile
octokit-4.23.0 Rakefile
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/octokit-4.22.0/Rakefile
octokit-4.22.0 Rakefile
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/octokit-4.21.0/Rakefile
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/octokit-4.21.0/Rakefile
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/octokit-4.21.0/Rakefile
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/octokit-4.21.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/octokit-4.19.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/octokit-4.20.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/octokit-4.19.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/octokit-4.20.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/3.0.0/gems/octokit-4.21.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/octokit-4.21.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/octokit-4.20.0/Rakefile
octokit-4.21.0 Rakefile
tdiary-5.1.5 vendor/bundle/ruby/2.7.0/gems/octokit-4.20.0/Rakefile
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/octokit-4.20.0/Rakefile
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/octokit-4.19.0/Rakefile