trailer_vote-fixtures 1.14.0 → 1.17.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.create+json +4 -1
  4. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json +1 -1
  5. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.raw+json +21 -0
  6. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.create+json +1 -1
  7. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.raw+json +32 -0
  8. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3+json +1 -1
  9. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.create+json +1 -1
  10. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.raw+json +35 -0
  11. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4+json +1 -1
  12. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.raw+json +38 -0
  13. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5+json +30 -0
  14. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5.create+json +30 -0
  15. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5.raw+json +40 -0
  16. data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v2+json +17 -0
  17. data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v2.create+json +19 -0
  18. data/lib/trailer_vote/fixtures/application/vnd.trailervote.vista_config.v1.index+json +37 -0
  19. data/lib/trailer_vote/fixtures/version.rb +1 -1
  20. data/package.json +1 -1
  21. data/trailer_vote-fixtures.gemspec +1 -1
  22. data/yarn.lock +33 -33
  23. metadata +14 -7
  24. data/lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product.image.v1.collection+json b/data/lib/trailer_vote/fixtures/application/temp/ → application/vnd.trailervote.product.image.v1.collection+json +0 -0
  25. data/lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product.v2.create+json b/data/lib/trailer_vote/fixtures/application/temp/ → application/vnd.trailervote.product.v2.create+json +0 -0
  26. data/lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product_place_link.v1.collection+json b/data/lib/trailer_vote/fixtures/application/temp/ → application/vnd.trailervote.product_place_link.v1.collection+json +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be5ce1b88090ab854b56e50492986b29d1174f83849485e0f7780710aeee81d3
4
- data.tar.gz: 4a982fe1946904d50041419af2ea2b6c840c56c4d9e2c0e60d44b34d6a513a63
3
+ metadata.gz: eabcbdb902ca11021d9f3c6ec133df59c07890a11ef0072542084a4c914b6eb2
4
+ data.tar.gz: 4388497c41ffa1462528a74a257526d8ec67b1c6e169993e6f4a07780f9b7105
5
5
  SHA512:
6
- metadata.gz: 7e3519bd22af916f6ea0d28c07f26eb6f78a7d23331f4a9f3a59efac89a2b5dd71e5d19c2aff1afc739f9b6256b8d80e0a0b05846f76137c802c442612003569
7
- data.tar.gz: 6a23a50d1945428ed4b2b740f8bf7eb6cbf65431efb119dffe830690ee7e5ac6e8f545b2b57b0c0aa5b57540e720dbd5f549deb103a70b3e6285e66c1f6cc8d5
6
+ metadata.gz: 4c0a4cf1696da80a4b1703f090a3c2212715d1e5063399c95ae704351a1b6afbb350ea74719e01780ba7efa47c1b62bda4eca1f0905d5e0e5ace304d77b06df6
7
+ data.tar.gz: 7932c0a03a6f7abaa304b4c004e5479a9412a5a0dc8117dd96bfa0f5a4a4176656e84b175298c7c068352eebb0ef23954e93771e0c1d4f2c0135a4331cda20f1
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.13.0)
4
+ trailer_vote-fixtures (1.17.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ansi (1.5.0)
10
- builder (3.2.3)
11
- minitest (5.13.0)
10
+ builder (3.2.4)
11
+ minitest (5.14.0)
12
12
  minitest-ci (3.4.0)
13
13
  minitest (>= 5.0.6)
14
14
  minitest-reporters (1.4.2)
@@ -16,7 +16,7 @@ GEM
16
16
  builder
17
17
  minitest (>= 5.0)
18
18
  ruby-progressbar
19
- oj (3.10.0)
19
+ oj (3.10.5)
20
20
  rake (13.0.1)
21
21
  ruby-progressbar (1.10.1)
22
22
 
@@ -25,7 +25,7 @@ PLATFORMS
25
25
  x64-mingw32
26
26
 
27
27
  DEPENDENCIES
28
- bundler (~> 1.16)
28
+ bundler (~> 2.0)
29
29
  minitest (~> 5.11)
30
30
  minitest-ci (~> 3.4)
31
31
  minitest-reporters (~> 1.3)
@@ -34,4 +34,4 @@ DEPENDENCIES
34
34
  trailer_vote-fixtures!
35
35
 
36
36
  BUNDLED WITH
37
- 1.17.3
37
+ 2.1.4
@@ -4,6 +4,9 @@
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
+ }
8
11
  }
9
12
  }
@@ -8,7 +8,7 @@
8
8
  "schedule_at": "2018-12-08T00:00:00Z",
9
9
  "_links": {
10
10
  "product_asset": {
11
- "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
11
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
12
12
  },
13
13
  "action": {
14
14
  "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
@@ -0,0 +1,21 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "action": {
5
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
6
+ },
7
+ "product_asset": {
8
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
9
+ }
10
+ },
11
+ "translations": {
12
+ "en-US": {
13
+ "message": "TrailerVote wants your attention"
14
+ },
15
+ "nl-NL": {
16
+ "message": "TrailerVote wil je aandacht"
17
+ }
18
+ },
19
+ "schedule_at": "2018-12-08T00:00:00Z"
20
+ }
21
+ }
@@ -8,7 +8,7 @@
8
8
  "schedule_at": "2018-12-08T00:00:00Z",
9
9
  "_links": {
10
10
  "product_asset": {
11
- "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
11
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
12
12
  },
13
13
  "action": {
14
14
  "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
@@ -0,0 +1,32 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "action": {
5
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
6
+ },
7
+ "product_asset": {
8
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
9
+ }
10
+ },
11
+ "translations": {
12
+ "en-US": {
13
+ "message": "TrailerVote wants your attention"
14
+ },
15
+ "nl-NL": {
16
+ "message": "TrailerVote wil je aandacht"
17
+ }
18
+ },
19
+ "schedule_at": "2018-12-08T00:00:00Z",
20
+ "filter": {
21
+ "platform": "ios",
22
+ "region": "nl",
23
+ "language": "NL",
24
+ "timezone": "Europe/Amsterdam",
25
+ "vote_source": null,
26
+ "purchased": false,
27
+ "vote_value": null,
28
+ "vote_from": null,
29
+ "vote_until": null
30
+ }
31
+ }
32
+ }
@@ -2,7 +2,7 @@
2
2
  "push_campaign_trivial": {
3
3
  "_links": {
4
4
  "self": {
5
- "href": "https://fake.dev.trailervote.com/trailervote-api/admin/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
6
  },
7
7
  "action": {
8
8
  "href": "http://cinema1.dev.trailervote.com/venom.php"
@@ -8,7 +8,7 @@
8
8
  "schedule_at": "2018-12-08T00:00:00Z",
9
9
  "_links": {
10
10
  "product_asset": {
11
- "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
11
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
12
12
  },
13
13
  "action": {
14
14
  "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
@@ -0,0 +1,35 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
+ },
7
+ "action": {
8
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
9
+ },
10
+ "product_asset": {
11
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
12
+ }
13
+ },
14
+ "translations": {
15
+ "en-US": {
16
+ "message": "TrailerVote wants your attention"
17
+ },
18
+ "nl-NL": {
19
+ "message": "TrailerVote wil je aandacht"
20
+ }
21
+ },
22
+ "schedule_at": "2018-12-08T00:00:00Z",
23
+ "filter": {
24
+ "platform": "ios",
25
+ "region": "nl",
26
+ "language": "NL",
27
+ "timezone": "Europe/Amsterdam",
28
+ "vote_source": null,
29
+ "purchased": false,
30
+ "vote_value": null,
31
+ "vote_from": null,
32
+ "vote_until": null
33
+ }
34
+ }
35
+ }
@@ -2,7 +2,7 @@
2
2
  "push_campaign_trivial": {
3
3
  "_links": {
4
4
  "self": {
5
- "href": "https://fake.dev.trailervote.com/trailervote-api/admin/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
6
  },
7
7
  "action": {
8
8
  "href": "http://cinema1.dev.trailervote.com/venom.php"
@@ -0,0 +1,38 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
+ },
7
+ "action": {
8
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
9
+ },
10
+ "rich_media": {
11
+ "href": "https://link.some.com/image.png"
12
+ },
13
+ "product": {
14
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8"
15
+ }
16
+ },
17
+ "translations": {
18
+ "en-US": {
19
+ "message": "TrailerVote wants your attention"
20
+ },
21
+ "nl-NL": {
22
+ "message": "TrailerVote wil je aandacht"
23
+ }
24
+ },
25
+ "schedule_at": "2018-12-08T00:00:00Z",
26
+ "filter": {
27
+ "platform": "ios",
28
+ "region": "nl",
29
+ "language": "NL",
30
+ "timezone": "Europe/Amsterdam",
31
+ "vote_source": null,
32
+ "purchased": false,
33
+ "vote_value": null,
34
+ "vote_from": null,
35
+ "vote_until": null
36
+ }
37
+ }
38
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
+ },
7
+ "action": {
8
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
9
+ },
10
+ "rich_media": {
11
+ "href": "https://link.some.com/image.png"
12
+ }
13
+ },
14
+ "message": "TrailerVote wants your attention",
15
+ "schedule_at": "2018-12-08T00:00:00Z",
16
+ "published_at": "2018-12-01T00:00:00Z",
17
+ "archived_at": "2019-03-01T00:00:00Z",
18
+ "filter": {
19
+ "platform": "ios",
20
+ "region": "nl",
21
+ "language": "NL",
22
+ "timezone": "Europe/Amsterdam",
23
+ "vote_source": null,
24
+ "purchased": false,
25
+ "vote_value": null,
26
+ "vote_from": null,
27
+ "vote_until": null
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "translations": {
4
+ "en-US": {
5
+ "message": "TrailerVote wants your attention"
6
+ },
7
+ "nl-NL": {
8
+ "message": "TrailerVote wil je aandacht"
9
+ }
10
+ },
11
+ "schedule_at": "2018-12-08T00:00:00Z",
12
+ "published_at": "2018-12-01T00:00:00Z",
13
+ "archived_at": "2019-03-01T00:00:00Z",
14
+ "_links": {
15
+ "product": {
16
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8"
17
+ },
18
+ "action": {
19
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
20
+ },
21
+ "rich_media": {
22
+ "href": "https://link.some.com/image.png"
23
+ }
24
+ },
25
+ "filter": {
26
+ "platform": "ios",
27
+ "region": null
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
+ },
7
+ "action": {
8
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
9
+ },
10
+ "rich_media": {
11
+ "href": "https://link.some.com/image.png"
12
+ },
13
+ "product": {
14
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8"
15
+ }
16
+ },
17
+ "translations": {
18
+ "en-US": {
19
+ "message": "TrailerVote wants your attention"
20
+ },
21
+ "nl-NL": {
22
+ "message": "TrailerVote wil je aandacht"
23
+ }
24
+ },
25
+ "schedule_at": "2018-12-08T00:00:00Z",
26
+ "published_at": "2018-12-01T00:00:00Z",
27
+ "archived_at": null,
28
+ "filter": {
29
+ "platform": "ios",
30
+ "region": "nl",
31
+ "language": "NL",
32
+ "timezone": "Europe/Amsterdam",
33
+ "vote_source": null,
34
+ "purchased": false,
35
+ "vote_value": null,
36
+ "vote_from": null,
37
+ "vote_until": null
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "release_push_campaign": {
3
+ "message": "Tickets for an awesome movie are now for sale!",
4
+ "dnd_start": "23:00:00",
5
+ "dnd_end": "08:00:00",
6
+ "published_at": "2018-12-01T00:00:00Z",
7
+ "archived_at": "2019-03-01T00:00:00Z",
8
+ "_links": {
9
+ "action": {
10
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
11
+ },
12
+ "self": {
13
+ "href": "https://fake.dev.trailervote.com/api/release_push_campaigns/ed236e4b-f457-49d5-978f-ed84953eb004"
14
+ }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "release_push_campaign": {
3
+ "translations": {
4
+ "en-US": {
5
+ "message": "Tickets for an awesome movie are now for sale!"
6
+ }
7
+ },
8
+ "dnd_start": "23:00:00",
9
+ "dnd_end": "08:00:00",
10
+ "_links": {
11
+ "product": {
12
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8"
13
+ },
14
+ "action": {
15
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
16
+ }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,37 @@
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
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.14.0'
5
+ VERSION = '1.17.2'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trailervote/fixtures",
3
- "version": "1.14.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",
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
 
27
27
  spec.add_development_dependency 'oj', '~> 3.6'
28
28
 
29
- spec.add_development_dependency 'bundler', '~> 1.16'
29
+ spec.add_development_dependency 'bundler', '~> 2.0'
30
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'
data/yarn.lock CHANGED
@@ -1,33 +1,33 @@
1
- # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
- # yarn lockfile v1
3
-
4
-
5
- esm@^3.2.25:
6
- version "3.2.25"
7
- resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
8
- integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
9
-
10
- inherits@2.0.3:
11
- version "2.0.3"
12
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
13
- integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
14
-
15
- path@^0.12.7:
16
- version "0.12.7"
17
- resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
18
- integrity sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=
19
- dependencies:
20
- process "^0.11.1"
21
- util "^0.10.3"
22
-
23
- process@^0.11.1:
24
- version "0.11.10"
25
- resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
26
- integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
27
-
28
- util@^0.10.3:
29
- version "0.10.4"
30
- resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
31
- integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
32
- dependencies:
33
- inherits "2.0.3"
1
+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+ # yarn lockfile v1
3
+
4
+
5
+ esm@^3.2.25:
6
+ version "3.2.25"
7
+ resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
8
+ integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
9
+
10
+ inherits@2.0.3:
11
+ version "2.0.3"
12
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
13
+ integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
14
+
15
+ path@^0.12.7:
16
+ version "0.12.7"
17
+ resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
18
+ integrity sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=
19
+ dependencies:
20
+ process "^0.11.1"
21
+ util "^0.10.3"
22
+
23
+ process@^0.11.1:
24
+ version "0.11.10"
25
+ resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
26
+ integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
27
+
28
+ util@^0.10.3:
29
+ version "0.10.4"
30
+ resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
31
+ integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
32
+ dependencies:
33
+ inherits "2.0.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.14.0
4
+ version: 1.17.2
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-12-19 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
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.16'
33
+ version: '2.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.16'
40
+ version: '2.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -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
@@ -179,12 +176,19 @@ files:
179
176
  - lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json
180
177
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1+json
181
178
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json
179
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.raw+json
182
180
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2+json
183
181
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.create+json
182
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.raw+json
184
183
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3+json
185
184
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.create+json
185
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.raw+json
186
186
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4+json
187
187
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.create+json
188
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.raw+json
189
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5+json
190
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5.create+json
191
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5.raw+json
188
192
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_consent.v1+json
189
193
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_consent.v1.create+json
190
194
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json
@@ -199,8 +203,11 @@ files:
199
203
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1.create+json
200
204
  - lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1+json
201
205
  - lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1.create+json
206
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v2+json
207
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v2.create+json
202
208
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json
203
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
204
211
  - lib/trailer_vote/fixtures/index.js
205
212
  - lib/trailer_vote/fixtures/main.mjs
206
213
  - lib/trailer_vote/fixtures/version.rb