Files
foreman/lib/foreman.rb
T
David Dollar e6b61801b1 0.10.0
2010-12-13 18:05:41 -05:00

9 lines
85 B
Ruby

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