Sha256: 0a0064c214f9e4ba99f5e4629f36afb34b283a928e9a528564ef7be1e30a38d7
Contents?: true
Size: 415 Bytes
Versions: 6
Compression:
Stored size: 415 Bytes
Contents
# encoding: utf-8 # # This file is part of the clavem 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
clavem-1.3.0 | Rakefile |
clavem-1.2.2 | Rakefile |
clavem-1.2.1 | Rakefile |
clavem-1.2.0 | Rakefile |
clavem-1.1.1 | Rakefile |
clavem-1.1.0 | Rakefile |