Changeset 3434
- Timestamp:
- 01/18/06 23:09:05 (4 years ago)
- Files:
-
- spinoffs/prototype/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/CHANGELOG
r3433 r3434 1 * SVN *1 *1.5.0_pre0* (January 18, 2006) 2 2 3 3 * Add String.prototype.truncate to complement the Action View truncate helper. [sam] spinoffs/prototype/Rakefile
r3362 r3434 6 6 PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist') 7 7 PROTOTYPE_PKG_DIR = File.join(PROTOTYPE_ROOT, 'pkg') 8 PROTOTYPE_VERSION = '1. 4.0'8 PROTOTYPE_VERSION = '1.5.0_pre0' 9 9 10 10 task :default => [:dist, :package, :clean_package_source]