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

root/trunk/soap4r.gemspec

Revision 1984, 0.7 kB (checked in by nahi, 10 months ago)
  • update documents for 1.5.8-GA.
Line 
1 # v0.2 gemspec for soap4r
2 # Walter Korman (shaper@waywardgeeks.org)
3
4 require 'rubygems'
5 SPEC = Gem::Specification.new do |s|
6   s.name = "soap4r"
7   s.version = "1.5.8"
8   s.date = "2007-09-24"
9   s.author = "NAKAMURA, Hiroshi"
10   s.email = "nahi@ruby-lang.org"
11   s.homepage = "http://dev.ctor.org/soap4r"
12   s.platform = Gem::Platform::RUBY
13   s.summary = "An implementation of SOAP 1.1 for Ruby."
14   s.files = Dir.glob("{bin,lib,test}/**/*")
15   s.require_path = "lib"
16   s.executables = [ "wsdl2ruby.rb", "xsd2ruby.rb" ]
17   # don't reference the test until we see it execute fully and successfully
18   s.test_file = "test/runner.rb"
19   # disable rdoc generation until we've got more
20   s.has_rdoc = false
21   s.add_dependency("httpclient", ">= 2.1.1")
22 end
Note: See TracBrowser for help on using the browser.