trailer_vote-media_types 0.12.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc8d830e1c3e4c67895c2d6fb0dbe429bd40105c4015cfcaac28570928170b7a
4
- data.tar.gz: 78caa6271a26e4a3dbe71a388d2e1222a5c88dc98baae701778dd9334bca50be
3
+ metadata.gz: 0db6539e274644a8fa6bcc26d2b883c22d8e0c87322defc2f95fffe82a8a67c2
4
+ data.tar.gz: 012f88f72a1830d5f0e082fb2624c1335ad931f7d2c853462c398e103de6e4a5
5
5
  SHA512:
6
- metadata.gz: 56e863bbe9678fee6286df38c6947c9da1e6fdb693435f4861a185892c7d4cc0508e3f388fe545e0a8726f2b0adca300bba1cf2d7eeaf418e5ea593b64bd479e
7
- data.tar.gz: 6c32b1427007bdffd95923e36d150290f92d788ae9d3275e2830a7c834c0adff2bd3ccf934c4da8c6be68516e57d0ba0055aeb8b2afa6eac25121c6ee17ae3cd
6
+ metadata.gz: 8e6b7fe5405de279a9726de4083d8ac75af98e578669116de33acc82994c6dde50df0c7af201ad06bbc76b614bc71abda4c3c670d55d387b218143d07c85483f
7
+ data.tar.gz: 4abf9848e5b91cc02f333f5d67428e7e7cc1274e9174c2d7947e3607a4901266f675e79f10b136ef6291148de8a5a5587e3cba8d460c46c5b8c286e96b29098f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-media_types (0.12.0)
4
+ trailer_vote-media_types (0.13.0)
5
5
  media_types (>= 0.6.0, < 1)
6
6
 
7
7
  GEM
@@ -21,14 +21,14 @@ module TrailerVote
21
21
  attribute :message, String
22
22
  attribute :schedule_at, Types::Iso8601
23
23
  end
24
- end
25
24
 
26
- view 'create' do
27
- attribute :product_asset_id, Types::UuidV4
28
- attribute :url, String
29
- attribute :schedule_at, Types::Iso8601
30
- attribute :place_id, Types::UuidV4
31
- attribute :translations, ::Hash
25
+ view 'create' do
26
+ attribute :product_asset_id, Types::UuidV4
27
+ attribute :url, String
28
+ attribute :schedule_at, Types::Iso8601
29
+ attribute :place_id, Types::UuidV4
30
+ attribute :translations, ::Hash
31
+ end
32
32
  end
33
33
  end
34
34
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module MediaTypes
5
- VERSION = '0.12.0'
5
+ VERSION = '0.13.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailer_vote-media_types
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-08-17 00:00:00.000000000 Z
11
+ date: 2019-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: media_types