trailer_vote-fixtures 1.17.0 → 1.17.1
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: 889f9913c4f12c38209a0c4c28d0c46db67943e0345241b87175c6f7c1cf997f
|
4
|
+
data.tar.gz: a009f30746611af2919f7c1b48651c52762a39a7f548f6a03dae96d417c1651c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 895714b39f5494bcb662bef63697b444908bc3c1d6b33c35af734cb20a4decbd4af3ed96bd6c4aec9397ec275885d85c120b8156874e846725981b5cb5ef2bf8
|
7
|
+
data.tar.gz: 3459f8ba98e7a15bb368589e7434928c931e485d76b8b3c50e17e2036b64e571779cfd35a8079bd7704b0b02b3d947e3b745609dc0f497bb75e0d74cc9b3a498
|
data/Gemfile.lock
CHANGED
@@ -3,23 +3,33 @@
|
|
3
3
|
"_index": [
|
4
4
|
{
|
5
5
|
"api_key": "key123",
|
6
|
-
"base_url": "https://api.client.com"
|
6
|
+
"base_url": "https://api.client.com",
|
7
|
+
"trailer_vote_key": "e2673d1c00a6be78b2ee44f1ab7c824c",
|
8
|
+
"trailer_vote_secret": "0e90ba0c2e04e8b9ea8e4c7faf8c1cb5"
|
7
9
|
},
|
8
10
|
{
|
9
11
|
"api_key": "key456",
|
10
|
-
"base_url": "https://api.otherclient.com"
|
12
|
+
"base_url": "https://api.otherclient.com",
|
13
|
+
"trailer_vote_key": "a1622fa9578fe10731ba1012763fe6a8",
|
14
|
+
"trailer_vote_secret": "ca8a3c06057420112fddc302612d6d70"
|
11
15
|
},
|
12
16
|
{
|
13
17
|
"api_key": "password",
|
14
|
-
"base_url": "http://vistaclient.com/webapi/v2"
|
18
|
+
"base_url": "http://vistaclient.com/webapi/v2",
|
19
|
+
"trailer_vote_key": "f5cd96952ea11bc73ae7354a1cf1fe74",
|
20
|
+
"trailer_vote_secret": "0bdf4214c5f0c80248572f4b076fac41"
|
15
21
|
},
|
16
22
|
{
|
17
23
|
"api_key": "csabyy7t43ivodea7804hbg8o89sgb76894",
|
18
|
-
"base_url": "https://sales.awesomemovies.com/portal/api"
|
24
|
+
"base_url": "https://sales.awesomemovies.com/portal/api",
|
25
|
+
"trailer_vote_key": "84b295e95d78f923053fb1d4330ac55f",
|
26
|
+
"trailer_vote_secret": "c1d23cce79bafe883195514cf72c6260"
|
19
27
|
},
|
20
28
|
{
|
21
29
|
"api_key": "key789",
|
22
|
-
"base_url": "https://cinemas.com/vistaWebApi/v2"
|
30
|
+
"base_url": "https://cinemas.com/vistaWebApi/v2",
|
31
|
+
"trailer_vote_key": "b4c9383babfb7958fc44fb86a535d95b",
|
32
|
+
"trailer_vote_secret": "7bd1e8c25fa1212720b28c3417313038"
|
23
33
|
}
|
24
34
|
],
|
25
35
|
"_links": {}
|
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.17.
|
4
|
+
version: 1.17.1
|
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: 2020-03-
|
11
|
+
date: 2020-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oj
|