Sha256: 5e802620b16574326713a55afbf4fcd54767cd0f67b628621e51585b871954cd

Contents?: true

Size: 415 Bytes

Versions: 17

Compression:

Stored size: 415 Bytes

Contents

# encoding: utf-8
#
# This file is part of the brauser 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
brauser-3.1.6 Rakefile
brauser-3.1.5 Rakefile
brauser-3.1.4 Rakefile
brauser-3.1.3 Rakefile
brauser-3.1.2 Rakefile
brauser-3.1.1 Rakefile
brauser-3.1.0 Rakefile
brauser-3.0.1 Rakefile
brauser-3.0.0 Rakefile
brauser-2.1.4 Rakefile
brauser-2.1.3 Rakefile
brauser-2.1.2 Rakefile
brauser-2.1.1 Rakefile
brauser-2.1.0 Rakefile
brauser-2.0.3 Rakefile
brauser-2.0.2 Rakefile
brauser-2.0.1 Rakefile