Sha256: a4b425efa0c7035b7bb24660acd85d17627062d4e522b3a9a1527f80717430c3

Contents?: true

Size: 414 Bytes

Versions: 5

Compression:

Stored size: 414 Bytes

Contents

# encoding: utf-8
#
# This file is part of the akaer 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

5 entries across 5 versions & 1 rubygems

Version Path
akaer-2.2.0 Rakefile
akaer-2.1.2 Rakefile
akaer-2.1.1 Rakefile
akaer-2.1.0 Rakefile
akaer-2.0.0 Rakefile