Sha256: 0bab6e0e89c7c70df9b401c5e8fb78716f341bc38c9c20ef5be92198df58c92f

Contents?: true

Size: 209 Bytes

Versions: 78

Compression:

Stored size: 209 Bytes

Contents

require "bundler/gem_tasks"

task :default => [:test]

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end

Version data entries

78 entries across 78 versions & 4 rubygems

Version Path
jekyll-toc-0.17.1 Rakefile
jekyll-toc-0.17.0 Rakefile
jekyll-toc-0.16.1 Rakefile
jekyll-toc-0.16.0 Rakefile
jekyll-toc-0.15.0 Rakefile
jekyll-toc-0.15.0.rc Rakefile
jekyll-toc-0.14.0 Rakefile
jekyll-toc-0.13.1 Rakefile
jekyll-toc-0.13.0 Rakefile
jekyll-toc-0.12.2 Rakefile
jekyll-toc-0.12.1 Rakefile
jekyll-toc-0.12.0 Rakefile
jekyll-toc-0.12.0.rc3 Rakefile
jekyll-toc-0.12.0.rc2 Rakefile
jekyll-toc-0.12.0.rc1 Rakefile
jekyll-toc-0.11.0 Rakefile
jekyll-toc-0.10.0 Rakefile
jekyll-toc-0.9.1 Rakefile
jekyll-toc-0.9.0 Rakefile
jekyll-toc-0.9.0.beta2 Rakefile