trailer_vote-fixtures 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +0 -6
- data/Gemfile.lock +1 -1
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json +6 -2
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2+json +0 -3
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.create+json +6 -2
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.create+json +6 -2
- data/lib/trailer_vote/fixtures/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac9e2f383e55c5ae81b91e4ea082c2a873cd6e88d811dc4ebddec56f9a979c76
|
4
|
+
data.tar.gz: b81debe2259cdd79c5ae8bd7fb4c4c4c356376da2a02601f835909662ba5a195
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1734e9a5a87007aff3bd2a34c8d4b03dcef3c6384d285b16ea92a969fc5e449347b7b800824f85b55899e4d85082ee7f3280423413aed207f17a3faee7baf9ac
|
7
|
+
data.tar.gz: cc7f11e0c7c192d6ff85d8e6f9cf46b3b6fb2c221264ccaea10b22643cdf4b850c904db33a077611d49d7003ec440b850a304d84f54e514becbd2fe72fb6b8d8
|
data/.travis.yml
CHANGED
@@ -45,10 +45,6 @@ matrix:
|
|
45
45
|
cache: yarn
|
46
46
|
node_js: node
|
47
47
|
|
48
|
-
- language: node_js
|
49
|
-
cache: yarn
|
50
|
-
node_js: iojs
|
51
|
-
|
52
48
|
- language: node_js
|
53
49
|
cache: yarn
|
54
50
|
node_js: lts/*
|
@@ -60,5 +56,3 @@ matrix:
|
|
60
56
|
rvm: rbx-3
|
61
57
|
- language: ruby
|
62
58
|
rvm: 2.6
|
63
|
-
- language: node_js
|
64
|
-
node_js: iojs
|
data/Gemfile.lock
CHANGED
data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"push_campaign_trivial": {
|
3
|
-
"url": "www.horsesTheMovie.com",
|
4
3
|
"translations": {
|
5
4
|
"en-US": "TrailerVote wants your attention"
|
6
5
|
},
|
7
6
|
"schedule_at": "2018-12-08T00:00:00Z",
|
8
7
|
"_links": {
|
9
|
-
"product_asset":
|
8
|
+
"product_asset": {
|
9
|
+
"href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
|
10
|
+
},
|
11
|
+
"action": {
|
12
|
+
"href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
|
13
|
+
}
|
10
14
|
}
|
11
15
|
}
|
12
16
|
}
|
data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.create+json
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"push_campaign_trivial": {
|
3
|
-
"url": "www.horsesTheMovie.com",
|
4
3
|
"translations": {
|
5
4
|
"en-US": "TrailerVote wants your attention"
|
6
5
|
},
|
7
6
|
"schedule_at": "2018-12-08T00:00:00Z",
|
8
7
|
"_links": {
|
9
|
-
"product_asset":
|
8
|
+
"product_asset": {
|
9
|
+
"href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
|
10
|
+
},
|
11
|
+
"action": {
|
12
|
+
"href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
|
13
|
+
}
|
10
14
|
},
|
11
15
|
"filter": {
|
12
16
|
"platform": "ios",
|
data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.create+json
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"push_campaign_trivial": {
|
3
|
-
"url": "www.horsesTheMovie.com",
|
4
3
|
"translations": {
|
5
4
|
"en-US": "TrailerVote wants your attention"
|
6
5
|
},
|
7
6
|
"schedule_at": "2018-12-08T00:00:00Z",
|
8
7
|
"_links": {
|
9
|
-
"product_asset":
|
8
|
+
"product_asset": {
|
9
|
+
"href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
|
10
|
+
},
|
11
|
+
"action": {
|
12
|
+
"href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
|
13
|
+
}
|
10
14
|
},
|
11
15
|
"filter": {
|
12
16
|
"platform": "ios",
|
data/package.json
CHANGED
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.
|
4
|
+
version: 1.6.1
|
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-09-
|
11
|
+
date: 2019-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oj
|