Files
foreman/lib/foreman.rb
T
2010-05-21 15:32:03 -04:00

9 lines
84 B
Ruby

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