Files
foreman/lib/foreman.rb
T
David Dollar 7bb1e58879 0.8.0
2010-09-20 16:22:31 -04:00

9 lines
84 B
Ruby

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