Changeset 1282

Show
Ignore:
Timestamp:
01/11/08 14:02:23 (9 months ago)
Author:
iv..@gweezlebur.com
Message:

setup for release

Files:

Legend:

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

    r1227 r1282  
    55PLUGIN = "merb_param_protection" 
    66NAME = "merb_param_protection" 
    7 VERSION = "0.0.1
     7VERSION = "0.5.0
    88AUTHOR = "Lance Carlson" 
    99EMAIL = "lancecarlson@gmail.com" 
    10 #HOMEPAGE = "http://merb-plugins.rubyforge.org/merb_param_protection/
     10HOMEPAGE = "http://merb.devjavu.com
    1111SUMMARY = "Merb plugin that provides params_accessible and params_protected class methods" 
    1212 
     
    3636end 
    3737 
     38task :release => :package do 
     39  sh %{rubyforge add_release merb #{PLUGIN} #{VERSION} pkg/#{NAME}-#{VERSION}.gem} 
     40end 
     41 
    3842desc "Run all specs" 
    3943Spec::Rake::SpecTask.new('specs') do |t|