This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
/
handsoap.gemspec
51 lines (48 loc) · 1.89 KB
/
handsoap.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "handsoap"
s.version = "1.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Troels Knak-Nielsen", "Jimmi Westerberg"]
s.date = "2013-11-06"
s.description = "Handsoap is a library for creating SOAP clients in Ruby"
s.email = ["troelskn@gmail.com", "frontend@unwire.dk"]
s.extra_rdoc_files = [
"README.markdown"
]
s.license = 'LGPL-3'
s.files = [
"DEPLOY.markdown",
"README.markdown",
"VERSION.yml",
"generators/handsoap/USAGE",
"generators/handsoap/handsoap_generator.rb",
"generators/handsoap/templates/DUMMY",
"lib/handsoap.rb",
"lib/handsoap/compiler.rb",
"lib/handsoap/deferred.rb",
"lib/handsoap/http.rb",
"lib/handsoap/http/drivers.rb",
"lib/handsoap/http/drivers/abstract_driver.rb",
"lib/handsoap/http/drivers/curb_driver.rb",
"lib/handsoap/http/drivers/event_machine_driver.rb",
"lib/handsoap/http/drivers/http_client_driver.rb",
"lib/handsoap/http/drivers/mock_driver.rb",
"lib/handsoap/http/drivers/net_http_driver.rb",
"lib/handsoap/http/part.rb",
"lib/handsoap/http/request.rb",
"lib/handsoap/http/response.rb",
"lib/handsoap/parser.rb",
"lib/handsoap/service.rb",
"lib/handsoap/xml_mason.rb",
"lib/handsoap/xml_query_front.rb"
]
s.homepage = "http://github.com/unwire/handsoap"
s.require_paths = ["lib"]
s.requirements = ["You need to install either \"curb\" or \"httpclient\", using one of:\n gem install curb\n gem install httpclient", "It is recommended that you install either \"nokogiri\" or \"libxml-ruby\""]
s.rubygems_version = "2.0.7"
s.summary = "Handsoap is a library for creating SOAP clients in Ruby"
end