yt 0.28.3 → 0.28.4

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: cad6d554a08d0f66ce4f01416cc074aeca4fff70
4
- data.tar.gz: d152421eb245bd35bb1da08bf458dabf6bf24cea
3
+ metadata.gz: 71763c793701b39704e2459f206a7dc59507634b
4
+ data.tar.gz: 0c02e6ece84434e962c07f04b09107de91f73e53
5
5
  SHA512:
6
- metadata.gz: e46db76032a6712cab5ca375582011ab3fc9911c3c63429aa3720e5b95d4952a8ec5da24019deaadeb9bf5bcbba238b92f674c5908ca77a86c24513435ba6664
7
- data.tar.gz: 852f235f55b5484478bd878482fac903136aadb53a6064fc1a4d332778c8e732489be2f24f89aaa14f26718bd6d3a92279ba24cb0c8228dd144d2fb8eb02f72a
6
+ metadata.gz: b1284a29b8d0cf56b620dbaf5ac01b0bd34eb159239c3d2bfca78f7794482114745d28c878e77210e5d4f4ed3d6d03636c6dbdd7fb35274345674261c5375eb5
7
+ data.tar.gz: 79cdc85079c14424ca27687d51632c2a576b08e8df781d5f22cb4ebaec36896dedd085c973c61b7830658275821e1abbb09090e6252d9e8f0590912d1476bd08
@@ -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.4 - 2017-01-18
10
+
11
+ * [BUGFIX] Don't crash when Yt::VideoGroup is initialized with a group of playlists.
12
+
9
13
  ## 0.28.3 - 2017-01-09
10
14
 
11
15
  * [FEATURE] Add `VideoGroup#channels` method to load all channels under a group.
@@ -150,6 +150,8 @@ module Yt
150
150
  resource_ids.flat_map do |channel_id|
151
151
  Yt::Channel.new(id: channel_id, auth: @auth).videos.map(&:id)
152
152
  end
153
+ else
154
+ []
153
155
  end
154
156
  end
155
157
 
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.28.3'
2
+ VERSION = '0.28.4'
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.28.3
4
+ version: 0.28.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-10 00:00:00.000000000 Z
11
+ date: 2017-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport