hotel_beds 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e61886b949e6b040b9ceb88d4516cb646f5d2785
4
- data.tar.gz: c952615f03271a4d226b13a1c3b4c7f60263e0c2
3
+ metadata.gz: 858a4cdf14e4ffaf54663d2df334f79c68084d08
4
+ data.tar.gz: fd2f988877e751f4eefae3ce0f0b954b19ab7211
5
5
  SHA512:
6
- metadata.gz: 00815246e156801babb14bb5f56ce9f858b4d8fa7c0232098026b4a6ab14c63cb30e6ebcab3ba21dd040ef23bc787768ac46f027a36a264f9e4dcc99c9a32045
7
- data.tar.gz: 36864873c2649a31dec1ba8e616c8d652cc711ff71e3cb163cc4360b362fceba924b14e2d300bc43607a58af640579978d5137362fbe9cc8d4aeb60b2398c9c1
6
+ metadata.gz: ba815153bb568279d0baa45c8fedac7c9fa6851d7cbd52c757173f76f8f5a145cccd199fdadecceedef32b1eb5200869f07e67f5454e1f97de573597380c79ef
7
+ data.tar.gz: 0b97c26c4ac48d01d68ef074e2288b25d3edb8a784d1ebd327acbd008ac7ef669abcf97b8f938a0ae248c4e745b7a81d814988fc4a10e2d2d78b1f259a2f9c25
@@ -13,6 +13,9 @@ module HotelBeds
13
13
  attribute :room_count, selector: "HotelOccupancy RoomCount"
14
14
  attribute :adult_count, selector: "HotelOccupancy AdultCount"
15
15
  attribute :child_count, selector: "HotelOccupancy ChildCount"
16
+ attribute :child_ages,
17
+ selector: "HotelOccupancy GuestList Customer[type='CH'] Age",
18
+ multiple: true
16
19
  attribute :number_available, selector: "HotelRoom", attr: "availCount"
17
20
  attribute :description, selector: "HotelRoom RoomType"
18
21
  attribute :board, selector: "HotelRoom Board"
@@ -1,3 +1,3 @@
1
1
  module HotelBeds
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotel_beds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Townsend
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-17 00:00:00.000000000 Z
11
+ date: 2014-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon