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: 0ac9da9c8d9af22e5168241fdb803b214ecd8c3186ca09b8a881e8c504447f87
4
- data.tar.gz: 9ccca10ddaa9eec33f4455ae2525680881eeeb457d9b8fe86424c8fc80cf8aed
3
+ metadata.gz: '059cbf6e1187f073fcc4173b9ec35ebb978ba08c4ce370c016038f794919a7db'
4
+ data.tar.gz: 73b4818ccb20f3c8de4d2270f71eb8fe012b14f2fca7a65ee630720a6b88cd9a
5
5
  SHA512:
6
- metadata.gz: 76b5637b14a6e7b574799f37d3d6042e687b2d0912fffb776476c982f3ab7f4a7519e32384e7f6517c48e75a3c34913f40ecdb379c74a44ce0576bb5a9e83891
7
- data.tar.gz: 57f058d9916dcd4d6cdc0b2c93473732d7bbedb3493ab7ad22934b6d7934a5ca95086311b1c3138c8fbfb662404e12d729503bb035101e77e1796b9b86d56daa
6
+ metadata.gz: 8295f3f82feb4c5b51688807a5a089cb5a06ae7df8ee03a5502a4334a752a5b5e21b3f1bc376be1fd05bda9f1bd91b43bf8fb70a6392d8c0869d4761fb50e6a0
7
+ data.tar.gz: 34aae19395d838ddfc7ea1170671d392742bfe2074bea919c75ab50c3fd0aee1aaf1bdb949cb33bde7c65f839a1b035753d4244599082e2cde4e60a72db3154f
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
 
14
14
  # IDEs
15
15
  .idea
16
+ /vendor
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.7.2)
4
+ trailer_vote-fixtures (1.8.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.7.2'
5
+ VERSION = '1.8.2'
6
6
  end
7
7
  end
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.7.2
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-18 00:00:00.000000000 Z
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
- rubygems_version: 3.0.3
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