Files
foreman/lib/foreman.rb
David Dollar 2a2786e676 0.4.5
2010-06-29 16:01:16 -04:00

9 lines
84 B
Ruby

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