Sha256: 8a270a0f395026d9aa7016e5d7ccd4f1850fa4d4e77815c8c0f099f7b97819f2

Contents?: true

Size: 416 Bytes

Versions: 13

Compression:

Stored size: 416 Bytes

Contents

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

13 entries across 13 versions & 1 rubygems

Version Path
elephas-4.1.5 Rakefile
elephas-4.1.4 Rakefile
elephas-4.1.3 Rakefile
elephas-4.1.2 Rakefile
elephas-4.1.1 Rakefile
elephas-4.1.0 Rakefile
elephas-4.0.0 Rakefile
elephas-3.0.1 Rakefile
elephas-3.0.0 Rakefile
elephas-2.2.0 Rakefile
elephas-2.1.3 Rakefile
elephas-2.1.2 Rakefile
elephas-2.1.1 Rakefile