yt-annotations 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/yt/annotations/for.rb +1 -1
- data/lib/yt/annotations/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: 5f1975d4c1a40fe0912df7629828d26a268ae5c7
|
4
|
+
data.tar.gz: 10b9e600b187b9e1116e63e0260e1056e8cb6eb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 125f6b584f591e0248fa719fc966ea616c3a00692df928075932fa23a2b79c6a7bfa4cac6f829234d09efd4890f047fccfd6735f91124ca67e24e0dd8a26be74
|
7
|
+
data.tar.gz: 6062fe651de36ea7c683d9e8cecba7988609bb3c9dd21fe3c5143d9b5d2537ebfcd70eb69c256f58f66352c38017398fdbbb7b3eaf70294974073faa60104f2d
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,10 @@ For more information about changelogs, check
|
|
7
7
|
[Vandamme](http://tech-angels.github.io/vandamme).
|
8
8
|
|
9
9
|
|
10
|
+
## 1.3.2 - 2016.09.08
|
11
|
+
|
12
|
+
* [BUGFIX] Do not raise errors from videos with 'speech' style
|
13
|
+
|
10
14
|
## 1.3.1 - 2016.09.07
|
11
15
|
|
12
16
|
* [ENHANCEMENT] Fetch 'pause' annotation without errors.
|
data/lib/yt/annotations/for.rb
CHANGED
@@ -31,7 +31,7 @@ module Yt
|
|
31
31
|
|
32
32
|
def annotation_class(data)
|
33
33
|
case data['style']
|
34
|
-
when 'anchored' then Annotations::Speech
|
34
|
+
when 'anchored', 'speech' then Annotations::Speech
|
35
35
|
when 'branding' then Annotations::Branding
|
36
36
|
when 'highlightText' then Annotations::Spotlight
|
37
37
|
when 'label' then Annotations::Label
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yt-annotations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- claudiob
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|