Module: Bakery

Defined in:
lib/bakery.rb,
lib/bakery/command.rb,
lib/bakery/transformation.rb

Defined Under Namespace

Classes: Command, Error, MissingSystemDependencyError, ShellCommandCallError, Transformation

Constant Summary collapse

VERSION =
'0.0.1'
COMMANDS =
[:latex, :dvipng].inject({}) { |h,n| h.merge(n => Command.new(n)) }