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

Changeset 7761

Show
Ignore:
Timestamp:
10/07/07 01:05:42 (2 years ago)
Author:
bitsweat
Message:

Unbundle Builder in favor of a gem dependency.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/CHANGELOG

    r7746 r7761  
    11*SVN* 
     2 
     3* Unbundle Builder in favor of a gem dependency.  [Jeremy Kemper] 
    24 
    35* Disambiguate Time, Date, and DateTime#to_json formatting.  #9750 [Geoff Buesing, Chu Yeow] 
  • trunk/activesupport/Rakefile

    r7486 r7761  
    4848  s.has_rdoc = true 
    4949 
     50  s.add_dependency('builder', '~> 2.1.2') 
     51 
    5052  s.author = "David Heinemeier Hansson" 
    5153  s.email = "david@loudthinking.com"