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

Changeset 629

Show
Ignore:
Timestamp:
02/15/05 16:43:13 (4 years ago)
Author:
david
Message:

Call Active Support 0.9 until release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/Rakefile

    r624 r629  
    5858  s.requirements << 'none' 
    5959 
    60   s.add_dependency('activesupport', '>= 1.0.0') 
     60  s.add_dependency('activesupport', '>= 0.9.0') 
    6161 
    6262  s.require_path = 'lib' 
  • trunk/activerecord/Rakefile

    r624 r629  
    112112  end 
    113113   
    114   s.add_dependency('activesupport', '>= 1.0.0') 
     114  s.add_dependency('activesupport', '>= 0.9.0') 
    115115 
    116116  s.files.delete "test/fixtures/fixture_database.sqlite"