Sha256: c25385b046184f9295a7939533999d0fd1be41450343f1fdb0ed9d5a7f3fc19b
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" require 'yard' YARD::Rake::YardocTask.new(:doc) do |t| # The dash has to be between the two to "divide" the source files and # miscellaneous documentation files that contain no code t.files = ['lib/**/*.rb', '-', 'LICENSE.txt', 'IMPLEMENTATION_DETAILS.md'] end RSpec::Core::RakeTask.new(:spec) task :default => :spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zip_tricks-4.4.2 | Rakefile |
zip_tricks-4.4.1 | Rakefile |