trailer_vote-fixtures 1.17.0 → 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: 020b690b3eb5232ad8641c1f52b375c1a6bf158da3e5e264c51fdd88d79aae49
4
- data.tar.gz: f37e7308fe80915fb0264d5b2ed3942bd26ad1fb62402cdabde75cdf17e5505c
3
+ metadata.gz: 2e3e4f59cbf91d233ad643c19838ecf8bc67def410831985df14b3423cbbe699
4
+ data.tar.gz: 5b87491e59b87534e5509d05d3ede8d546b74f4615338bfb52b743b1bfca4724
5
5
  SHA512:
6
- metadata.gz: 14a290e4de1ae0ab8dcb441da8b1ba34da55fa7a507aff247d03633c2ca935b42e61ea4b1dc04bb80c548408c353d08bdf256b4a6abf79dea14f9779f8098e6c
7
- data.tar.gz: fbe1b588ec732dab65b3f3f397a80080f69ba1c14484601c619300188348bba0642bab2988db1261601c7fa8ec6f4c7d3df95a706447325a1c9cd1b9387d8fbc
6
+ metadata.gz: fb16eb78bd7142fc3a750efed2c5645a30183361b1da805be4c4e3c27b65a344afd778c49024f3f235801e2e47e93662907c9ceb8b26c31fb11584a5933670c3
7
+ data.tar.gz: c8e3ec505b1dab406e5b105c1ff5222eeaf4ea8a9000a076801d838d717d8241f2150789e17d9869ed9f2dfcd5ff1f3f8f40b716557cde2398e6e3667ee1d6a7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.17.0)
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
 
@@ -4,6 +4,10 @@
4
4
  "source_url": "www.source_url.com",
5
5
  "expires_at": "2037-02-14 17:57:04",
6
6
  "content_language": "en-US",
7
- "content_region": "US"
7
+ "content_region": "US",
8
+ "data": {
9
+ "type": "poster",
10
+ "processed": false
11
+ }
8
12
  }
9
13
  }
@@ -1 +1,5 @@
1
- {}
1
+ {
2
+ "product_place_links": {
3
+ "_embedded": []
4
+ }
5
+ }
@@ -1 +1,5 @@
1
- {}
1
+ {
2
+ "product_place_links": {
3
+ "_index": []
4
+ }
5
+ }
@@ -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.0'
5
+ VERSION = '1.17.5'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trailervote/fixtures",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "main": "lib/trailer_vote/fixtures/index.js",
5
5
  "module": "lib/trailer_vote/fixtures/main.mjs",
6
6
  "repository": "https://github.com/TrailerVote/trailervote-fixtures.git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailer_vote-fixtures
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.17.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derk-Jan Karrenbeld
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-15 00:00:00.000000000 Z
11
+ date: 2020-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -112,9 +112,6 @@ files:
112
112
  - bin/console
113
113
  - bin/setup
114
114
  - lib/trailer_vote/fixtures.rb
115
- - lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product.image.v1.collection+json
116
- - lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product.v2.create+json
117
- - lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product_place_link.v1.collection+json
118
115
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1+json
119
116
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.collection+json
120
117
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.index+json
@@ -210,7 +207,7 @@ files:
210
207
  - lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v2.create+json
211
208
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json
212
209
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v2+json
213
- - 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
214
211
  - lib/trailer_vote/fixtures/index.js
215
212
  - lib/trailer_vote/fixtures/main.mjs
216
213
  - lib/trailer_vote/fixtures/version.rb
@@ -1,27 +0,0 @@
1
- {
2
- "vista_configs": {
3
- "_index": [
4
- {
5
- "api_key": "key123",
6
- "base_url": "https://api.client.com"
7
- },
8
- {
9
- "api_key": "key456",
10
- "base_url": "https://api.otherclient.com"
11
- },
12
- {
13
- "api_key": "password",
14
- "base_url": "http://vistaclient.com/webapi/v2"
15
- },
16
- {
17
- "api_key": "csabyy7t43ivodea7804hbg8o89sgb76894",
18
- "base_url": "https://sales.awesomemovies.com/portal/api"
19
- },
20
- {
21
- "api_key": "key789",
22
- "base_url": "https://cinemas.com/vistaWebApi/v2"
23
- }
24
- ],
25
- "_links": {}
26
- }
27
- }