yt 0.28.4 → 0.28.5

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: 71763c793701b39704e2459f206a7dc59507634b
4
- data.tar.gz: 0c02e6ece84434e962c07f04b09107de91f73e53
3
+ metadata.gz: 7b7c968178a980891b6198b68992b4beb4838df7
4
+ data.tar.gz: 2ca19145f6d03f054b789cf0e78c4efd6b11cc53
5
5
  SHA512:
6
- metadata.gz: b1284a29b8d0cf56b620dbaf5ac01b0bd34eb159239c3d2bfca78f7794482114745d28c878e77210e5d4f4ed3d6d03636c6dbdd7fb35274345674261c5375eb5
7
- data.tar.gz: 79cdc85079c14424ca27687d51632c2a576b08e8df781d5f22cb4ebaec36896dedd085c973c61b7830658275821e1abbb09090e6252d9e8f0590912d1476bd08
6
+ metadata.gz: 6e8ca47f9350d105424681dacf6eb85f1215b6495a66ee90fa603c11f052fa16cf12cb98412057355c34301042a0bf4b351d46e9d9ac7b5899ef9971cb3da41e
7
+ data.tar.gz: 333f3e8881f74df03d7121fb598e967b54d3579f1d1a3bb147fdcb077dafb33e8ee051fac4624ab0c4c321c97b2505cd730978a4b37a78fb67984343217f3623
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.28.5 - 2017-01-18
10
+
11
+ * [BUGFIX] Don't crash when Yt::VideoGroup is initialized with a group of playlists.
12
+
9
13
  ## 0.28.4 - 2017-01-18
10
14
 
11
15
  * [BUGFIX] Don't crash when Yt::VideoGroup is initialized with a group of playlists.
@@ -172,6 +172,8 @@ module Yt
172
172
  end.uniq
173
173
  when "youtube#channel"
174
174
  resource_ids
175
+ else
176
+ []
175
177
  end
176
178
  end
177
179
 
data/lib/yt/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.28.4'
2
+ VERSION = '0.28.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.4
4
+ version: 0.28.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo