Files
foreman/lib/foreman.rb
T
2010-07-06 16:42:50 -04:00

9 lines
84 B
Ruby

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