Files
foreman/lib/foreman.rb
T
David Dollar 2458c4e75f 0.4.7
2010-06-29 17:08:46 -04:00

9 lines
84 B
Ruby

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