Changeset 1282
- Timestamp:
- 01/11/08 14:02:23 (9 months ago)
- Files:
-
- plugins/merb_param_protection/Rakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/merb_param_protection/Rakefile
r1227 r1282 5 5 PLUGIN = "merb_param_protection" 6 6 NAME = "merb_param_protection" 7 VERSION = "0. 0.1"7 VERSION = "0.5.0" 8 8 AUTHOR = "Lance Carlson" 9 9 EMAIL = "lancecarlson@gmail.com" 10 #HOMEPAGE = "http://merb-plugins.rubyforge.org/merb_param_protection/"10 HOMEPAGE = "http://merb.devjavu.com" 11 11 SUMMARY = "Merb plugin that provides params_accessible and params_protected class methods" 12 12 … … 36 36 end 37 37 38 task :release => :package do 39 sh %{rubyforge add_release merb #{PLUGIN} #{VERSION} pkg/#{NAME}-#{VERSION}.gem} 40 end 41 38 42 desc "Run all specs" 39 43 Spec::Rake::SpecTask.new('specs') do |t|
