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 +4 -4
- data/.travis.yml +5 -0
- data/Gemfile.lock +1 -1
- data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3+json +22 -0
- data/lib/trailer_vote/fixtures/version.rb +1 -1
- data/package.json +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b06e127b4fbb59be7157a2eacc3a5be00b272d1ae1782ebad145eb46b688930
|
4
|
+
data.tar.gz: b6f16a0fa199c403f5dc308ccd4ddf4104b51f8aa8a4003c8c95eb338ca2db6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
@@ -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
|
+
}
|
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.3.
|
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-
|
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.
|
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
|