trailer_vote-fixtures 1.7.2 → 1.8.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '059cbf6e1187f073fcc4173b9ec35ebb978ba08c4ce370c016038f794919a7db'
|
4
|
+
data.tar.gz: 73b4818ccb20f3c8de4d2270f71eb8fe012b14f2fca7a65ee630720a6b88cd9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8295f3f82feb4c5b51688807a5a089cb5a06ae7df8ee03a5502a4334a752a5b5e21b3f1bc376be1fd05bda9f1bd91b43bf8fb70a6392d8c0869d4761fb50e6a0
|
7
|
+
data.tar.gz: 34aae19395d838ddfc7ea1170671d392742bfe2074bea919c75ab50c3fd0aee1aaf1bdb949cb33bde7c65f839a1b035753d4244599082e2cde4e60a72db3154f
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -0,0 +1,46 @@
|
|
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
|
+
"lookup":{
|
24
|
+
"href": "https://stable.trailervote.com/trailervote-api/api/lookup/{authority}:{identifier}",
|
25
|
+
"templated": true
|
26
|
+
},
|
27
|
+
"analytics": {
|
28
|
+
"href": "https://fake.trailervote.influxcloud.net:8086/analytics"
|
29
|
+
},
|
30
|
+
"telemetrics": {
|
31
|
+
"href": "https://fake.analytics.trailervote.com:8086/metrics"
|
32
|
+
},
|
33
|
+
"persona_config": {
|
34
|
+
"href": "https://fake.trailervote.com:/views-api/configuration/placeid/{persona}",
|
35
|
+
"templated": true
|
36
|
+
},
|
37
|
+
"issues": {
|
38
|
+
"href": "www.url.com"
|
39
|
+
}
|
40
|
+
},
|
41
|
+
"customer_config": {
|
42
|
+
"a": 2,
|
43
|
+
"key": "value"
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
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.8.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-10-
|
11
|
+
date: 2019-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oj
|
@@ -125,6 +125,7 @@ files:
|
|
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
127
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v4+json
|
128
|
+
- lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v5+json
|
128
129
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.errors.v1+json
|
129
130
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1+json
|
130
131
|
- lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.collection+json
|
@@ -218,7 +219,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
219
|
- !ruby/object:Gem::Version
|
219
220
|
version: '0'
|
220
221
|
requirements: []
|
221
|
-
|
222
|
+
rubyforge_project:
|
223
|
+
rubygems_version: 2.7.6.2
|
222
224
|
signing_key:
|
223
225
|
specification_version: 4
|
224
226
|
summary: Fixtures for TrailerVote media types, api calls, and so forth
|