trailer_vote-fixtures 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1+json +15 -0
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1.create+json +17 -0
- data/lib/trailer_vote/fixtures/version.rb +1 -1
- data/package.json +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25afbbe3277a4d6a1395345042e05184b4e0987eac6fb25eeeafe3efd0c7f030
|
4
|
+
data.tar.gz: 1d12998cd14f9054243cdc6ac47df024bf5b59431a6eb212dbe1d9fccb4789f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c063243001cc3b94b3db248c89ea42b8dd8230ffb6d64a518dad9a1b3ae16fc4d0a4e809a2857ac6ccf6f079c91e1998e277bfb6090bf73f93cb65060010038
|
7
|
+
data.tar.gz: 642dfe62585fe4f80b703752c3a1de8ed749ee83a76670d148a869fcc26740693962964bdd2116c630e422a448e28be23e20779128f7b1c2801067f24f8c4a14
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trailer_vote-fixtures (1.
|
4
|
+
trailer_vote-fixtures (1.12.0)
|
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.
|
19
|
+
oj (3.10.0)
|
20
20
|
rake (13.0.1)
|
21
21
|
ruby-progressbar (1.10.1)
|
22
22
|
|
@@ -0,0 +1,15 @@
|
|
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
|
+
"_links": {
|
7
|
+
"action": {
|
8
|
+
"href": "http://cinema1.dev.trailervote.com/venom.php"
|
9
|
+
},
|
10
|
+
"self": {
|
11
|
+
"href": "https://fake.dev.trailervote.com/api/release_push_campaigns/ed236e4b-f457-49d5-978f-ed84953eb004"
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
15
|
+
}
|
data/lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1.create+json
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"release_push_campaign": {
|
3
|
+
"translations": {
|
4
|
+
"en-US": "Tickets for an awesome movie are now for sale!"
|
5
|
+
},
|
6
|
+
"dnd_start": "23:00:00",
|
7
|
+
"dnd_end": "08:00:00",
|
8
|
+
"_links": {
|
9
|
+
"product": {
|
10
|
+
"href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8"
|
11
|
+
},
|
12
|
+
"action": {
|
13
|
+
"href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
17
|
+
}
|
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.
|
4
|
+
version: 1.12.0
|
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-
|
11
|
+
date: 2019-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oj
|
@@ -194,6 +194,8 @@ files:
|
|
194
194
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_index.v1.index+json
|
195
195
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1+json
|
196
196
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1.create+json
|
197
|
+
- lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1+json
|
198
|
+
- lib/trailer_vote/fixtures/application/vnd.trailervote.release_push_campaign.v1.create+json
|
197
199
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json
|
198
200
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v2+json
|
199
201
|
- lib/trailer_vote/fixtures/index.js
|