trailer_vote-fixtures 1.17.4 → 1.17.5

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: 16e29e7a4b4ad96f03150d8945526ec4b1b07af565401192fc9680bd94d660e0
4
- data.tar.gz: c6fb9fb948423893a530d108e00c9baa8e9fb16433ed607c0f803f7382667752
3
+ metadata.gz: 2e3e4f59cbf91d233ad643c19838ecf8bc67def410831985df14b3423cbbe699
4
+ data.tar.gz: 5b87491e59b87534e5509d05d3ede8d546b74f4615338bfb52b743b1bfca4724
5
5
  SHA512:
6
- metadata.gz: 6fafbf56845913ed05c1acbe4e38e7f13b763135eaa38fd4f60bf6a4f9b8ab4fab05f5dfda1342c01bcc11a2864b41658b07ce456d436bbf6be1ef9d2f0adcbf
7
- data.tar.gz: 82a941458fe89a79d5e0eaf87bebc1df1320416bad55ca3b5b24aa51874d99b6ad1b1de8be70f5ae7a1d37b5f9b760adffd9d05a5fe307ef92a53c105c5d9117
6
+ metadata.gz: fb16eb78bd7142fc3a750efed2c5645a30183361b1da805be4c4e3c27b65a344afd778c49024f3f235801e2e47e93662907c9ceb8b26c31fb11584a5933670c3
7
+ data.tar.gz: c8e3ec505b1dab406e5b105c1ff5222eeaf4ea8a9000a076801d838d717d8241f2150789e17d9869ed9f2dfcd5ff1f3f8f40b716557cde2398e6e3667ee1d6a7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.17.3)
4
+ trailer_vote-fixtures (1.17.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -16,7 +16,7 @@ GEM
16
16
  builder
17
17
  minitest (>= 5.0)
18
18
  ruby-progressbar
19
- oj (3.10.5)
19
+ oj (3.10.6)
20
20
  rake (13.0.1)
21
21
  ruby-progressbar (1.10.1)
22
22
 
@@ -0,0 +1,46 @@
1
+ {
2
+ "vista_configs": {
3
+ "_embedded": [
4
+ {
5
+ "vista_config": {
6
+ "api_key": "key123",
7
+ "base_url": "https://api.client.com",
8
+ "trailer_vote_key": "e2673d1c00a6be78b2ee44f1ab7c824c",
9
+ "trailer_vote_secret": "0e90ba0c2e04e8b9ea8e4c7faf8c1cb5"
10
+ }
11
+ },
12
+ {
13
+ "vista_config": {
14
+ "api_key": "key456",
15
+ "base_url": "https://api.otherclient.com",
16
+ "trailer_vote_key": "a1622fa9578fe10731ba1012763fe6a8",
17
+ "trailer_vote_secret": "ca8a3c06057420112fddc302612d6d70"
18
+ }
19
+ },
20
+ {
21
+ "vista_config": {
22
+ "api_key": "password",
23
+ "base_url": "http://vistaclient.com/webapi/v2",
24
+ "trailer_vote_key": "f5cd96952ea11bc73ae7354a1cf1fe74",
25
+ "trailer_vote_secret": "0bdf4214c5f0c80248572f4b076fac41"
26
+ }
27
+ },
28
+ {
29
+ "vista_config": {
30
+ "api_key": "csabyy7t43ivodea7804hbg8o89sgb76894",
31
+ "base_url": "https://sales.awesomemovies.com/portal/api",
32
+ "trailer_vote_key": "84b295e95d78f923053fb1d4330ac55f",
33
+ "trailer_vote_secret": "c1d23cce79bafe883195514cf72c6260"
34
+ }
35
+ },
36
+ {
37
+ "vista_config": {
38
+ "api_key": "key789",
39
+ "base_url": "https://cinemas.com/vistaWebApi/v2",
40
+ "trailer_vote_key": "b4c9383babfb7958fc44fb86a535d95b",
41
+ "trailer_vote_secret": "7bd1e8c25fa1212720b28c3417313038"
42
+ }
43
+ }
44
+ ]
45
+ }
46
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.17.4'
5
+ VERSION = '1.17.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailer_vote-fixtures
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.4
4
+ version: 1.17.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derk-Jan Karrenbeld
@@ -207,7 +207,7 @@ files:
207
207
  - lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v2.create+json
208
208
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json
209
209
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v2+json
210
- - lib/trailer_vote/fixtures/application/vnd.trailervote.vista_config.v1.index+json
210
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.vista_config.v1.collection+json
211
211
  - lib/trailer_vote/fixtures/index.js
212
212
  - lib/trailer_vote/fixtures/main.mjs
213
213
  - lib/trailer_vote/fixtures/version.rb
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  - !ruby/object:Gem::Version
234
234
  version: '0'
235
235
  requirements: []
236
- rubygems_version: 3.0.6
236
+ rubygems_version: 3.0.3
237
237
  signing_key:
238
238
  specification_version: 4
239
239
  summary: Fixtures for TrailerVote media types, api calls, and so forth
@@ -1,37 +0,0 @@
1
- {
2
- "vista_configs": {
3
- "_index": [
4
- {
5
- "api_key": "key123",
6
- "base_url": "https://api.client.com",
7
- "trailer_vote_key": "e2673d1c00a6be78b2ee44f1ab7c824c",
8
- "trailer_vote_secret": "0e90ba0c2e04e8b9ea8e4c7faf8c1cb5"
9
- },
10
- {
11
- "api_key": "key456",
12
- "base_url": "https://api.otherclient.com",
13
- "trailer_vote_key": "a1622fa9578fe10731ba1012763fe6a8",
14
- "trailer_vote_secret": "ca8a3c06057420112fddc302612d6d70"
15
- },
16
- {
17
- "api_key": "password",
18
- "base_url": "http://vistaclient.com/webapi/v2",
19
- "trailer_vote_key": "f5cd96952ea11bc73ae7354a1cf1fe74",
20
- "trailer_vote_secret": "0bdf4214c5f0c80248572f4b076fac41"
21
- },
22
- {
23
- "api_key": "csabyy7t43ivodea7804hbg8o89sgb76894",
24
- "base_url": "https://sales.awesomemovies.com/portal/api",
25
- "trailer_vote_key": "84b295e95d78f923053fb1d4330ac55f",
26
- "trailer_vote_secret": "c1d23cce79bafe883195514cf72c6260"
27
- },
28
- {
29
- "api_key": "key789",
30
- "base_url": "https://cinemas.com/vistaWebApi/v2",
31
- "trailer_vote_key": "b4c9383babfb7958fc44fb86a535d95b",
32
- "trailer_vote_secret": "7bd1e8c25fa1212720b28c3417313038"
33
- }
34
- ],
35
- "_links": {}
36
- }
37
- }