1 Star 0 Fork 0

szw/soap4r

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
soap2r.gemspec 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require "soap/version"
Gem::Specification.new "soap2r", SOAP::VERSION do |s|
s.author = "NAKAMURA, Hiroshi"
s.email = "nahi@ruby-lang.org"
s.homepage = "https://github.com/felipec/soap4r"
s.summary = "An implementation of SOAP 1.1 for Ruby."
s.files = `git ls-files lib bin`.split("\n")
s.executables = [ "wsdl2ruby.rb", "xsd2ruby.rb" ]
s.add_dependency("httpclient", ">= 2.1.1")
s.add_dependency("logger-application", "~> 0.0.2")
s.licenses = ["RUBY", "GPLv2"]
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/szw543345/soap4r.git
git@gitee.com:szw543345/soap4r.git
szw543345
soap4r
soap4r
master

搜索帮助