rthbound-suitcase 1.7.3 → 1.7.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/suitcase/hotel.rb +2 -1
- data/lib/suitcase/version.rb +1 -1
- metadata +3 -3
data/lib/suitcase/hotel.rb
CHANGED
@@ -40,7 +40,7 @@ module Suitcase
|
|
40
40
|
:location_description, :short_description,
|
41
41
|
:hotel_in_destination, :proximity_distance,
|
42
42
|
:property_description, :number_of_floors, :number_of_rooms,
|
43
|
-
:deep_link, :tripadvisor_rating, :tripadvisor_rating_url, :general_policies,
|
43
|
+
:deep_link, :tripadvisor_rating, :tripadvisor_rating_url, :tripadvisor_review_count, :general_policies,
|
44
44
|
:checkin_instructions, :general_policies, :raw
|
45
45
|
|
46
46
|
# Internal: Initialize a new Hotel.
|
@@ -226,6 +226,7 @@ module Suitcase
|
|
226
226
|
proximity_distance: proximity_distance,
|
227
227
|
tripadvisor_rating: summary["tripAdvisorRating"],
|
228
228
|
tripadvisor_rating_url: summary["tripAdvisorRatingUrl"],
|
229
|
+
tripadvisor_review_count: summary["tripAdvisorReviewCount"],
|
229
230
|
deep_link: summary["deepLink"]
|
230
231
|
)
|
231
232
|
parsed_info[:amenities] = parsed["HotelInformationResponse"]["PropertyAmenities"]["PropertyAmenity"].map do |x|
|
data/lib/suitcase/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rthbound-suitcase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -206,7 +206,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
206
206
|
version: '0'
|
207
207
|
segments:
|
208
208
|
- 0
|
209
|
-
hash:
|
209
|
+
hash: 1281791773025093274
|
210
210
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
211
211
|
none: false
|
212
212
|
requirements:
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
215
215
|
version: '0'
|
216
216
|
segments:
|
217
217
|
- 0
|
218
|
-
hash:
|
218
|
+
hash: 1281791773025093274
|
219
219
|
requirements: []
|
220
220
|
rubyforge_project:
|
221
221
|
rubygems_version: 1.8.24
|