Sha256: e96cb35aaec15d4528469dea296e2f2b7846c9bbcbc05d4cfa9425693438300b

Contents?: true

Size: 217 Bytes

Versions: 12

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

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

# rubocop:disable Style/HashSyntax
task :default => :spec
# rubocop:enable Style/HashSyntax

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kovid-0.7.1 Rakefile
kovid-0.7.0 Rakefile
kovid-0.6.15 Rakefile
kovid-0.6.14 Rakefile
kovid-0.6.13 Rakefile
kovid-0.6.12 Rakefile
kovid-0.6.11 Rakefile
kovid-0.6.10 Rakefile
kovid-0.6.9 Rakefile
kovid-0.6.8 Rakefile
kovid-0.6.7 Rakefile
kovid-0.6.6 Rakefile