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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e07affd7b6d4df0e69e0ab16d65a959be125294
4
- data.tar.gz: f29044dea895dfce5e8dee70f81e7583b84cb5ae
3
+ metadata.gz: 64e0182b692673e85a2034e845aab91fa66f2bc8
4
+ data.tar.gz: 3b83c49f209c349bf37ed7d1ed9f8587ccb1c044
5
5
  SHA512:
6
- metadata.gz: a9c7378a1167c85d6329d8477eead541168cfeeece66cbafbe75eceea23740b3c5ec3b927d95fab7eebe51e70adfcc020a150c67e289e7dbdd720323a244fb4a
7
- data.tar.gz: c71329c0e58166f21c494028c5da4659a3d2c5dc75e3458d6fc7c7dccbcd8e821998454f1365eda0a68ad02f7952740eca42944582d8603f5b4c8ae70f7159ff
6
+ metadata.gz: 51e88d3e24ada7ce564d5f9c17e2df718414bdd0d22265fbbbbc010e4772fcde9baab5039d32bce9255cc3e431c31f2ba2ad9287c21d8aaf44be16a2ca34c0ee
7
+ data.tar.gz: ab3324eb79ad29a75ff6e943657d5ea737a9061cdf8e6729bfa36ff25e30af421aaba0bfbcbad842a98d9b388f428acd6a00ab860c880351741f9872441d9ee7
@@ -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
- def ad_formats
23
- @data['adFormats']
24
- end
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
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.25.33'
2
+ VERSION = '0.25.34'
3
3
  end
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.33
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-15 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport