Project

General

Profile

Download (285 Bytes) Statistics
| Branch: | Tag: | Revision:

require 'mycyma/version'

module MyCyma
module Info
class << self
def app_name; 'MyCyma' end
def url; 'http://www.duckcorp.org/' end
def help_url; 'http://www.duckcorp.org/' end
def versioned_name; "#{app_name} #{MyCyma::VERSION}" end
end
end
end

(1-1/2)