rake_tasks/conf.rake in ramaze-0.1.3 vs rake_tasks/conf.rake in ramaze-0.1.4
- old
+ new
@@ -1,8 +1,8 @@
AUTHOR = "manveru"
EMAIL = "m.fellinger@gmail.com"
-DESCRIPTION = "Ramaze tries to be a very simple Webframework without the voodoo"
+DESCRIPTION = "Ramaze is a simple and modular web framework"
HOMEPATH = 'http://ramaze.rubyforge.org'
BIN_FILES = %w( ramaze )
BASEDIR = File.expand_path(File.join(File.dirname(__FILE__), '..'))
@@ -47,10 +47,10 @@
You can now do following:
* Create a new project using the `ramaze' command:
ramaze --create yourproject
-* Browse and try the Examples in
- #{File.join(Gem.path, 'gems', 'ramaze-' + VERS, 'examples')}
-
#{'=' * 60}
}.strip
+
+# * Browse and try the Examples in
+# #{File.join(Gem.path, 'gems', 'ramaze-' + VERS, 'examples')}