Sha256: 3a36bdc43fb1cc5b9ddae2f72b5e41701816e5ed4d83d309392551863b4873a7
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
AUTHOR = "manveru" EMAIL = "m.fellinger@gmail.com" 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__), '..')) NAME = "ramaze" VERS = Ramaze::VERSION COPYRIGHT = [ "# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com", "# All files in this distribution are subject to the terms of the Ruby license." ] CLEAN.include %w[ **/.*.sw? *.gem .config **/*~ **/{data.db,cache.yaml} *.yaml pkg rdoc ] RDOC_OPTS = %w[ --all --quiet --op rdoc --line-numbers --inline-source --main doc/README --opname index.html --title "Ramaze\ documentation" --exclude "^(_darcs|spec|examples|bin|pkg)/" --exclude "lib/proto" --include "doc" --accessor "trait" ] RDOC_FILES = %w[ lib doc doc/README doc/FAQ doc/CHANGELOG ] POST_INSTALL_MESSAGE = %{ #{'=' * 60} Thank you for installing Ramaze! You can now do following: * Create a new project using the `ramaze' command: ramaze --create yourproject #{'=' * 60} }.strip # * Browse and try the Examples in # #{File.join(Gem.path, 'gems', 'ramaze-' + VERS, 'examples')}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.2.0 | rake_tasks/conf.rake |
ramaze-0.2.1 | rake_tasks/conf.rake |