Files
foreman/lib/foreman.rb
T
2010-06-23 19:13:50 -04:00

9 lines
84 B
Ruby

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