Sha256: 92c243b7b0c83a148e2168604aea933c78348171411eb645e63afa070bc547fb
Contents?: true
Size: 569 Bytes
Versions: 236
Compression:
Stored size: 569 Bytes
Contents
module Jets module Rdoc # Use for both jets.gemspec and rake rdoc task def options exclude = %w[ docs spec vendor core.rb .js templates commands internal support Dockerfile Dockerfile.base Gemfile Gemfile.lock Guardfile LICENSE Procfile Rakefile bin ] exclude = exclude.map { |word| ['-x', word] }.flatten ["-m", "README.md", "--markup", "tomdoc"] + exclude end extend self end end
Version data entries
236 entries across 236 versions & 4 rubygems