Changeset 190
- Timestamp:
- 02/21/07 11:31:17 (2 years ago)
- Files:
-
- branches/template_engines/Rakefile (modified) (1 diff)
- branches/template_engines/lib/merb (deleted)
- branches/template_engines/lib/merb.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/template_engines/Rakefile
r184 r190 15 15 16 16 NAME = "merb" 17 VERS = "0. 1.1"17 VERS = "0.2.0" 18 18 CLEAN.include ['**/.*.sw?', '*.gem', '.config'] 19 19 RDOC_OPTS = ['--quiet', '--title', "Merb Documentation", branches/template_engines/lib/merb.rb
r169 r190 13 13 14 14 module Merb 15 VERSION='0. 1.1' unless defined?VERSION15 VERSION='0.2.0' unless defined?VERSION 16 16 class Server 17 17 class << self
