trailer_vote-fixtures 1.8.2 → 1.9.0

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: '059cbf6e1187f073fcc4173b9ec35ebb978ba08c4ce370c016038f794919a7db'
4
- data.tar.gz: 73b4818ccb20f3c8de4d2270f71eb8fe012b14f2fca7a65ee630720a6b88cd9a
3
+ metadata.gz: c2db5bef97eecb49536bab4d37a9795f35a8cdd10e55e7e9fa5eee6e8865fc57
4
+ data.tar.gz: 026f3e33d41232827e7a4bae5a9191014b7203fc079fcde6c3fd4a7b253ab83a
5
5
  SHA512:
6
- metadata.gz: 8295f3f82feb4c5b51688807a5a089cb5a06ae7df8ee03a5502a4334a752a5b5e21b3f1bc376be1fd05bda9f1bd91b43bf8fb70a6392d8c0869d4761fb50e6a0
7
- data.tar.gz: 34aae19395d838ddfc7ea1170671d392742bfe2074bea919c75ab50c3fd0aee1aaf1bdb949cb33bde7c65f839a1b035753d4244599082e2cde4e60a72db3154f
6
+ metadata.gz: 8e05c1daa9a8e72e389b0b9637bfce955d8c126f57b1ca00d12f0d1a6118d1f1ec5c28cdafc79656912a60e764fa23e2cb87da65fb53f6cfb8a1611703a3d555
7
+ data.tar.gz: 2eb1f8b7ee8409842bea832d6e0dc36dd8a7dc1ddae1b0cf791c0554f61f1afa2c1b4f48b16a347e89a3b3269953ca066cadca5e1dd5ac34615ec85447e8e3fb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.8.2)
4
+ trailer_vote-fixtures (1.9.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -11,7 +11,7 @@ GEM
11
11
  minitest (5.12.2)
12
12
  minitest-ci (3.4.0)
13
13
  minitest (>= 5.0.6)
14
- minitest-reporters (1.4.0)
14
+ minitest-reporters (1.4.2)
15
15
  ansi
16
16
  builder
17
17
  minitest (>= 5.0)
@@ -0,0 +1,16 @@
1
+ {
2
+ "persona": {
3
+ "id": "3fabf985-9742-4126-93c2-0fff8e18e9e1",
4
+ "_links": {
5
+ "self": {
6
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1"
7
+ },
8
+ "feedback": {
9
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/feedback"
10
+ },
11
+ "push_consent": {
12
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/push_consent"
13
+ }
14
+ }
15
+ }
16
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.8.2'
5
+ VERSION = '1.9.0'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trailervote/fixtures",
3
- "version": "1.7.2",
3
+ "version": "1.9.0",
4
4
  "main": "lib/trailer_vote/fixtures/index.js",
5
5
  "module": "lib/trailer_vote/fixtures/main.mjs",
6
6
  "repository": "https://github.com/TrailerVote/trailervote-fixtures.git",
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.8.2
4
+ version: 1.9.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-10-22 00:00:00.000000000 Z
11
+ date: 2019-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -137,6 +137,7 @@ files:
137
137
  - lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.index+json
138
138
  - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1+json
139
139
  - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1.create+json
140
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v2+json
140
141
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1+json
141
142
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.collection+json
142
143
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.create+json
@@ -219,8 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
220
  - !ruby/object:Gem::Version
220
221
  version: '0'
221
222
  requirements: []
222
- rubyforge_project:
223
- rubygems_version: 2.7.6.2
223
+ rubygems_version: 3.0.3
224
224
  signing_key:
225
225
  specification_version: 4
226
226
  summary: Fixtures for TrailerVote media types, api calls, and so forth