seatsio 51.0.0 → 51.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: 285ffbd182b6d73f6023a367c14581f1f39a09fc246d7eabf571715fdc509c41
4
- data.tar.gz: 864401f99af9031337bf44851a5999b429281110d53412adaa568e01af929857
3
+ metadata.gz: 7b143c840563592cd811b25dc8f513824d320779fb338b82dc41fb4d48051514
4
+ data.tar.gz: 8461ff05156f8707ccd584ee44afa4fc12968d7b13542ef047834f1205150f42
5
5
  SHA512:
6
- metadata.gz: 1d82491de94898575328a20b0b0e622e1daa69ae3bc71474265045139e773becdb8ecbe65b8584500d07a57395cdff59d158c88482af7a5e7a3258edfbf3cef3
7
- data.tar.gz: 970ad2ac76711a0795b972ccc1deb6bb755b8205749729fe46d1aa421f77272c515cc69380cf1cf5c97df47012d91cb1a70a3216253b453cc2bea6898cff7230
6
+ metadata.gz: 73e231273b968a3ee2ed445d19d3401fa20097e780fe3ade0d61973c3a17875840a83a937b85bb886f7fe2a5bccbc263cff1a5b553d6416c3b8e3b753a2c2951
7
+ data.tar.gz: 9b06c799bd186379f294b5d3d003b3dc0631025cd982cdd93e07a79782480039ceeff959b73e44d4244acd77c4fde40d74ae7b5dd5ec2ef495146111d32b3e94
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seatsio (51.0.0)
4
+ seatsio (51.2.0)
5
5
  rest-client (~> 2.0, >= 2.0.2)
6
6
 
7
7
  GEM
@@ -21,7 +21,7 @@ GEM
21
21
  mime-types (3.5.2)
22
22
  mime-types-data (~> 3.2015)
23
23
  mime-types-data (3.2024.0702)
24
- minitest (5.25.1)
24
+ minitest (5.25.2)
25
25
  netrc (0.11.0)
26
26
  parallel (1.26.3)
27
27
  parallel_tests (4.7.2)
@@ -418,6 +418,8 @@ module Seatsio
418
418
  class StatusChangeType
419
419
  CHANGE_STATUS_TO = 'CHANGE_STATUS_TO'
420
420
  RELEASE = 'RELEASE'
421
+ OVERRIDE_SEASON_STATUS = 'OVERRIDE_SEASON_STATUS'
422
+ USE_SEASON_STATUS = 'USE_SEASON_STATUS'
421
423
  end
422
424
 
423
425
  class EventObjectInfo
@@ -1,3 +1,3 @@
1
1
  module Seatsio
2
- VERSION = "51.0.0"
2
+ VERSION = "51.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: 51.0.0
4
+ version: 51.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: 2024-11-13 00:00:00.000000000 Z
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client