Files
foreman/lib/foreman.rb
T
2010-06-09 12:32:33 -04:00

9 lines
84 B
Ruby

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