trailer_vote-fixtures 1.3.4 → 1.5.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 +4 -4
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.ordered+json +31 -0
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2+json +20 -0
- data/lib/trailer_vote/fixtures/version.rb +3 -1
- data/package.json +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9298f25995209d2f74de7a5af140a5edaa7bf8286c771b0a4506dc9376087a31
|
4
|
+
data.tar.gz: 787c68a4caad0add2b44a972bf1dcd3e19d215db7bc5512ee2b4384241c132cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7f9fc6f5526e8462e95be44d1d2668522ba291c64d8827c7a918e681c601c3d6118f69374f66eaac5c135cbf22e60d180c55bd3fcdd4c54c61c38e64ea2e11a
|
7
|
+
data.tar.gz: c0c13cc1f70993307b0b71fb9b582ec231d90e12b93cac0204a08eae8c89f662e4781c776f55b1cee0f5f5a4914490c092750b598c649c4d3df30e7b67103606
|
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.5.0)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -11,14 +11,14 @@ GEM
|
|
11
11
|
minitest (5.11.3)
|
12
12
|
minitest-ci (3.4.0)
|
13
13
|
minitest (>= 5.0.6)
|
14
|
-
minitest-reporters (1.3.
|
14
|
+
minitest-reporters (1.3.8)
|
15
15
|
ansi
|
16
16
|
builder
|
17
17
|
minitest (>= 5.0)
|
18
18
|
ruby-progressbar
|
19
|
-
oj (3.
|
19
|
+
oj (3.9.0)
|
20
20
|
rake (12.3.3)
|
21
|
-
ruby-progressbar (1.10.
|
21
|
+
ruby-progressbar (1.10.1)
|
22
22
|
|
23
23
|
PLATFORMS
|
24
24
|
ruby
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"ordered_fragments": {
|
3
|
+
"_index": [
|
4
|
+
{
|
5
|
+
"href": "https://fake.trailervote.com:/api/audio-fragments/122042afb2208096af3f6214263dc6064dd58b4949521de8ad62ec13eeea3453bb30",
|
6
|
+
"q": 0.5
|
7
|
+
},
|
8
|
+
{
|
9
|
+
"href": "https://fake.trailervote.com:/api/audio-fragments/1220aa84e8d4c8eef78ee1e5405150dfb017134df9f313e1808053eb38c3101f1ec3",
|
10
|
+
"q": 0.5
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"href": "https://fake.trailervote.com:/api/audio-fragments/1220cb1010010e2d90fd38b816d7e1caeb315c65787afadd6d3f91e405a7d387dd20",
|
14
|
+
"q": 0.4
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"href": "https://fake.trailervote.com:/api/audio-fragments/12207087101629f7058caf83da9008147de89d1cc82df9d8d8512c34726c1c32528b",
|
18
|
+
"q": 0.35
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"href": "https://fake.trailervote.com:/api/audio-fragments/1220af1de5ef5390795fd5e4844909df4e5d5e706831b4e5dea2035d5f50e297854f",
|
22
|
+
"q": 0.3
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"href": "https://fake.trailervote.com:/api/audio-fragments/12204e6d35653e8cee2ef099825aedfeccf3fcfc090694754bd2cff4fa4a8d0d6c90",
|
26
|
+
"q": 0.25
|
27
|
+
}
|
28
|
+
],
|
29
|
+
"_links": {}
|
30
|
+
}
|
31
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"push_campaign_trivial": {
|
3
|
+
"_links": {
|
4
|
+
"action": { "href": "http://cinema1.dev.trailervote.com/venom.php" }
|
5
|
+
},
|
6
|
+
"message": "TrailerVote wants your attention",
|
7
|
+
"schedule_at": "2018-12-08T00:00:00Z",
|
8
|
+
"filter": {
|
9
|
+
"platform": "ios",
|
10
|
+
"region": "nl",
|
11
|
+
"language": "NL",
|
12
|
+
"timezone": "Europe/Amsterdam",
|
13
|
+
"vote_source": null,
|
14
|
+
"purchased": false,
|
15
|
+
"vote_value": null,
|
16
|
+
"vote_from": null,
|
17
|
+
"vote_until": null
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
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.5.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-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oj
|
@@ -113,6 +113,7 @@ files:
|
|
113
113
|
- lib/trailer_vote/fixtures.rb
|
114
114
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1+json
|
115
115
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.index+json
|
116
|
+
- lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.ordered+json
|
116
117
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.carousel.v1+json
|
117
118
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.client_configuration.v1+json
|
118
119
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v1+json
|
@@ -142,6 +143,7 @@ files:
|
|
142
143
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json
|
143
144
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1+json
|
144
145
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json
|
146
|
+
- lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2+json
|
145
147
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json
|
146
148
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json
|
147
149
|
- lib/trailer_vote/fixtures/index.js
|
@@ -169,8 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
171
|
- !ruby/object:Gem::Version
|
170
172
|
version: '0'
|
171
173
|
requirements: []
|
172
|
-
|
173
|
-
rubygems_version: 2.7.6.2
|
174
|
+
rubygems_version: 3.0.3
|
174
175
|
signing_key:
|
175
176
|
specification_version: 4
|
176
177
|
summary: Fixtures for TrailerVote media types, api calls, and so forth
|