Files
foreman/lib/foreman.rb
David Dollar 7d7bb87fc7 0.1.0
2010-05-21 15:32:03 -04:00

9 lines
84 B
Ruby

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