root/tags/RELEASE_1_5_8/Rakefile
| Revision 1736, 164 bytes (checked in by nahi, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | require 'rake/gempackagetask' |
| 2 | load 'soap4r.gemspec' |
| 3 | |
| 4 | task :default => :gem |
| 5 | |
| 6 | Rake::GemPackageTask.new(SPEC) do |pkg| |
| 7 | pkg.need_zip = true |
| 8 | pkg.need_tar = true |
| 9 | end |
Note: See TracBrowser for help on using the browser.