Sha256: 3b2a988626f55e2410b911e1c57c7e479d045eec8416a4aee2714129c6022eb3
Contents?: true
Size: 439 Bytes
Versions: 1
Compression:
Stored size: 439 Bytes
Contents
# Project and release information. module ERBook PROJECT = 'erbook' VERSION = '5.0.0' RELEASE = '2008-11-22' WEBSITE = 'http://snk.tuxfamily.org/lib/erbook' SUMMARY = 'Extensible document processor based on eRuby.' DISPLAY = PROJECT + ' ' + VERSION INSTALL_DIR = File.expand_path File.join(File.dirname(__FILE__), '..') FORMATS_DIR = File.join INSTALL_DIR, 'fmt' FORMAT_FILES = Dir[File.join(FORMATS_DIR, '*.yaml')] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erbook-5.0.0 | lib/erbook.rb |