Sha256: 9b1f8918290d9a6893f13c79db970985cfeeae1cc5f36616435d4d00eeceb406
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 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) #{Time.now.year} 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.3.0 | rake_tasks/conf.rake |
ramaze-0.3.5 | rake_tasks/conf.rake |