public
Description: initially importing soap4r subversion here, later plan to fork it and add features and improve speed
Homepage: http://blog.railsfactory.com
Clone URL: git://github.com/railsfactory/soap4r.git
soap4r / Rakefile
100644 10 lines (7 sloc) 0.164 kb
1
2
3
4
5
6
7
8
9
10
require 'rake/gempackagetask'
load 'soap4r.gemspec'
 
task :default => :gem
 
Rake::GemPackageTask.new(SPEC) do |pkg|
  pkg.need_zip = true
  pkg.need_tar = true
end