Module: Inochi
- Defined in:
- lib/inochi/engine.rb,
lib/inochi/inochi.rb,
lib/inochi/generate.rb
Defined Under Namespace
Modules: Generate Classes: Engine
Constant Summary collapse
- PROJECT =
Official name of this project.
'Inochi'
- TAGLINE =
Short single-line description of this project.
'Gives life to Ruby projects'
- WEBSITE =
Address of this project’s official home page.
'http://snk.tuxfamily.org/lib/inochi/'
- VERSION =
Number of this release of this project.
'6.1.0'
- RELDATE =
Date of this release of this project.
'2011-06-29'
- INSTDIR =
Location of this release of this project.
File.('../../..', __FILE__)
- GEMDEPS =
RubyGems required by this project during runtime.
{ 'rake' => [ '>= 0.8.4' , '< 0.9' ], # for Inochi::Engine 'ember' => [ '>= 0.3.0' , '< 1' ], # for eRuby templates 'nokogiri' => [ '>= 1.4' , '< 2' ], # for parsing HTML and XML 'yard' => [ '>= 0.5.8' , '< 1' ], # for making API documentation }
Class Method Summary collapse
-
.inspect ⇒ Object
Description of this release of this project.