Sha256: ffd684c9810c8ddc13b0163a4d80d4c50ad75305a1fc8151f68d4cc264823d77
Contents?: true
Size: 402 Bytes
Versions: 5
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true require "rubygems" require "bundler/setup" Bundler.setup(:default, :development, :test) require "rake" require "rdoc/task" require "rspec/core/rake_task" require "standard/rake" Bundler::GemHelper.install_tasks RSpec::Core::RakeTask.new do |t| t.pattern = "spec/**/*_spec.rb" t.rspec_opts = %w[--format documentation --color] end task default: [:standard, :spec]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bagit-0.6.0 | Rakefile |
bagit-0.5.0 | Rakefile |
bagit-0.4.6 | Rakefile |
bagit-0.4.5 | Rakefile |
bagit-0.4.4 | Rakefile |