Sha256: 05d932fbad98352a456edc8486188fe095873c754c6b23d6c451db843a6decc1

Contents?: true

Size: 374 Bytes

Versions: 8

Compression:

Stored size: 374 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"

if File.exist?(".codeclimate")
  ENV["CODECLIMATE_REPO_TOKEN"] = File.read(".codeclimate").strip
end

require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)
task default: :spec

desc "Open an irb session preloaded with this library"
task :console do
  sh "irb -Ilib -rcoradoc -rcoradoc/reverse_adoc"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
coradoc-1.1.6 Rakefile
coradoc-1.1.5 Rakefile
coradoc-1.1.4 Rakefile
coradoc-1.1.3 Rakefile
coradoc-1.1.2 Rakefile
coradoc-1.1.1 Rakefile
coradoc-1.1.0 Rakefile
coradoc-1.0.0 Rakefile