Changeset 1194

Show
Ignore:
Timestamp:
01/07/08 14:27:59 (9 months ago)
Author:
wayneesegu..@gmail.com
Message:

Updating VERSION and pushing 0.4.3 to rubyforge.

Files:

Legend:

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

    r1154 r1194  
    44PLUGIN   = "merb_sequel" 
    55NAME     = "merb_sequel" 
    6 VERSION  = "0.4.2
     6VERSION  = "0.4.3
    77AUTHOR   = "Wayne E. Seguin" 
    88EMAIL    = "wayneeseguin@gmail.com" 
     
    2424  spec.extra_rdoc_files = ["README", "LICENSE", 'TODO'] 
    2525  # Dependencies 
    26   spec.add_dependency("merb",         ">= 0.4.0") 
     26  spec.add_dependency("merb",         ">= 0.4.2") 
    2727  spec.add_dependency("sequel",       ">= 1.0.0") 
    2828  spec.add_dependency("sequel_model", ">= 0.2")