tessitura_rest 0.7.8 → 0.7.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8663f1d3470c294f0b842dd667e0af9821cd944ede9b5eb4121edd3a880670b7
4
- data.tar.gz: 56036d380aa39ebaa5ecb0af8409974814feea5ac1de1e0423305282d7c6392b
3
+ metadata.gz: 3ceea7ad3329bc14ce2cb3227f84a6169102a15b475deb8a909b81d47bb1de7d
4
+ data.tar.gz: 1f8e1059a28a178259cc459817d1c90ccd99f90fd694223f0a011efc1e8163ec
5
5
  SHA512:
6
- metadata.gz: dce3d83bbc1680b45f7b542f95d0c7e53688c1a129a4f257b3c1090e9e2d28811349253ae1646fb32530b946199be664ce80e8bdb090f1b85343de680e8212b9
7
- data.tar.gz: 726d05a1dea81ed5f82c35458be14b062f062c3ecf0ac97f67bf94c08a45aa7250f2266272d5bea7f7f7e6ac2a1d7cf303136ff627faa303589e625bf2987baf
6
+ metadata.gz: 77a696486fa373479de3d2ae1916d2bee9c9001c86d8dc5b72fc4115e4265996e74b8a21da05b15a4636b56f5f9d9cd50cc31e7affb25685d34fc0d23edb3b00
7
+ data.tar.gz: a31ec251bf695c1bb2d7a60ef5176f5d16a379953c15ea94364b237aa63d739289a9560a35cc4c6fe56ad977863335be11f2b7238333e8e5ef2a8131c856986e
@@ -3,7 +3,8 @@ module PerformanceExtension
3
3
  def get_performances_by_production(ids, mode_of_sale=nil, options={})
4
4
  parameters =
5
5
  {
6
- 'ProductionSeasonIds': ids,
6
+ 'ProductionSeasonIds': ids,
7
+ 'BusinessUnitId': 1,
7
8
  'ModeOfSaleId': mode_of_sale
8
9
  }
9
10
  options.merge!(basic_auth: @auth, headers: @headers)
@@ -1,3 +1,3 @@
1
1
  class TessituraRest
2
- VERSION = '0.7.8'
2
+ VERSION = '0.7.9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tessitura_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.8
4
+ version: 0.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brittany Martin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-01 00:00:00.000000000 Z
11
+ date: 2020-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler