9 lines
84 B
Ruby
9 lines
84 B
Ruby
module Foreman
|
|
|
|
VERSION = "0.9.1"
|
|
|
|
class AppDoesNotExist < Exception; end
|
|
|
|
end
|
|
|