public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Depend on latest Rake
dhh (author)
Sun May 11 16:21:19 -0700 2008
commit  5d9c6026984d91e940a28f221ba558124cc027cb
tree    0146e87c8dbf0ca2b1cc030127b3b261dc465bdb
parent  c11bd7e713c7e79c579dd901585652c959d1e2c7
...
303
304
305
306
 
307
308
309
...
303
304
305
 
306
307
308
309
0
@@ -303,7 +303,7 @@
0
     on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle with eRuby- or Builder-based templates.
0
   EOF
0
 
0
- s.add_dependency('rake', '>= 0.7.2')
0
+ s.add_dependency('rake', '>= 0.8.1')
0
   s.add_dependency('activesupport', '= 2.0.2' + PKG_BUILD)
0
   s.add_dependency('activerecord', '= 2.0.2' + PKG_BUILD)
0
   s.add_dependency('actionpack', '= 2.0.2' + PKG_BUILD)

Comments

    No one has commented yet.