seatsio 48.9.0 → 48.10.0

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
  SHA256:
3
- metadata.gz: '00803c865b4819b112632d11095f3828d583eb8c3d7eaa27e9dddda744558754'
4
- data.tar.gz: 7ab1fca5f1518974b76ebd9bc45a13cd14ba7cefd4f8ad1c0ecbdc1db385f0ee
3
+ metadata.gz: 861fc4ac16ee67b0f5631960d1a418fa6e1e90e31b394f98e5adc61d4d212afa
4
+ data.tar.gz: bdfa3f099a5bf2f2289488586b05420c09dc4afd9c9b6a2dc0226be9e5c7ddc3
5
5
  SHA512:
6
- metadata.gz: cbb93ab25226d7b53f7a1e6934c04d14996a2a730bae17d31adf2160ba1016bee31adc26eb3e286b256490655cbbf3065d50713cd28261608b8598b0f802d02d
7
- data.tar.gz: 35ec08acf8626e22940281a3e184b4c5b0277959556bc34554d44cd64e8e35856dcd4d86bf77e31491d03f2a5a36e51323e2e8bedb3d30c05c0c34297c62c5eb
6
+ metadata.gz: daeef014ea994a46f49a27209f1d8958c782a181d979dd127cfa912c22416dbb9fb96dba9105a4a12225f49d39523976f290f863724f5a88e9a76ac4ac30d867
7
+ data.tar.gz: b7701abd97f25a302ac9663bed81b2c5b589a28ff19cf7e42c6c952906a873b5e28e4d4139a823b5548c3b485aaca2621e078aa35db5bb1af52388cc195fb391
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seatsio (48.9.0)
4
+ seatsio (48.10.0)
5
5
  rest-client (~> 2.0, >= 2.0.2)
6
6
 
7
7
  GEM
@@ -348,7 +348,7 @@ module Seatsio
348
348
 
349
349
  attr_reader :label, :labels, :ids, :category_key, :category_label, :section, :entrance, :capacity, :object_type,
350
350
  :left_neighbour, :right_neighbour, :book_as_a_whole, :distance_to_focal_point, :num_seats, :is_accessible,
351
- :is_companion_seat, :has_restricted_view, :zone
351
+ :is_companion_seat, :has_restricted_view, :zone, :floor
352
352
 
353
353
  def initialize(data)
354
354
  @label = data['label']
@@ -369,6 +369,7 @@ module Seatsio
369
369
  @is_companion_seat = data['isCompanionSeat']
370
370
  @has_restricted_view = data['hasRestrictedView']
371
371
  @zone = data['zone']
372
+ @floor = data['floor']
372
373
  end
373
374
  end
374
375
 
@@ -1,3 +1,3 @@
1
1
  module Seatsio
2
- VERSION = "48.9.0"
2
+ VERSION = "48.10.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seatsio
3
3
  version: !ruby/object:Gem::Version
4
- version: 48.9.0
4
+ version: 48.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seats.io
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-04 00:00:00.000000000 Z
11
+ date: 2024-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client