Changeset 428 for lang/ruby/module-pluggable
- Timestamp:
- 10/08/07 11:33:13 (4 years ago)
- Files:
-
- 1 modified
-
lang/ruby/module-pluggable/Rakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/module-pluggable/Rakefile
r427 r428 13 13 AUTHOR = "cho45" 14 14 EMAIL = "cho45@lowreal.net" 15 DESCRIPTION = " "15 DESCRIPTION = "Extend class for pluggable." 16 16 RUBYFORGE_PROJECT = "modulepluggable" 17 17 HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" … … 121 121 122 122 desc 'Package and upload the release to rubyforge.' 123 task :release => [:clean, :package ] do |t|123 task :release => [:clean, :package, :release_local] do |t| 124 124 v = ENV["VERSION"] or abort "Must supply VERSION=x.y.z" 125 125 abort "Versions don't match #{v} vs #{VERS}" unless v == VERS
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)