seatsio 38.0.0 → 39.0.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: f3e4409411cb73aa535359e45d2fd273be5f22ea573700504083760d9f62367f
4
- data.tar.gz: c72a6ab7a5dc1ef2c5a036077f8ac7d4a9bcdeba9eb1ed2c541010358c68b214
3
+ metadata.gz: b39228ed47149fc9a2838025ef2f526780b71eaf21392acb31bc0670f5e2ce19
4
+ data.tar.gz: 90878c4e718789672107f43b68160a87021886dfd0596d3a5ea2a1d2db0398ed
5
5
  SHA512:
6
- metadata.gz: '049fda47eb204dabf25624ed3695d955f824d3463d9e43fbbc82b5ff7fe2919167885d9eb373fd0af82c8ce9aba65afbdb2248cc504e18411ae0a757000bbf3b'
7
- data.tar.gz: 40b02cba281f9a763da24c3d505cb42cd094a0a488e13889523556cb0e21e581e3bac860285a2149049712201a56b4aa8e145107427d28b121621874f3f86bc8
6
+ metadata.gz: 4be94db2ebc61a6fc3b7cd2e16b60945ec3641b23da548fae3b5a777bc4387bd1df490d516c61b6b89c22f29a68a82accbf360e9b2db3482acc8ffdef618e5a6
7
+ data.tar.gz: 03c57f778377754a92b18bbf796486815fd5e4510150740c0b35c8954b69e81ba1fd2a76bd73ebfa15e485f8f31c0fe29a47c210c5c724271909add34f36dd09
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seatsio (38.0.0)
4
+ seatsio (39.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -476,16 +476,12 @@ module Seatsio
476
476
 
477
477
  class UsageByEvent
478
478
 
479
- attr_reader :event, :num_used_objects, :num_first_bookings, :num_first_bookings_or_selections,
480
- :num_ga_selections_without_booking, :num_non_ga_selections_without_booking, :num_object_selections
479
+ attr_reader :event, :num_used_objects, :num_first_bookings, :num_object_selections
481
480
 
482
481
  def initialize(data)
483
482
  @event = UsageEvent.new(data['event'])
484
483
  @num_used_objects = data['numUsedObjects']
485
484
  @num_first_bookings = data['numFirstBookings']
486
- @num_first_bookings_or_selections = data['numFirstBookingsOrSelections']
487
- @num_ga_selections_without_booking = data['numGASelectionsWithoutBooking']
488
- @num_non_ga_selections_without_booking = data['numNonGASelectionsWithoutBooking']
489
485
  @num_object_selections = data['numObjectSelections']
490
486
  end
491
487
  end
@@ -1,3 +1,3 @@
1
1
  module Seatsio
2
- VERSION = "38.0.0"
2
+ VERSION = "39.0.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: 38.0.0
4
+ version: 39.0.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: 2022-05-19 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler