Revision 46e28cc2
Added by Marc Dequènes over 16 years ago
- ID 46e28cc2c26c3f11d5640eac9ca387eb8937af0c
lib/mycyma/info.rb | ||
---|---|---|
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 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
|
Also available in: Unified diff
[evol] updated URLs in 'About' submenu