yt 0.25.33 → 0.25.34
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/yt/models/advertising_options_set.rb +4 -4
- data/lib/yt/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64e0182b692673e85a2034e845aab91fa66f2bc8
|
|
4
|
+
data.tar.gz: 3b83c49f209c349bf37ed7d1ed9f8587ccb1c044
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51e88d3e24ada7ce564d5f9c17e2df718414bdd0d22265fbbbbc010e4772fcde9baab5039d32bce9255cc3e431c31f2ba2ad9287c21d8aaf44be16a2ca34c0ee
|
|
7
|
+
data.tar.gz: ab3324eb79ad29a75ff6e943657d5ea737a9061cdf8e6729bfa36ff25e30af421aaba0bfbcbad842a98d9b388f428acd6a00ab860c880351741f9872441d9ee7
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ For more information about changelogs, check
|
|
|
6
6
|
[Keep a Changelog](http://keepachangelog.com) and
|
|
7
7
|
[Vandamme](http://tech-angels.github.io/vandamme).
|
|
8
8
|
|
|
9
|
+
## 0.25.34 - 2016-04-20
|
|
10
|
+
|
|
11
|
+
* [FEATURE] Add `ad_breaks` and `tp_ad_server_video_id` attribute to AdvertisingOptionsSet
|
|
12
|
+
|
|
9
13
|
## 0.25.33 - 2016-04-15
|
|
10
14
|
|
|
11
15
|
* [FEATURE] Eager-loading claims from videos will also eager-load assets.
|
|
@@ -19,9 +19,9 @@ module Yt
|
|
|
19
19
|
true
|
|
20
20
|
end
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
has_attribute :ad_formats
|
|
23
|
+
has_attribute :ad_breaks
|
|
24
|
+
has_attribute :tp_ad_server_video_id
|
|
25
25
|
|
|
26
26
|
private
|
|
27
27
|
|
|
@@ -35,4 +35,4 @@ module Yt
|
|
|
35
35
|
end
|
|
36
36
|
end
|
|
37
37
|
end
|
|
38
|
-
end
|
|
38
|
+
end
|
data/lib/yt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.25.
|
|
4
|
+
version: 0.25.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Claudio Baccigalupo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|