lib/gen.rb in gen-0.31.0 vs lib/gen.rb in gen-0.40.0
- old
+ new
@@ -1,32 +1,31 @@
# = Gen
#
# A flexible code generation system.
#
# Copyright (c) 2005-2006, George Moschovitis (http://www.gmosx.com)
-# Copyright (c) 2005-2006, Navel Ltd (http://www.navel.gr)
#
# Gen (http://www.nitroproject.org) is copyrighted free software
-# created and maintained by George Moschovitis (mailto:gm@navel.gr)
+# created and maintained by George Moschovitis (mailto:george.moschovitis@gmail.com)
# and released under the standard BSD Licence. For details
# consult the file doc/LICENCE.
class Gen
# The version.
- Version = '0.31.0'
+ Version = '0.40.0'
# Library path.
LibPath = File.dirname(__FILE__)
end
# The base generator class.
#--
-# TODO: add support for facets consoleapp.
+# TODO: add support for facets command.
#++
class Gen
attr_accessor :generator_dir
@@ -51,7 +50,5 @@
# Shutdown the generator.
def teardown
end
end
-
-# * George Moschovitis <gm@navel.gr>