Files
foreman/lib/foreman.rb
T
David Dollar ddccab4c63 0.5.0
2010-06-30 21:32:38 -04:00

9 lines
84 B
Ruby

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