Sha256: fee54eb66463e51d9e35667dee94e4d041b9e9a1c1d749438caf7d54c596bd91
Contents?: true
Size: 879 Bytes
Versions: 1
Compression:
Stored size: 879 Bytes
Contents
#-- # Copyright protects this work. # See LICENSE file for details. #++ require 'rubygems' gem 'inochi', '~> 1' require 'inochi' Inochi.init :ERBook, :program => 'erbook', :version => '7.1.0', :release => '2009-08-30', :website => 'http://snk.tuxfamily.org/lib/erbook/', :tagline => 'Extensible document processor based on eRuby', :require => { 'ember' => '~> 0', # for eRuby template processing 'maruku' => '~> 0.5', # for Markdown to XHTML conversion 'coderay' => '>= 0.8', # for syntax coloring of source code 'rainpress' => '~> 1', # for minifying CSS 'haml' => '>= 2.2.2', # for generating HTML and CSS 'mime-types' => '>= 1.16', # for detecting MIME types } module ERBook FORMATS_DIR = File.join(INSTALL, 'fmt') FORMAT_FILES = Dir[File.join(FORMATS_DIR, '*.yaml')] end require 'erbook/document'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erbook-7.1.0 | lib/erbook.rb |