Changeset 46

Show
Ignore:
Timestamp:
02/19/2008 15:23:02 (9 months ago)
Author:
technoweenie
Message:

setup gem dependencies so that parkplace works in a world of mongrel 1.1 and rails 2.0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bin/parkplace

    r34 r46  
    33require 'optparse' 
    44$PARKPLACE_ACCESSORIES = true 
     5require 'rubygems' 
     6gem 'mongrel', '< 1.1' 
     7gem 'activesupport', '< 2.0' 
     8gem 'activerecord', '< 2.0' 
    59require 'parkplace' 
    610