Sha256: 57ca87cd5434641af77362c1298cc1f75ae1b151a6ac06f093b0d780a523bb7b
Contents?: true
Size: 416 Bytes
Versions: 4
Compression:
Stored size: 416 Bytes
Contents
# encoding: utf-8 # # This file is part of the devdnsd gem. Copyright (C) 2011 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
devdnsd-2.3.0 | Rakefile |
devdnsd-2.2.0 | Rakefile |
devdnsd-2.1.0 | Rakefile |
devdnsd-2.0.0 | Rakefile |