Files
foreman/lib/foreman.rb
T
David Dollar 2e36cbf045 0.9.0
2010-11-03 14:11:37 -07:00

9 lines
84 B
Ruby

module Foreman
VERSION = "0.9.0"
class AppDoesNotExist < Exception; end
end