Sha256: 558a6b4b4af4cc06ca1fc20e112fc39e1b5dfa9efaaac19c2d23cffbe4146677
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec namespace :doc do require 'yard' YARD::Rake::YardocTask.new do |task| task.files = ['LICENSE.mkd', 'lib/**/*.rb'] task.options = [ '--protected', '--output-dir', 'doc/yard', '--markup', 'markdown' ] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gstock-1.0.0 | Rakefile |