Files
foreman/lib/foreman.rb
T
David Dollar 3495fa2fea 0.4.1
2010-06-23 18:19:57 -04:00

9 lines
84 B
Ruby

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