seatsio 32.1.0 → 32.2.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: 43829081cb0883d2369bbfb9b6c4807a04e38fb3e97627989d9b1f6f01a69e13
4
- data.tar.gz: de4d719a4ae6b9f9bcaa5d9d635274f5effabc0a956f51f94939b4fc858dc66a
3
+ metadata.gz: deb37b4551b15d8819e8609a2a79ee8e0924bcb0cbc1eb3734ab511865e98127
4
+ data.tar.gz: f63149c1521404c4d9a968717b985a85fb8fc19f90d3f46fd829b694c117d938
5
5
  SHA512:
6
- metadata.gz: '0379f6a73494c16aed72473174ae1910b08abda9b50a4c53c3d92b8a3f4dfd72488d5c4900406f444ba98d011e3a27b3a83ce648952b92d75df596fb698d3451'
7
- data.tar.gz: 1adeed2183530a981003a5649931e0ce15011aecbf7532196f5bea8444036dccc67178b584729e7ee283c617c11fdb88b4d9f615fd9c514959e4e7adf2acd0b0
6
+ metadata.gz: 672aaf5a46b7e2419e4fc62848dc3b195607a1b86e4273bd5704ac51ed70a800f8fa5ba91ffe728df653623cde7963326f78581b5f3ae79fb49aba33e0d7703f
7
+ data.tar.gz: db47b8d5fa509a644d35b7ced4c7a02c526c6b096ef358afc53fb033ca8c034abc7a466f3fc9e81ab0e9e86d25d2854f5f6f44549ee6406296a2e21c0f2ca8e8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seatsio (32.1.0)
4
+ seatsio (32.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -264,7 +264,7 @@ module Seatsio
264
264
  class ChartReportItem
265
265
 
266
266
  attr_reader :label, :labels, :category_key, :category_label, :section, :entrance, :capacity, :object_type,
267
- :left_neighbour, :right_neighbour, :book_as_a_whole
267
+ :left_neighbour, :right_neighbour, :book_as_a_whole, :distance_to_focal_point
268
268
 
269
269
  def initialize(data)
270
270
  @label = data['label']
@@ -278,6 +278,7 @@ module Seatsio
278
278
  @left_neighbour = data['leftNeighbour']
279
279
  @right_neighbour = data['rightNeighbour']
280
280
  @book_as_a_whole = data['bookAsAWhole']
281
+ @distance_to_focal_point = data['distanceToFocalPoint']
281
282
  end
282
283
  end
283
284
 
@@ -329,7 +330,7 @@ module Seatsio
329
330
  :ticket_type, :num_booked, :num_free, :num_held, :for_sale, :section,
330
331
  :is_accessible, :is_companion_seat, :has_restricted_view, :displayed_object_type,
331
332
  :left_neighbour, :right_neighbour, :is_selectable, :is_disabled_by_social_distancing, :channel,
332
- :book_as_a_whole
333
+ :book_as_a_whole, :distance_to_focal_point
333
334
 
334
335
  def initialize(data)
335
336
  @status = data['status']
@@ -359,6 +360,7 @@ module Seatsio
359
360
  @is_disabled_by_social_distancing = data['isDisabledBySocialDistancing']
360
361
  @channel = data['channel']
361
362
  @book_as_a_whole = data['bookAsAWhole']
363
+ @distance_to_focal_point = data['distanceToFocalPoint']
362
364
  end
363
365
  end
364
366
 
@@ -1,3 +1,3 @@
1
1
  module Seatsio
2
- VERSION = "32.1.0"
2
+ VERSION = "32.2.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: 32.1.0
4
+ version: 32.2.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: 2021-04-23 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler