Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/tags/RELEASE_1_5_8/Rakefile

Revision 1736, 164 bytes (checked in by nahi, 2 years ago)

added soap4r.gemspec by shaper at wgks.org. closes #259.

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.