trailer_vote-fixtures 1.6.2 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v4+json +42 -0
  4. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.collection+json +23 -0
  5. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.create+json +1 -0
  6. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.index+json +9 -0
  7. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.collection+json +23 -0
  8. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.create+json +7 -0
  9. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.index+json +9 -0
  10. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.collection+json +1 -0
  11. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.create+json +1 -0
  12. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.index+json +9 -0
  13. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.collection+json +29 -0
  14. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.collection+json +72 -0
  15. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.collection+json +93 -0
  16. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.create+json +58 -0
  17. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.create+json +67 -0
  18. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.collection+json +1 -0
  19. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.create+json +3 -0
  20. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.index+json +1 -0
  21. data/lib/trailer_vote/fixtures/version.rb +1 -1
  22. data/package.json +1 -1
  23. data/trailer_vote-fixtures.gemspec +1 -1
  24. metadata +22 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 854b315d5ce3ffc02e7ff59a3f2ab24b358dc4935387482707502bb407d688af
4
- data.tar.gz: 0ab7acd2a1589a83d53680e95187868da29a986b909c9cb9c293f062439b0770
3
+ metadata.gz: 1a01da54912151dc879fd582f7eba10b8cb33f850d7fe176aff6ca3add553fc7
4
+ data.tar.gz: 26cfff87014095cdaa129fc45e9296a21d0dec3d308376ebeeec0446745998e0
5
5
  SHA512:
6
- metadata.gz: 94481ce49d8f29561c49ba27d27e39f02332c151c73728ee9492f1a33976ba7653f5fa6825e11d776398714335559c4244961f43d4cf9863328f3ee7b79edb89
7
- data.tar.gz: 04cc8c03db0a0054d98562eacaaf7dedd161f5c5f561f37a16cfd46c7c6fb4483fea8da1f9317af1a9088dbaba7eed9e6393d9722264925785e88fde7101401f
6
+ metadata.gz: 6226417105bae951f13a6ad524a64451cd2da4e057b14ce2ebb8fe08b57075587ece6165c167833088ab5ab2475da2491ca50dfb9120103e1e8208430b25b00c
7
+ data.tar.gz: '079adbad69d230615c789f4019fe29652568efff1f723915a3c6a631acf041c07c3231f7a55cdad046f74dd673474b65370c29d4682a269e317b374a6ca58ee2'
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.6.2)
4
+ trailer_vote-fixtures (1.6.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ansi (1.5.0)
10
10
  builder (3.2.3)
11
- minitest (5.12.0)
11
+ minitest (5.12.2)
12
12
  minitest-ci (3.4.0)
13
13
  minitest (>= 5.0.6)
14
- minitest-reporters (1.3.8)
14
+ minitest-reporters (1.4.0)
15
15
  ansi
16
16
  builder
17
17
  minitest (>= 5.0)
18
18
  ruby-progressbar
19
- oj (3.9.1)
20
- rake (12.3.3)
19
+ oj (3.9.2)
20
+ rake (13.0.0)
21
21
  ruby-progressbar (1.10.1)
22
22
 
23
23
  PLATFORMS
@@ -30,7 +30,7 @@ DEPENDENCIES
30
30
  minitest-ci (~> 3.4)
31
31
  minitest-reporters (~> 1.3)
32
32
  oj (~> 3.6)
33
- rake (~> 12.3)
33
+ rake (~> 13.0)
34
34
  trailer_vote-fixtures!
35
35
 
36
36
  BUNDLED WITH
@@ -0,0 +1,42 @@
1
+ {
2
+ "configuration": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "www.self_url.com"
6
+ },
7
+ "place": {
8
+ "href": "www.Place_url.com"
9
+ },
10
+ "push_manifest": {
11
+ "href": "www.push_manifest.com"
12
+ },
13
+ "products": {
14
+ "href": "www.push_manifest.com"
15
+ },
16
+ "product_lookup": {
17
+ "href": "www.product_lookup.com"
18
+ },
19
+ "persona": {
20
+ "href": "https://fake.trailervote.com:/api/personas/{uuid}/feedback",
21
+ "templated": true
22
+ },
23
+ "analytics": {
24
+ "href": "https://fake.trailervote.influxcloud.net:8086/analytics"
25
+ },
26
+ "telemetrics": {
27
+ "href": "https://fake.analytics.trailervote.com:8086/metrics"
28
+ },
29
+ "persona_config": {
30
+ "href": "https://fake.trailervote.com:/views-api/configuration/placeid/{persona}",
31
+ "templated": true
32
+ },
33
+ "issues": {
34
+ "href": "www.url.com"
35
+ }
36
+ },
37
+ "customer_config": {
38
+ "a": 2,
39
+ "key": "value"
40
+ }
41
+ }
42
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "places": {
3
+ "_embedded": [
4
+ {
5
+ "name": "The World",
6
+ "parent_place": null,
7
+ "expires_at": null,
8
+ "updated_at": "2018-06-06T00:48:18.195Z",
9
+ "_links": {
10
+ "self": {
11
+ "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f"
12
+ },
13
+ "products": {
14
+ "href": "https://fake.trailervote.com/api/places/23403a0a-24f7-457d-945e-c6d27e04c73f/products"
15
+ },
16
+ "parent": {
17
+ "href": null
18
+ }
19
+ }
20
+ }
21
+ ]
22
+ }
23
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "places": {
3
+ "_index": [
4
+ {
5
+ "href": "www.place.com"
6
+ }
7
+ ]
8
+ }
9
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "places": {
3
+ "_embedded": [
4
+ {
5
+ "name": "AMC Theatres",
6
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
7
+ "expires_at": null,
8
+ "updated_at": "2018-05-23T02:59:45.903Z",
9
+ "_links": {
10
+ "self": {
11
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
12
+ },
13
+ "products_archive": {
14
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
15
+ },
16
+ "parent": {
17
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
18
+ }
19
+ }
20
+ }
21
+ ]
22
+ }
23
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "place": {
3
+ "name": "AMC Theatres",
4
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
+ "expires_at": null
6
+ }
7
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "places": {
3
+ "_index": [
4
+ {
5
+ "href": "www.place.com"
6
+ }
7
+ ]
8
+ }
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "places": {
3
+ "_index": [
4
+ {
5
+ "href": "www.place.com"
6
+ }
7
+ ]
8
+ }
9
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "places": {
3
+ "_embedded": [
4
+ {
5
+ "name": "AMC Theatres",
6
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
7
+ "expires_at": null,
8
+ "updated_at": "2018-05-23T02:59:45.903Z",
9
+ "_links": {
10
+ "self": {
11
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
12
+ },
13
+ "products_archive": {
14
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
15
+ },
16
+ "fragments_archive": {
17
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/audio_fragments"
18
+ },
19
+ "parent": {
20
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
21
+ },
22
+ "children": {
23
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/children"
24
+ }
25
+ }
26
+ }
27
+ ]
28
+ }
29
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "product_images": {
3
+ "_embedded": [
4
+ {
5
+ "updated_at": "2018-07-12T15:00:46.384Z",
6
+ "source_url": "https://s3.amazonaws.com/fake.trailervote.com/12207f39faf876001ae9eb95e38a6b90cd01838753fd501d094a770419ca403c681e",
7
+ "data": {
8
+ "tmdb": {
9
+ "width": 3840,
10
+ "height": 2160,
11
+ "file_path": "/6ELJEzQJ3Y45HczvreC3dg0GV5R.jpg",
12
+ "iso_639_1": null,
13
+ "vote_count": 15,
14
+ "aspect_ratio": 1.777777777777778,
15
+ "vote_average": 5.458
16
+ },
17
+ "type": "backdrop",
18
+ "processed": true
19
+ },
20
+ "identifier": "1220be5d093b9455e054c2afaa8c597b9e7daaf629777309d6541c0f51e567512d01",
21
+ "_links": {
22
+ "self": {
23
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004",
24
+ "type": "backdrop"
25
+ },
26
+ "original": {
27
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/12207f39faf876001ae9eb95e38a6b90cd01838753fd501d094a770419ca403c681e",
28
+ "content_digest": "12207f39faf876001ae9eb95e38a6b90cd01838753fd501d094a770419ca403c681e",
29
+ "width": 3840,
30
+ "height": 2160
31
+ },
32
+ "thumbnail": {
33
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220559187153b45e8f8c7656ae1d7e13910aa70a59c056f17fb02be5664175d2304",
34
+ "content_digest": "1220559187153b45e8f8c7656ae1d7e13910aa70a59c056f17fb02be5664175d2304",
35
+ "width": 150,
36
+ "height": 150
37
+ },
38
+ "xlarge": {
39
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/12204cd63cec9c9f4baf234963a64eb5606e7214f395b338ed60ea6bba4244c90beb",
40
+ "content_digest": "12204cd63cec9c9f4baf234963a64eb5606e7214f395b338ed60ea6bba4244c90beb",
41
+ "width": 1600,
42
+ "height": 900
43
+ },
44
+ "large": {
45
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220dfec7077810eb20b51545240880418124daabb694af2e6e7f075101c9724b38f",
46
+ "content_digest": "1220dfec7077810eb20b51545240880418124daabb694af2e6e7f075101c9724b38f",
47
+ "width": 1024,
48
+ "height": 576
49
+ },
50
+ "medium": {
51
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/12206b6cd43ffb8209579f6d25556ac470deec9a354fcdfe29e2d8781619cf5308d4",
52
+ "content_digest": "12206b6cd43ffb8209579f6d25556ac470deec9a354fcdfe29e2d8781619cf5308d4",
53
+ "width": 960,
54
+ "height": 540
55
+ },
56
+ "small": {
57
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220ed693d66ff7caa5f96b6ac633f8d475721cbfb15b5fa7b95d5c558017df71bb9",
58
+ "content_digest": "1220ed693d66ff7caa5f96b6ac633f8d475721cbfb15b5fa7b95d5c558017df71bb9",
59
+ "width": 640,
60
+ "height": 360
61
+ },
62
+ "xsmall": {
63
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/1220d526c82cc435a00682fb712fa43150f2555f3ac875e848f1a705708f81219712",
64
+ "content_digest": "1220d526c82cc435a00682fb712fa43150f2555f3ac875e848f1a705708f81219712",
65
+ "width": 320,
66
+ "height": 180
67
+ }
68
+ }
69
+ }
70
+ ]
71
+ }
72
+ }
@@ -0,0 +1,93 @@
1
+ {
2
+ "products": {
3
+ "_embedded": [
4
+ {
5
+ "name": "Mission: Impossible - Fallout",
6
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm.",
7
+ "updated_at": "2018-09-24T13:00:10.472Z",
8
+ "lock_version": 80,
9
+ "raw_data": {},
10
+ "data": {
11
+ "amc": {
12
+ "type": "movie",
13
+ "type_version": 1,
14
+ "genres": [
15
+ "ACTION"
16
+ ],
17
+ "mpaa_rating": "PG13",
18
+ "run_time": 147,
19
+ "release_date": "2018-07-27T00:00:00Z",
20
+ "default_image_url": "https://cdn.amctheatres.com/production/2/movies/52500/52452/PosterDynamic/43930.jpg",
21
+ "name": "Mission: Impossible - Fallout",
22
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm."
23
+ },
24
+ "tmdb": {
25
+ "type": "movie",
26
+ "type_version": 1,
27
+ "genres": [
28
+ "adventure",
29
+ "action",
30
+ "thriller"
31
+ ],
32
+ "mpaa_rating": {
33
+ "iso_3166_1": "US",
34
+ "release_dates": [
35
+ {
36
+ "note": "",
37
+ "type": 3,
38
+ "iso_639_1": "",
39
+ "release_date": "2018-07-27T00:00:00.000Z",
40
+ "certification": "PG-13"
41
+ }
42
+ ]
43
+ },
44
+ "run_time": 147,
45
+ "release_date": "2018-07-25",
46
+ "default_image_url": "https://image.tmdb.org/t/p/original/AkJQpZp9WoNdj7pLYSj1L0RcMMN.jpg",
47
+ "name": "Mission: Impossible - Fallout",
48
+ "description": "When an IMF mission ends badly, the world is faced with dire consequences. As Ethan Hunt takes it upon himself to fulfill his original briefing, the CIA begin to question his loyalty and his motives. The IMF team find themselves in a race against time, hunted by assassins while trying to prevent a global catastrophe."
49
+ }
50
+ },
51
+ "product_identifiers": [
52
+ {
53
+ "authority": "amc",
54
+ "identifier": "52452"
55
+ },
56
+ {
57
+ "authority": "movie:year:title",
58
+ "identifier": "movie:2018:mission impossible fallout"
59
+ },
60
+ {
61
+ "authority": "wwm",
62
+ "identifier": "266130"
63
+ },
64
+ {
65
+ "authority": "imdb",
66
+ "identifier": "tt4912910"
67
+ },
68
+ {
69
+ "authority": "tmdb",
70
+ "identifier": "353081"
71
+ }
72
+ ],
73
+ "_links": {
74
+ "self": {
75
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3"
76
+ },
77
+ "images": {
78
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/images"
79
+ },
80
+ "videos": {
81
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/videos"
82
+ },
83
+ "places": {
84
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/places"
85
+ },
86
+ "audio_fragments": {
87
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/audio-fragments"
88
+ }
89
+ }
90
+ }
91
+ ]
92
+ }
93
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "product": {
3
+ "name": "Mission: Impossible - Fallout",
4
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm.",
5
+ "data": {
6
+ "amc": {
7
+ "type": "movie",
8
+ "type_version": 1,
9
+ "genres": [
10
+ "ACTION"
11
+ ],
12
+ "mpaa_rating": "PG-13",
13
+ "run_time": 147,
14
+ "release_date": "2018-07-27T00:00:00Z",
15
+ "default_image_url": "https://cdn.amctheatres.com/production/2/movies/52500/52452/PosterDynamic/43930.jpg",
16
+ "name": "Mission: Impossible - Fallout",
17
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm."
18
+ },
19
+ "tmdb": {
20
+ "type": "movie",
21
+ "type_version": 1,
22
+ "genres": [
23
+ "adventure",
24
+ "action",
25
+ "thriller"
26
+ ],
27
+ "mpaa_rating": "PG-13",
28
+ "run_time": 147,
29
+ "release_date": "2018-07-25",
30
+ "default_image_url": "https://image.tmdb.org/t/p/original/AkJQpZp9WoNdj7pLYSj1L0RcMMN.jpg",
31
+ "name": "Mission: Impossible - Fallout",
32
+ "description": "When an IMF mission ends badly, the world is faced with dire consequences. As Ethan Hunt takes it upon himself to fulfill his original briefing, the CIA begin to question his loyalty and his motives. The IMF team find themselves in a race against time, hunted by assassins while trying to prevent a global catastrophe."
33
+ }
34
+ },
35
+ "product_identifiers": [
36
+ {
37
+ "authority": "amc",
38
+ "identifier": "52452"
39
+ },
40
+ {
41
+ "authority": "movie:year:title",
42
+ "identifier": "movie:2018:mission impossible fallout"
43
+ },
44
+ {
45
+ "authority": "wwm",
46
+ "identifier": "266130"
47
+ },
48
+ {
49
+ "authority": "imdb",
50
+ "identifier": "tt4912910"
51
+ },
52
+ {
53
+ "authority": "tmdb",
54
+ "identifier": "353081"
55
+ }
56
+ ]
57
+ }
58
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "product": {
3
+ "name": "Mission: Impossible - Fallout",
4
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm.",
5
+ "data": {
6
+ "amc": {
7
+ "type": "movie",
8
+ "translations": {
9
+ "en_US": {
10
+ "name": " Fallout US"
11
+ }
12
+ },
13
+ "type_version": 1,
14
+ "genres": [
15
+ "ACTION"
16
+ ],
17
+ "mpaa_rating": "PG-13",
18
+ "run_time": 147,
19
+ "release_date": "2018-07-27T00:00:00Z",
20
+ "default_image_url": "https://cdn.amctheatres.com/production/2/movies/52500/52452/PosterDynamic/43930.jpg",
21
+ "name": "Mission: Impossible - Fallout",
22
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm."
23
+ },
24
+ "tmdb": {
25
+ "type": "movie",
26
+ "translations": {
27
+ "en_US": {
28
+ "name": " Fallout US"
29
+ }
30
+ },
31
+ "type_version": 1,
32
+ "genres": [
33
+ "adventure",
34
+ "action",
35
+ "thriller"
36
+ ],
37
+ "run_time": 147,
38
+ "release_date": "2018-07-25",
39
+ "default_image_url": "https://image.tmdb.org/t/p/original/AkJQpZp9WoNdj7pLYSj1L0RcMMN.jpg",
40
+ "name": "Mission: Impossible - Fallout",
41
+ "description": "When an IMF mission ends badly, the world is faced with dire consequences. As Ethan Hunt takes it upon himself to fulfill his original briefing, the CIA begin to question his loyalty and his motives. The IMF team find themselves in a race against time, hunted by assassins while trying to prevent a global catastrophe."
42
+ }
43
+ },
44
+ "product_identifiers": [
45
+ {
46
+ "authority": "amc",
47
+ "identifier": "52452"
48
+ },
49
+ {
50
+ "authority": "movie:year:title",
51
+ "identifier": "movie:2018:mission impossible fallout"
52
+ },
53
+ {
54
+ "authority": "wwm",
55
+ "identifier": "266130"
56
+ },
57
+ {
58
+ "authority": "imdb",
59
+ "identifier": "tt4912910"
60
+ },
61
+ {
62
+ "authority": "tmdb",
63
+ "identifier": "353081"
64
+ }
65
+ ]
66
+ }
67
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "place": "https://s3.amazonaws.com/fake.trailervote.com/12207f39faf876001ae9eb95e38a6b90cd01838753fd501d094a770419ca403c681e"
3
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.6.2'
5
+ VERSION = '1.6.4'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trailervote/fixtures",
3
- "version": "1.6.1",
3
+ "version": "1.6.4",
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",
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency 'oj', '~> 3.6'
28
28
 
29
29
  spec.add_development_dependency 'bundler', '~> 1.16'
30
- spec.add_development_dependency 'rake', '~> 12.3'
30
+ spec.add_development_dependency 'rake', '~> 13.0'
31
31
  spec.add_development_dependency 'minitest', '~> 5.11'
32
32
  spec.add_development_dependency 'minitest-ci', '~> 3.4'
33
33
  spec.add_development_dependency 'minitest-reporters', '~> 1.3'
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.6.2
4
+ version: 1.6.4
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: 2019-10-03 00:00:00.000000000 Z
11
+ date: 2019-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '12.3'
47
+ version: '13.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '12.3'
54
+ version: '13.0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: minitest
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -124,6 +124,7 @@ files:
124
124
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v1+json
125
125
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v2+json
126
126
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v3+json
127
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v4+json
127
128
  - lib/trailer_vote/fixtures/application/vnd.trailervote.errors.v1+json
128
129
  - lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1+json
129
130
  - lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.collection+json
@@ -136,25 +137,42 @@ files:
136
137
  - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1+json
137
138
  - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1.create+json
138
139
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1+json
140
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.collection+json
141
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.create+json
142
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.index+json
139
143
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2+json
144
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.collection+json
145
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.create+json
146
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2.index+json
140
147
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3+json
148
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.collection+json
149
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.create+json
150
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3.index+json
141
151
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4+json
152
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.collection+json
142
153
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.create+json
143
154
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.index+json
144
155
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1+json
156
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.collection+json
145
157
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.create+json
146
158
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.index+json
147
159
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.lookup.v1+json
148
160
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1+json
161
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.collection+json
162
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.create+json
149
163
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.index+json
150
164
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2+json
151
165
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.collection+json
166
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.create+json
152
167
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.index+json
153
168
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1+json
154
169
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.collection+json
155
170
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.create+json
156
171
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.index+json
157
172
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1+json
173
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.collection+json
174
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.create+json
175
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1.index+json
158
176
  - lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json
159
177
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1+json
160
178
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json