Project

General

Profile

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

require 'mycyma/version'

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

(1-1/2)