Sha256: bc510724ed1f6d690ecdaace695cf9cc745af6a1d0fc17857731f77f9082c2e4
Contents?: true
Size: 638 Bytes
Versions: 2
Compression:
Stored size: 638 Bytes
Contents
<% proj_home_url = #{library_name}::WEBSITE api_docs_url = File.join(proj_home_url, 'api/') ann_feed_url = File.join(proj_home_url, 'ann.xml') code_repo_scm = '[Git](http://git-scm.com)' code_repo_url = 'http://github.com/TODO/#{package_name}' bug_track_url = 'http://github.com/TODO/#{package_name}/issues' ## # Puts the given content inside <pre> tags in a Markdown-safe way. # def preformatted content if content =~ /\\S/ content.gsub(/^/, ' ' * 4) else "<pre>\#{content}</pre>" end end %> %+ "README" %+ "USAGE" %+ "EXAMPLES" %+ "HACKING" %+ "HISTORY" %+ "CREDITS" %+ "BEYOND"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inochi-4.0.1 | lib/inochi/templates/MANUAL.rbs |
inochi-4.0.0 | lib/inochi/templates/MANUAL.rbs |