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
extended-markdown-filter-0.5.0 Rakefile
jekyll-toc-0.3.0 Rakefile
extended-markdown-filter-0.4.9 Rakefile
jekyll-toc-0.3.0.pre1 Rakefile
jekyll-toc-0.2.1 Rakefile
extended-markdown-filter-0.4.8 Rakefile
jekyll-toc-0.2.0 Rakefile
extended-markdown-filter-0.4.7 Rakefile
jekyll-toc-0.1.1 Rakefile
jekyll-toc-0.1.0 Rakefile
jekyll-html-pipeline-1.0.0 Rakefile
extended-markdown-filter-0.4.6 Rakefile
extended-markdown-filter-0.4.5 Rakefile
extended-markdown-filter-0.4.4 Rakefile
extended-markdown-filter-0.4.3 Rakefile
extended-markdown-filter-0.4.2 Rakefile
extended-markdown-filter-0.4.1 Rakefile
extended-markdown-filter-0.4.0 Rakefile
jekyll-html-pipeline-0.1.4 Rakefile
jekyll-toc-0.0.4 Rakefile