bookingstudio-ruby 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bookingstudio-ruby
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 0
9
+ version: 0.1.0
10
+ platform: ruby
11
+ authors:
12
+ - Andi Bade
13
+ - Dirk Breuer
14
+ - Dominik Ehret
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2011-01-18 00:00:00 +01:00
20
+ default_executable:
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: soap4r
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ segments:
30
+ - 0
31
+ version: "0"
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ description: ruby interface to the Bookingstudio SOAP Interface
35
+ email: andi@galaxycats.com
36
+ executables: []
37
+
38
+ extensions: []
39
+
40
+ extra_rdoc_files:
41
+ - LICENSE
42
+ - README.rdoc
43
+ files:
44
+ - .gitignore
45
+ - LICENSE
46
+ - README.rdoc
47
+ - Rakefile
48
+ - VERSION
49
+ - bookingstudio-ruby.gemspec
50
+ - lib/bookingstudio-ruby.rb
51
+ - lib/bookingstudio_ruby.rb
52
+ - lib/bookingstudio_ruby/web_service.rb
53
+ - lib/bookingstudio_ruby/web_service/booking_service.rb
54
+ - lib/bookingstudio_ruby/web_service/booking_service_driver.rb
55
+ - lib/bookingstudio_ruby/web_service/booking_service_mapping_registry.rb
56
+ - lib/bookingstudio_ruby/web_service/search_service.rb
57
+ - lib/bookingstudio_ruby/web_service/search_service_driver.rb
58
+ - lib/bookingstudio_ruby/web_service/search_service_mapping_registry.rb
59
+ has_rdoc: true
60
+ homepage: http://www.fejo.dk
61
+ licenses: []
62
+
63
+ post_install_message:
64
+ rdoc_options:
65
+ - --charset=UTF-8
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ segments:
73
+ - 0
74
+ version: "0"
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ segments:
80
+ - 0
81
+ version: "0"
82
+ requirements: []
83
+
84
+ rubyforge_project:
85
+ rubygems_version: 1.3.6
86
+ signing_key:
87
+ specification_version: 3
88
+ summary: ruby interface to the Bookingstudio SOAP Interface
89
+ test_files: []
90
+