Sha256: bb83ca723e6e6d3886b9497863d1f864831d3b14c4e4bc15896a4128679b3640
Contents?: true
Size: 413 Bytes
Versions: 1
Compression:
Stored size: 413 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks begin require 'yard' YARD::Rake::YardocTask.new(:yard) do |t| t.options = ['--title', 'MetaTags Documentation'] if ENV['PRIVATE'] t.options.concat ['--protected', '--private'] else t.options.concat ['--protected', '--no-private'] end end rescue LoadError puts 'Yard not available. Install it with: sudo gem install yard' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meta-tags-1.2.4 | Rakefile |