Changeset 858

Show
Ignore:
Timestamp:
11/05/07 23:27:10 (1 year ago)
Author:
iv..@gweezlebur.com
Message:

Bump version to 0.4 and depend on merb 0.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/merb_sequel/Rakefile

    r825 r858  
    44PLUGIN = "merb_sequel" 
    55NAME = "merb_sequel" 
    6 VERSION = "0.0.5
     6VERSION = "0.4.0
    77AUTHOR = "Duane Johnson" 
    88EMAIL = "canadaduane@gmail.com" 
     
    2121  s.email = EMAIL 
    2222  s.homepage = HOMEPAGE 
    23   s.requirements << 'merb' 
     23  s.add_dependency('merb', '>= 0.4.0') 
    2424  s.require_path = 'lib' 
    2525  s.autorequire = PLUGIN