Chrononaut-hostconnect 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,3 +1,4 @@
1
+ v0.1.5 Fixed floating point bug
1
2
  v0.1.4 Additional features
2
3
  v0.1.3 Bugfixes
3
4
  v0.1.2 Minor revision
data/hostconnect.gemspec CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hostconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Bj\xC3\xB8rn Arild M\xC3\xA6land"
8
8
  autorequire:
9
9
  bindir: bin
10
10
 
11
- date: 2008-09-15 00:00:00 +02:00
11
+ date: 2008-09-22 00:00:00 +02:00
12
12
  default_executable:
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
@@ -68,128 +68,128 @@ executables: []
68
68
  extensions: []
69
69
 
70
70
  extra_rdoc_files:
71
- - README.markdown
72
71
  - CHANGELOG
73
- - lib/hostconnect.rb
74
- - lib/hostconnect/builders/agent_info_builder.rb
75
- - lib/hostconnect/builders/pax_details_builder.rb
76
- - lib/hostconnect/builders/record_booking_payment_builder.rb
72
+ - lib/hostconnect/builder.rb
77
73
  - lib/hostconnect/builders/add_service_builder.rb
78
- - lib/hostconnect/builders/room_config_builder.rb
74
+ - lib/hostconnect/builders/agent_info_builder.rb
79
75
  - lib/hostconnect/builders/get_booking_builder.rb
76
+ - lib/hostconnect/builders/get_booking_payment_summary_builder.rb
77
+ - lib/hostconnect/builders/get_locations_builder.rb
80
78
  - lib/hostconnect/builders/get_services_builder.rb
81
79
  - lib/hostconnect/builders/get_system_settings_builder.rb
82
- - lib/hostconnect/builders/get_locations_builder.rb
83
- - lib/hostconnect/builders/new_booking_info_builder.rb
84
- - lib/hostconnect/builders/suppler_info_builder.rb
85
80
  - lib/hostconnect/builders/list_bookings_builder.rb
81
+ - lib/hostconnect/builders/new_booking_info_builder.rb
86
82
  - lib/hostconnect/builders/option_info_builder.rb
87
- - lib/hostconnect/builders/get_booking_payment_summary_builder.rb
88
- - lib/hostconnect/builders/service_line_note_builder.rb
83
+ - lib/hostconnect/builders/pax_details_builder.rb
89
84
  - lib/hostconnect/builders/ping_builder.rb
85
+ - lib/hostconnect/builders/record_booking_payment_builder.rb
86
+ - lib/hostconnect/builders/room_config_builder.rb
87
+ - lib/hostconnect/builders/service_line_note_builder.rb
88
+ - lib/hostconnect/builders/suppler_info_builder.rb
89
+ - lib/hostconnect/client.rb
90
90
  - lib/hostconnect/coercion.rb
91
91
  - lib/hostconnect/core_extensions/string.rb
92
92
  - lib/hostconnect/core_extensions/symbol.rb
93
- - lib/hostconnect/translation.rb
93
+ - lib/hostconnect/response.rb
94
+ - lib/hostconnect/responses/add_service.rb
94
95
  - lib/hostconnect/responses/agent_info.rb
95
- - lib/hostconnect/responses/get_services.rb
96
- - lib/hostconnect/responses/list_bookings.rb
97
- - lib/hostconnect/responses/get_locations.rb
98
96
  - lib/hostconnect/responses/get_booking.rb
99
- - lib/hostconnect/responses/record_booking_payment.rb
100
- - lib/hostconnect/responses/option_info.rb
101
97
  - lib/hostconnect/responses/get_booking_payment_summary.rb
102
- - lib/hostconnect/responses/add_service.rb
103
- - lib/hostconnect/responses/supplier_info.rb
98
+ - lib/hostconnect/responses/get_locations.rb
99
+ - lib/hostconnect/responses/get_services.rb
104
100
  - lib/hostconnect/responses/get_system_settings.rb
101
+ - lib/hostconnect/responses/list_bookings.rb
102
+ - lib/hostconnect/responses/option_info.rb
105
103
  - lib/hostconnect/responses/ping.rb
104
+ - lib/hostconnect/responses/record_booking_payment.rb
105
+ - lib/hostconnect/responses/supplier_info.rb
106
106
  - lib/hostconnect/rtf_document.rb
107
- - lib/hostconnect/builder.rb
108
- - lib/hostconnect/client.rb
109
- - lib/hostconnect/response.rb
110
- files:
111
- - Rakefile
107
+ - lib/hostconnect/translation.rb
108
+ - lib/hostconnect.rb
112
109
  - README.markdown
110
+ files:
113
111
  - CHANGELOG
114
- - hostconnect.gemspec
115
- - lib/hostconnect.rb
116
- - lib/hostconnect/builders/agent_info_builder.rb
117
- - lib/hostconnect/builders/pax_details_builder.rb
118
- - lib/hostconnect/builders/record_booking_payment_builder.rb
112
+ - lib/hostconnect/builder.rb
119
113
  - lib/hostconnect/builders/add_service_builder.rb
120
- - lib/hostconnect/builders/room_config_builder.rb
114
+ - lib/hostconnect/builders/agent_info_builder.rb
121
115
  - lib/hostconnect/builders/get_booking_builder.rb
116
+ - lib/hostconnect/builders/get_booking_payment_summary_builder.rb
117
+ - lib/hostconnect/builders/get_locations_builder.rb
122
118
  - lib/hostconnect/builders/get_services_builder.rb
123
119
  - lib/hostconnect/builders/get_system_settings_builder.rb
124
- - lib/hostconnect/builders/get_locations_builder.rb
125
- - lib/hostconnect/builders/new_booking_info_builder.rb
126
- - lib/hostconnect/builders/suppler_info_builder.rb
127
120
  - lib/hostconnect/builders/list_bookings_builder.rb
121
+ - lib/hostconnect/builders/new_booking_info_builder.rb
128
122
  - lib/hostconnect/builders/option_info_builder.rb
129
- - lib/hostconnect/builders/get_booking_payment_summary_builder.rb
130
- - lib/hostconnect/builders/service_line_note_builder.rb
123
+ - lib/hostconnect/builders/pax_details_builder.rb
131
124
  - lib/hostconnect/builders/ping_builder.rb
125
+ - lib/hostconnect/builders/record_booking_payment_builder.rb
126
+ - lib/hostconnect/builders/room_config_builder.rb
127
+ - lib/hostconnect/builders/service_line_note_builder.rb
128
+ - lib/hostconnect/builders/suppler_info_builder.rb
129
+ - lib/hostconnect/client.rb
132
130
  - lib/hostconnect/coercion.rb
133
131
  - lib/hostconnect/core_extensions/string.rb
134
132
  - lib/hostconnect/core_extensions/symbol.rb
135
- - lib/hostconnect/translation.rb
133
+ - lib/hostconnect/response.rb
134
+ - lib/hostconnect/responses/add_service.rb
136
135
  - lib/hostconnect/responses/agent_info.rb
137
- - lib/hostconnect/responses/get_services.rb
138
- - lib/hostconnect/responses/list_bookings.rb
139
- - lib/hostconnect/responses/get_locations.rb
140
136
  - lib/hostconnect/responses/get_booking.rb
141
- - lib/hostconnect/responses/record_booking_payment.rb
142
- - lib/hostconnect/responses/option_info.rb
143
137
  - lib/hostconnect/responses/get_booking_payment_summary.rb
144
- - lib/hostconnect/responses/add_service.rb
145
- - lib/hostconnect/responses/supplier_info.rb
138
+ - lib/hostconnect/responses/get_locations.rb
139
+ - lib/hostconnect/responses/get_services.rb
146
140
  - lib/hostconnect/responses/get_system_settings.rb
141
+ - lib/hostconnect/responses/list_bookings.rb
142
+ - lib/hostconnect/responses/option_info.rb
147
143
  - lib/hostconnect/responses/ping.rb
144
+ - lib/hostconnect/responses/record_booking_payment.rb
145
+ - lib/hostconnect/responses/supplier_info.rb
148
146
  - lib/hostconnect/rtf_document.rb
149
- - lib/hostconnect/builder.rb
150
- - lib/hostconnect/client.rb
151
- - lib/hostconnect/response.rb
147
+ - lib/hostconnect/translation.rb
148
+ - lib/hostconnect.rb
152
149
  - MIT-LICENSE
153
- - spec/builders/new_booking_info_builder_spec.rb
154
- - spec/builders/ping_builder_spec.rb
155
- - spec/builders/get_locations_builder_spec.rb
150
+ - Rakefile
151
+ - README.markdown
156
152
  - spec/builders/add_service_builder_spec.rb
157
- - spec/builders/room_config_builder_spec.rb
158
- - spec/builders/option_info_builder_spec.rb
159
153
  - spec/builders/agent_info_builder_spec.rb
154
+ - spec/builders/get_locations_builder_spec.rb
155
+ - spec/builders/new_booking_info_builder_spec.rb
156
+ - spec/builders/option_info_builder_spec.rb
160
157
  - spec/builders/pax_details_builder_spec.rb
161
- - spec/spec_helper.rb
162
- - spec/fixtures/requests/ping.xml
158
+ - spec/builders/ping_builder_spec.rb
159
+ - spec/builders/room_config_builder_spec.rb
160
+ - spec/client_spec.rb
161
+ - spec/coercion_spec.rb
162
+ - spec/core_extensions_spec.rb
163
+ - spec/fixtures/requests/add_service_request/hotel_booking.xml
163
164
  - spec/fixtures/requests/agent_info.xml
165
+ - spec/fixtures/requests/get_locations.xml
166
+ - spec/fixtures/requests/option_info/hotel_search.xml
164
167
  - spec/fixtures/requests/option_info/hotel_search_total_stay_price.xml
165
168
  - spec/fixtures/requests/option_info/option_number.xml
166
- - spec/fixtures/requests/option_info/hotel_search.xml
167
- - spec/fixtures/requests/get_locations.xml
168
- - spec/fixtures/requests/add_service_request/hotel_booking.xml
169
- - spec/fixtures/responses/ping.xml
169
+ - spec/fixtures/requests/ping.xml
170
+ - spec/fixtures/responses/add_service.xml
170
171
  - spec/fixtures/responses/agent_info.xml
171
172
  - spec/fixtures/responses/agent_info_error.xml
172
173
  - spec/fixtures/responses/get_booking.xml
173
- - spec/fixtures/responses/option_info/tours.xml
174
- - spec/fixtures/responses/option_info/hotel_search_with_stay_price.xml
175
- - spec/fixtures/responses/option_info/option_number.xml
174
+ - spec/fixtures/responses/get_locations.xml
175
+ - spec/fixtures/responses/get_system_settings.xml
176
176
  - spec/fixtures/responses/option_info/hotel_price.xml
177
177
  - spec/fixtures/responses/option_info/hotel_search.xml
178
- - spec/fixtures/responses/get_system_settings.xml
179
- - spec/fixtures/responses/add_service.xml
180
- - spec/fixtures/responses/get_locations.xml
181
- - spec/client_spec.rb
182
- - spec/core_extensions_spec.rb
178
+ - spec/fixtures/responses/option_info/hotel_search_with_stay_price.xml
179
+ - spec/fixtures/responses/option_info/option_number.xml
180
+ - spec/fixtures/responses/option_info/tours.xml
181
+ - spec/fixtures/responses/ping.xml
182
+ - spec/responses/add_service_spec.rb
183
+ - spec/responses/agent_info_spec.rb
183
184
  - spec/responses/get_booking_spec.rb
185
+ - spec/responses/get_locations_spec.rb
184
186
  - spec/responses/get_system_settings_spec.rb
185
- - spec/responses/agent_info_spec.rb
186
187
  - spec/responses/option_info_spec.rb
187
- - spec/responses/add_service_spec.rb
188
188
  - spec/responses/ping_spec.rb
189
- - spec/responses/get_locations_spec.rb
189
+ - spec/spec_helper.rb
190
190
  - spec/translation_spec.rb
191
- - spec/coercion_spec.rb
192
191
  - Manifest
192
+ - hostconnect.gemspec
193
193
  has_rdoc: true
194
194
  homepage: http://www.github.com/Chrononaut/hostconnect/
195
195
  post_install_message:
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  requirements: []
218
218
 
219
219
  rubyforge_project: hostconnect
220
- rubygems_version: 1.2.0.1845
220
+ rubygems_version: 1.2.0
221
221
  specification_version: 2
222
222
  summary: Library for interfacing with Tourplan's hostConnect software, which is a web service interface for tour booking.
223
223
  test_files: []
data/lib/hostconnect.rb CHANGED
@@ -23,7 +23,7 @@ module HostConnect
23
23
  module Version
24
24
  MAJOR = '0'
25
25
  MINOR = '1'
26
- REVISION = '4'
26
+ REVISION = '5'
27
27
  def self.combined
28
28
  [MAJOR, MINOR, REVISION].join('.')
29
29
  end
@@ -8,13 +8,14 @@ module HostConnect
8
8
 
9
9
  def to_xml
10
10
  x = bare
11
+ amount = (@amount.to_f * 100).to_i # Format amount for HostConnect
11
12
  x.Request {
12
13
  x.RecordBookingPaymentRequest {
13
14
  x.AgentID @agent_id
14
15
  x.Password @password
15
16
  x.BookingId @booking_id
16
17
  x.Currency @currency
17
- x.Amount @amount.to_i * 100
18
+ x.Amount amount
18
19
  x.ReceiptType @receipt_type
19
20
  }
20
21
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Chrononaut-hostconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Bj\xC3\xB8rn Arild M\xC3\xA6land"
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
11
- date: 2008-09-14 15:00:00 -07:00
11
+ date: 2008-09-21 15:00:00 -07:00
12
12
  default_executable:
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
@@ -68,128 +68,128 @@ executables: []
68
68
  extensions: []
69
69
 
70
70
  extra_rdoc_files:
71
- - README.markdown
72
71
  - CHANGELOG
73
- - lib/hostconnect.rb
74
- - lib/hostconnect/builders/agent_info_builder.rb
75
- - lib/hostconnect/builders/pax_details_builder.rb
76
- - lib/hostconnect/builders/record_booking_payment_builder.rb
72
+ - lib/hostconnect/builder.rb
77
73
  - lib/hostconnect/builders/add_service_builder.rb
78
- - lib/hostconnect/builders/room_config_builder.rb
74
+ - lib/hostconnect/builders/agent_info_builder.rb
79
75
  - lib/hostconnect/builders/get_booking_builder.rb
76
+ - lib/hostconnect/builders/get_booking_payment_summary_builder.rb
77
+ - lib/hostconnect/builders/get_locations_builder.rb
80
78
  - lib/hostconnect/builders/get_services_builder.rb
81
79
  - lib/hostconnect/builders/get_system_settings_builder.rb
82
- - lib/hostconnect/builders/get_locations_builder.rb
83
- - lib/hostconnect/builders/new_booking_info_builder.rb
84
- - lib/hostconnect/builders/suppler_info_builder.rb
85
80
  - lib/hostconnect/builders/list_bookings_builder.rb
81
+ - lib/hostconnect/builders/new_booking_info_builder.rb
86
82
  - lib/hostconnect/builders/option_info_builder.rb
87
- - lib/hostconnect/builders/get_booking_payment_summary_builder.rb
88
- - lib/hostconnect/builders/service_line_note_builder.rb
83
+ - lib/hostconnect/builders/pax_details_builder.rb
89
84
  - lib/hostconnect/builders/ping_builder.rb
85
+ - lib/hostconnect/builders/record_booking_payment_builder.rb
86
+ - lib/hostconnect/builders/room_config_builder.rb
87
+ - lib/hostconnect/builders/service_line_note_builder.rb
88
+ - lib/hostconnect/builders/suppler_info_builder.rb
89
+ - lib/hostconnect/client.rb
90
90
  - lib/hostconnect/coercion.rb
91
91
  - lib/hostconnect/core_extensions/string.rb
92
92
  - lib/hostconnect/core_extensions/symbol.rb
93
- - lib/hostconnect/translation.rb
93
+ - lib/hostconnect/response.rb
94
+ - lib/hostconnect/responses/add_service.rb
94
95
  - lib/hostconnect/responses/agent_info.rb
95
- - lib/hostconnect/responses/get_services.rb
96
- - lib/hostconnect/responses/list_bookings.rb
97
- - lib/hostconnect/responses/get_locations.rb
98
96
  - lib/hostconnect/responses/get_booking.rb
99
- - lib/hostconnect/responses/record_booking_payment.rb
100
- - lib/hostconnect/responses/option_info.rb
101
97
  - lib/hostconnect/responses/get_booking_payment_summary.rb
102
- - lib/hostconnect/responses/add_service.rb
103
- - lib/hostconnect/responses/supplier_info.rb
98
+ - lib/hostconnect/responses/get_locations.rb
99
+ - lib/hostconnect/responses/get_services.rb
104
100
  - lib/hostconnect/responses/get_system_settings.rb
101
+ - lib/hostconnect/responses/list_bookings.rb
102
+ - lib/hostconnect/responses/option_info.rb
105
103
  - lib/hostconnect/responses/ping.rb
104
+ - lib/hostconnect/responses/record_booking_payment.rb
105
+ - lib/hostconnect/responses/supplier_info.rb
106
106
  - lib/hostconnect/rtf_document.rb
107
- - lib/hostconnect/builder.rb
108
- - lib/hostconnect/client.rb
109
- - lib/hostconnect/response.rb
110
- files:
111
- - Rakefile
107
+ - lib/hostconnect/translation.rb
108
+ - lib/hostconnect.rb
112
109
  - README.markdown
110
+ files:
113
111
  - CHANGELOG
114
- - hostconnect.gemspec
115
- - lib/hostconnect.rb
116
- - lib/hostconnect/builders/agent_info_builder.rb
117
- - lib/hostconnect/builders/pax_details_builder.rb
118
- - lib/hostconnect/builders/record_booking_payment_builder.rb
112
+ - lib/hostconnect/builder.rb
119
113
  - lib/hostconnect/builders/add_service_builder.rb
120
- - lib/hostconnect/builders/room_config_builder.rb
114
+ - lib/hostconnect/builders/agent_info_builder.rb
121
115
  - lib/hostconnect/builders/get_booking_builder.rb
116
+ - lib/hostconnect/builders/get_booking_payment_summary_builder.rb
117
+ - lib/hostconnect/builders/get_locations_builder.rb
122
118
  - lib/hostconnect/builders/get_services_builder.rb
123
119
  - lib/hostconnect/builders/get_system_settings_builder.rb
124
- - lib/hostconnect/builders/get_locations_builder.rb
125
- - lib/hostconnect/builders/new_booking_info_builder.rb
126
- - lib/hostconnect/builders/suppler_info_builder.rb
127
120
  - lib/hostconnect/builders/list_bookings_builder.rb
121
+ - lib/hostconnect/builders/new_booking_info_builder.rb
128
122
  - lib/hostconnect/builders/option_info_builder.rb
129
- - lib/hostconnect/builders/get_booking_payment_summary_builder.rb
130
- - lib/hostconnect/builders/service_line_note_builder.rb
123
+ - lib/hostconnect/builders/pax_details_builder.rb
131
124
  - lib/hostconnect/builders/ping_builder.rb
125
+ - lib/hostconnect/builders/record_booking_payment_builder.rb
126
+ - lib/hostconnect/builders/room_config_builder.rb
127
+ - lib/hostconnect/builders/service_line_note_builder.rb
128
+ - lib/hostconnect/builders/suppler_info_builder.rb
129
+ - lib/hostconnect/client.rb
132
130
  - lib/hostconnect/coercion.rb
133
131
  - lib/hostconnect/core_extensions/string.rb
134
132
  - lib/hostconnect/core_extensions/symbol.rb
135
- - lib/hostconnect/translation.rb
133
+ - lib/hostconnect/response.rb
134
+ - lib/hostconnect/responses/add_service.rb
136
135
  - lib/hostconnect/responses/agent_info.rb
137
- - lib/hostconnect/responses/get_services.rb
138
- - lib/hostconnect/responses/list_bookings.rb
139
- - lib/hostconnect/responses/get_locations.rb
140
136
  - lib/hostconnect/responses/get_booking.rb
141
- - lib/hostconnect/responses/record_booking_payment.rb
142
- - lib/hostconnect/responses/option_info.rb
143
137
  - lib/hostconnect/responses/get_booking_payment_summary.rb
144
- - lib/hostconnect/responses/add_service.rb
145
- - lib/hostconnect/responses/supplier_info.rb
138
+ - lib/hostconnect/responses/get_locations.rb
139
+ - lib/hostconnect/responses/get_services.rb
146
140
  - lib/hostconnect/responses/get_system_settings.rb
141
+ - lib/hostconnect/responses/list_bookings.rb
142
+ - lib/hostconnect/responses/option_info.rb
147
143
  - lib/hostconnect/responses/ping.rb
144
+ - lib/hostconnect/responses/record_booking_payment.rb
145
+ - lib/hostconnect/responses/supplier_info.rb
148
146
  - lib/hostconnect/rtf_document.rb
149
- - lib/hostconnect/builder.rb
150
- - lib/hostconnect/client.rb
151
- - lib/hostconnect/response.rb
147
+ - lib/hostconnect/translation.rb
148
+ - lib/hostconnect.rb
152
149
  - MIT-LICENSE
153
- - spec/builders/new_booking_info_builder_spec.rb
154
- - spec/builders/ping_builder_spec.rb
155
- - spec/builders/get_locations_builder_spec.rb
150
+ - Rakefile
151
+ - README.markdown
156
152
  - spec/builders/add_service_builder_spec.rb
157
- - spec/builders/room_config_builder_spec.rb
158
- - spec/builders/option_info_builder_spec.rb
159
153
  - spec/builders/agent_info_builder_spec.rb
154
+ - spec/builders/get_locations_builder_spec.rb
155
+ - spec/builders/new_booking_info_builder_spec.rb
156
+ - spec/builders/option_info_builder_spec.rb
160
157
  - spec/builders/pax_details_builder_spec.rb
161
- - spec/spec_helper.rb
162
- - spec/fixtures/requests/ping.xml
158
+ - spec/builders/ping_builder_spec.rb
159
+ - spec/builders/room_config_builder_spec.rb
160
+ - spec/client_spec.rb
161
+ - spec/coercion_spec.rb
162
+ - spec/core_extensions_spec.rb
163
+ - spec/fixtures/requests/add_service_request/hotel_booking.xml
163
164
  - spec/fixtures/requests/agent_info.xml
165
+ - spec/fixtures/requests/get_locations.xml
166
+ - spec/fixtures/requests/option_info/hotel_search.xml
164
167
  - spec/fixtures/requests/option_info/hotel_search_total_stay_price.xml
165
168
  - spec/fixtures/requests/option_info/option_number.xml
166
- - spec/fixtures/requests/option_info/hotel_search.xml
167
- - spec/fixtures/requests/get_locations.xml
168
- - spec/fixtures/requests/add_service_request/hotel_booking.xml
169
- - spec/fixtures/responses/ping.xml
169
+ - spec/fixtures/requests/ping.xml
170
+ - spec/fixtures/responses/add_service.xml
170
171
  - spec/fixtures/responses/agent_info.xml
171
172
  - spec/fixtures/responses/agent_info_error.xml
172
173
  - spec/fixtures/responses/get_booking.xml
173
- - spec/fixtures/responses/option_info/tours.xml
174
- - spec/fixtures/responses/option_info/hotel_search_with_stay_price.xml
175
- - spec/fixtures/responses/option_info/option_number.xml
174
+ - spec/fixtures/responses/get_locations.xml
175
+ - spec/fixtures/responses/get_system_settings.xml
176
176
  - spec/fixtures/responses/option_info/hotel_price.xml
177
177
  - spec/fixtures/responses/option_info/hotel_search.xml
178
- - spec/fixtures/responses/get_system_settings.xml
179
- - spec/fixtures/responses/add_service.xml
180
- - spec/fixtures/responses/get_locations.xml
181
- - spec/client_spec.rb
182
- - spec/core_extensions_spec.rb
178
+ - spec/fixtures/responses/option_info/hotel_search_with_stay_price.xml
179
+ - spec/fixtures/responses/option_info/option_number.xml
180
+ - spec/fixtures/responses/option_info/tours.xml
181
+ - spec/fixtures/responses/ping.xml
182
+ - spec/responses/add_service_spec.rb
183
+ - spec/responses/agent_info_spec.rb
183
184
  - spec/responses/get_booking_spec.rb
185
+ - spec/responses/get_locations_spec.rb
184
186
  - spec/responses/get_system_settings_spec.rb
185
- - spec/responses/agent_info_spec.rb
186
187
  - spec/responses/option_info_spec.rb
187
- - spec/responses/add_service_spec.rb
188
188
  - spec/responses/ping_spec.rb
189
- - spec/responses/get_locations_spec.rb
189
+ - spec/spec_helper.rb
190
190
  - spec/translation_spec.rb
191
- - spec/coercion_spec.rb
192
191
  - Manifest
192
+ - hostconnect.gemspec
193
193
  has_rdoc: true
194
194
  homepage: http://www.github.com/Chrononaut/hostconnect/
195
195
  post_install_message: