Files
foreman/lib/foreman.rb
T
David Dollar 58e936a7e2 0.4.2
2010-06-23 18:54:29 -04:00

9 lines
84 B
Ruby

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