hotel_beds 1.0.1 → 1.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 858a4cdf14e4ffaf54663d2df334f79c68084d08
4
- data.tar.gz: fd2f988877e751f4eefae3ce0f0b954b19ab7211
3
+ metadata.gz: d5c77129a33be50d86b21550884cd6a37329dc80
4
+ data.tar.gz: 9a1b272b2bc26a5e4ba85514c958436aa1b7ddde
5
5
  SHA512:
6
- metadata.gz: ba815153bb568279d0baa45c8fedac7c9fa6851d7cbd52c757173f76f8f5a145cccd199fdadecceedef32b1eb5200869f07e67f5454e1f97de573597380c79ef
7
- data.tar.gz: 0b97c26c4ac48d01d68ef074e2288b25d3edb8a784d1ebd327acbd008ac7ef669abcf97b8f938a0ae248c4e745b7a81d814988fc4a10e2d2d78b1f259a2f9c25
6
+ metadata.gz: 6e3f1cd50f8c6a9bc376afc22884f67b22d5263f85043f9b716d15cf02a1e67d14fa50e447f27d6f189c7e1c7878437bf169da4b10e3b3268a72820169e182ab
7
+ data.tar.gz: 3429da0d14f84ed49f9c27bdf64e5004f02ab8031bcc501da72b69fc56d22ef80720d39420a2ff72554c5cb6f90a6ac22c8ccec3b6284a8bc6ef8c62a60e4c2f
@@ -13,9 +13,6 @@ 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
19
16
  attribute :number_available, selector: "HotelRoom", attr: "availCount"
20
17
  attribute :description, selector: "HotelRoom RoomType"
21
18
  attribute :board, selector: "HotelRoom Board"
@@ -1,3 +1,3 @@
1
1
  module HotelBeds
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotel_beds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Townsend