Sha256: 00887aa8102fcce174a7b57c7df80cb4da2e37b86cf021365f1f37f8e53871cf

Contents?: true

Size: 414 Bytes

Versions: 17

Compression:

Stored size: 414 Bytes

Contents

# encoding: utf-8
#
# This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new("spec")
RSpec::Core::RakeTask.new("spec:coverage") { |t| t.ruby_opts = "-r./spec/coverage_helper" }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
lazier-3.2.6 Rakefile
lazier-3.2.5 Rakefile
lazier-3.2.4 Rakefile
lazier-3.2.3 Rakefile
lazier-3.2.2 Rakefile
lazier-3.2.1 Rakefile
lazier-3.2.0 Rakefile
lazier-3.1.0 Rakefile
lazier-3.0.1 Rakefile
lazier-3.0.0 Rakefile
lazier-2.8.1 Rakefile
lazier-2.8.0 Rakefile
lazier-2.7.0 Rakefile
lazier-2.6.7 Rakefile
lazier-2.6.6 Rakefile
lazier-2.6.5 Rakefile
lazier-2.6.4 Rakefile