Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3434

Show
Ignore:
Timestamp:
01/18/06 23:09:05 (4 years ago)
Author:
sam
Message:

Prototype: Bump to 1.5.0_rc0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/CHANGELOG

    r3433 r3434  
    1 * SVN * 
     1*1.5.0_pre0* (January 18, 2006) 
    22 
    33* Add String.prototype.truncate to complement the Action View truncate helper. [sam] 
  • spinoffs/prototype/Rakefile

    r3362 r3434  
    66PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist') 
    77PROTOTYPE_PKG_DIR  = File.join(PROTOTYPE_ROOT, 'pkg') 
    8 PROTOTYPE_VERSION  = '1.4.0' 
     8PROTOTYPE_VERSION  = '1.5.0_pre0' 
    99 
    1010task :default => [:dist, :package, :clean_package_source]