Show
Ignore:
Timestamp:
10/08/07 11:33:13 (6 years ago)
Author:
cho45
Message:

lang/ruby/module-pluggable/Rakefile,
lang/ruby/cutagem/Rakefile,
lang/ruby/safeeval/Rakefile,
lang/ruby/rdoc/generators/template/html/resh/gem/Rakefile:

じぶんのところの gem source に必ずあぷろどするように。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/safeeval/Rakefile

    r427 r428  
    121121 
    122122desc 'Package and upload the release to rubyforge.' 
    123 task :release => [:clean, :package] do |t| 
     123task :release => [:clean, :package, :release_local] do |t| 
    124124        v = ENV["VERSION"] or abort "Must supply VERSION=x.y.z" 
    125125        abort "Versions don't match #{v} vs #{VERS}" unless v == VERS