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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e225270c4f544e666c604aa91500a9f48a5232d
4
- data.tar.gz: 397243cd2a08d33cfa67d0dc41e32dbf4f64ae95
3
+ metadata.gz: 5f1975d4c1a40fe0912df7629828d26a268ae5c7
4
+ data.tar.gz: 10b9e600b187b9e1116e63e0260e1056e8cb6eb6
5
5
  SHA512:
6
- metadata.gz: 2b5365d9f6d09d19bee5d0494584bf3de3a6e71f0d69add050ce34b00c19b28ba92f9ab9bc01c32570e83795d8270ac291371665d914387f4b6c2407d8c52337
7
- data.tar.gz: be6d6adf026017c2c29f87f22da7cf4b502de891e13e9e6e69330dbdf3a9709626bb93584dc75fbbebe8353e1d765974c3bdf542e53fa283ba5a966df4635b75
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.
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Yt
2
2
  module Annotations
3
- VERSION = '1.3.1'
3
+ VERSION = '1.3.2'
4
4
  end
5
5
  end
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.1
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-08 00:00:00.000000000 Z
11
+ date: 2016-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport