trailer_vote-fixtures 1.3.2 → 1.3.3

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: 8b06e127b4fbb59be7157a2eacc3a5be00b272d1ae1782ebad145eb46b688930
4
- data.tar.gz: b6f16a0fa199c403f5dc308ccd4ddf4104b51f8aa8a4003c8c95eb338ca2db6c
3
+ metadata.gz: 4d2abe16588d4b2c0341b482aaea1ee946775b01c9b1473b36f619093668acc2
4
+ data.tar.gz: 79381d1f161327b781e6974bc6a4bb774824ada5be3ff7f7c6d589e9106815d5
5
5
  SHA512:
6
- metadata.gz: 48ca9507f5bca86fd82827dcf5de839b7adceca7d87d481020df9502ab110a3dda89735fdc3f9ef332a97aadee18589526961119d97f19a131ebf00f6a87d4d7
7
- data.tar.gz: f41baf9e5ac397028e796a62406a4d0c9c21240b3f28ccb6ef6b49adbfec8dda2d0ebfde12e987fd9f3ccf2d847dae9a9f3fe80b722cae0040988ddb577876f9
6
+ metadata.gz: 37bb4a10459ab9164f18c8f05c287b16a00d7a35eef9ab604aea096e149f5744ac5e5c59250974ce8647bd8325c82ca4af6c3a060f3e158994cfe3585da72b7c
7
+ data.tar.gz: c231a6147f9164fb7e46bb539cb73e20e1569b6173fbc0baccbde407d245869d7e9a88fbc7066f2f5ce9ab517c10c7b295ad80559352160a333d5bb0a07779d3
data/.gitignore CHANGED
@@ -10,3 +10,6 @@
10
10
 
11
11
  # JavaScript
12
12
  /node_modules/
13
+
14
+ # IDEs
15
+ .idea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.3.2)
4
+ trailer_vote-fixtures (1.3.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -16,8 +16,8 @@ GEM
16
16
  builder
17
17
  minitest (>= 5.0)
18
18
  ruby-progressbar
19
- oj (3.7.9)
20
- rake (12.3.2)
19
+ oj (3.8.1)
20
+ rake (12.3.3)
21
21
  ruby-progressbar (1.10.0)
22
22
 
23
23
  PLATFORMS
@@ -0,0 +1,9 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "product_asset_id": "34b7ed46-2a3b-47ff-9cdf-51c73ebce66f",
4
+ "url": "www.horsesTheMovie.com",
5
+ "translations": { "en-US": "TrailerVote wants your attention" },
6
+ "place_id": "0d0277cb-756c-4686-84e4-bab158584f01"
7
+ "schedule_at": "2018-12-08T00:00:00Z"
8
+ }
9
+ }
@@ -1,5 +1,5 @@
1
1
  module TrailerVote
2
2
  module Fixtures
3
- VERSION = '1.3.2'
3
+ VERSION = '1.3.3'
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.2",
3
+ "version": "1.3.3",
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",
@@ -10,7 +10,7 @@
10
10
  "test": "node test/test.js"
11
11
  },
12
12
  "dependencies": {
13
- "esm": "^3.0.84",
13
+ "esm": "^3.2.25",
14
14
  "path": "^0.12.7"
15
15
  },
16
16
  "devDependencies": {}
data/yarn.lock CHANGED
@@ -2,10 +2,10 @@
2
2
  # yarn lockfile v1
3
3
 
4
4
 
5
- esm@^3.0.84:
6
- version "3.0.84"
7
- resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
8
- integrity sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw==
5
+ esm@^3.2.25:
6
+ version "3.2.25"
7
+ resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
8
+ integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
9
9
 
10
10
  inherits@2.0.3:
11
11
  version "2.0.3"
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.2
4
+ version: 1.3.3
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-05-16 00:00:00.000000000 Z
11
+ date: 2019-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -141,6 +141,7 @@ files:
141
141
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.index+json
142
142
  - lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json
143
143
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1+json
144
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json
144
145
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json
145
146
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json
146
147
  - lib/trailer_vote/fixtures/index.js