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.0.3 Rakefile
jekyll-toc-0.0.1 Rakefile
extended-markdown-filter-0.3.8 Rakefile
extended-markdown-filter-0.3.7 Rakefile
extended-markdown-filter-0.3.6 Rakefile
extended-markdown-filter-0.3.5 Rakefile
extended-markdown-filter-0.3.4 Rakefile
jekyll-html-pipeline-0.1.3 Rakefile
extended-markdown-filter-0.3.3 Rakefile
extended-markdown-filter-0.3.2 Rakefile
extended-markdown-filter-0.3.1 Rakefile
extended-markdown-filter-0.3.0 Rakefile
extended-markdown-filter-0.2.1 Rakefile
additional-markdown-filter-0.1.1 Rakefile
additional-markdown-filter-0.1.0 Rakefile
jekyll-html-pipeline-0.1.2 Rakefile
jekyll-html-pipeline-0.1.1 Rakefile
jekyll-html-pipeline-0.1.0 Rakefile