trailer_vote-fixtures 1.3.1 → 1.3.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: c7ff7415f975854edb608c52ae9aee9d88d9a50baca691c768686b4e9c6f71bd
4
- data.tar.gz: f6c403c04e1b86f0a23db9e9180fa559d23ea6b7f556b298aa5f54d9088956fd
3
+ metadata.gz: 8b06e127b4fbb59be7157a2eacc3a5be00b272d1ae1782ebad145eb46b688930
4
+ data.tar.gz: b6f16a0fa199c403f5dc308ccd4ddf4104b51f8aa8a4003c8c95eb338ca2db6c
5
5
  SHA512:
6
- metadata.gz: 49f1ba758342fea4f4e8db554922549f5c43a211604c4e20cbd6314e9cfdc5579974649c3ddb113041ef6439572bc9509801aa17bd3459f2b65d285124a23900
7
- data.tar.gz: 78b23716e4fbf928fd696420028565c43b067b4f704d6ac07fed118a8811f6d51ee06bd5f0c48bc9bc6fcb83463d1fa7ffd9a9633c463185c7bb0a10c18a9f9b
6
+ metadata.gz: 48ca9507f5bca86fd82827dcf5de839b7adceca7d87d481020df9502ab110a3dda89735fdc3f9ef332a97aadee18589526961119d97f19a131ebf00f6a87d4d7
7
+ data.tar.gz: f41baf9e5ac397028e796a62406a4d0c9c21240b3f28ccb6ef6b49adbfec8dda2d0ebfde12e987fd9f3ccf2d847dae9a9f3fe80b722cae0040988ddb577876f9
data/.travis.yml CHANGED
@@ -6,6 +6,7 @@ matrix:
6
6
  rvm: 2.4
7
7
  before_install:
8
8
  - gem update --system
9
+ - gem install bundler -v 2.0.1
9
10
  - gem --version
10
11
  install:
11
12
  - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
@@ -15,6 +16,7 @@ matrix:
15
16
  rvm: 2.5
16
17
  before_install:
17
18
  - gem update --system
19
+ - gem install bundler -v 2.0.1
18
20
  - gem --version
19
21
  install:
20
22
  - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
@@ -24,6 +26,7 @@ matrix:
24
26
  rvm: 2.6
25
27
  before_install:
26
28
  - gem update --system
29
+ - gem install bundler -v 2.0.1
27
30
  - gem --version
28
31
  install:
29
32
  - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
@@ -33,6 +36,7 @@ matrix:
33
36
  rvm: rbx-3
34
37
  before_install:
35
38
  - gem update --system
39
+ - gem install bundler -v 2.0.1
36
40
  - gem --version
37
41
  install:
38
42
  - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
@@ -42,6 +46,7 @@ matrix:
42
46
  rvm: ruby-head
43
47
  before_install:
44
48
  - gem update --system
49
+ - gem install bundler -v 2.0.1
45
50
  - gem --version
46
51
  install:
47
52
  - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.3.1)
4
+ trailer_vote-fixtures (1.3.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -0,0 +1,22 @@
1
+ {
2
+ "place": {
3
+ "name": "AMC Theatres",
4
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
+ "expires_at": null,
6
+ "updated_at": "2018-05-23T02:59:45.903Z",
7
+ "_links": {
8
+ "self": {
9
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
+ },
11
+ "products_archive": {
12
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
+ },
14
+ "parent": {
15
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
16
+ },
17
+ "children": {
18
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/children"
19
+ }
20
+ }
21
+ }
22
+ }
@@ -1,5 +1,5 @@
1
1
  module TrailerVote
2
2
  module Fixtures
3
- VERSION = '1.3.1'
3
+ VERSION = '1.3.2'
4
4
  end
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trailervote/fixtures",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
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.3.1
4
+ version: 1.3.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-03-05 00:00:00.000000000 Z
11
+ date: 2019-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -129,6 +129,7 @@ files:
129
129
  - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1+json
130
130
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1+json
131
131
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2+json
132
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3+json
132
133
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1+json
133
134
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.index+json
134
135
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.lookup.v1+json
@@ -167,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
168
  - !ruby/object:Gem::Version
168
169
  version: '0'
169
170
  requirements: []
170
- rubygems_version: 3.0.1
171
+ rubygems_version: 3.0.3
171
172
  signing_key:
172
173
  specification_version: 4
173
174
  summary: Fixtures for TrailerVote media types, api calls, and so forth