Sha256: 6c52f63e35121dc65d3d66bd8ba06adc6ce496bf9d79705285be4299428ab032

Contents?: true

Size: 357 Bytes

Versions: 48

Compression:

Stored size: 357 Bytes

Contents

#!/usr/bin/env rake

require "bundler/gem_tasks"

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

desc "Open an irb session preloaded with this library"
task :console do
  sh "irb -I lib -r bundler/setup -r github/markup"
end

task :default => :test

Version data entries

48 entries across 48 versions & 3 rubygems

Version Path
gitlab-markup-2.0.0 Rakefile
gitlab-markup-1.10.0 Rakefile
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/github-markup-5.0.1/Rakefile
github-markup-5.0.1 Rakefile
github-markup-5.0.0 Rakefile
github-markup-4.0.2 Rakefile
gitlab-markup-1.9.0 Rakefile
gitlab-markup-1.8.1 Rakefile
github-markup-4.0.1 Rakefile
gitlab-markup-1.8.0 Rakefile
github-markup-4.0.0 Rakefile
github-markup-3.0.5 Rakefile
gitlab-markup-1.7.1 Rakefile
github-markup-3.0.4 Rakefile
gitlab-markup-1.7.0 Rakefile
github-markup-3.0.3 Rakefile
github-markup-3.0.2 Rakefile
gitlab-markup-1.6.5 Rakefile
github-markup-3.0.1 Rakefile
github-markup-3.0.0 Rakefile