yt 0.25.37 → 0.25.38

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: 15a20e76bf7d966fea857e957e7128323463f18a
4
- data.tar.gz: e586722756127d69a2f1ff48887012b4c8df0355
3
+ metadata.gz: a809cd45081099159938ad218fa9145eec0216e9
4
+ data.tar.gz: 79ad8ab4601617c8ff5ba0d811914925d1b0f065
5
5
  SHA512:
6
- metadata.gz: b1113ca6fdc0dd8dab6a42e42d5b3a24fb39a6dcb2dcc407ce49e9864a8f63e6dd0988d402dbb4aa312148284c96d8dbf828f4f784d3076fa6ffacbb65397bf0
7
- data.tar.gz: ff08ea36fd74728c6c98e113f3d20c89b1284b95faf36a75c3867aeb0a7a1d172cbc78f0626ff327c8cdce2bdbf735ba6210b7f251a6a82145992be13e24e9ac
6
+ metadata.gz: 752171b7409bcade5b5669514cf95bcb176cfbe32a80b6414b55b6ad5b7e4070129c73aecc621671aa1ad3db97fae9e1c1bed94e8f026ccd7d3f155ebc103cd8
7
+ data.tar.gz: ba17ce8ab592ae1cbb10ddfa68aee6ed17261dc60a313b7dfd55f1d867b1a97b7a2aeaa7c511e925e2e95ba1247f9b14e7b9f2aee584b3d6ec643fad9ccacddd
@@ -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.38 - 2016-06-13
10
+
11
+ * [IMPROVEMENT] Don’t combine forContentOwner and publishedBefore parameters in Search#list since YouTube does not support this anymore.
12
+
9
13
  ## 0.25.37 - 2016-05-16
10
14
 
11
15
  * [FEATURE] Add `VideoGroup#videos` to load all videos under a group of channels, as well as a group of videos.
@@ -96,7 +96,7 @@ module Yt
96
96
  def next_page
97
97
  super.tap do |items|
98
98
  halt_list if use_list_endpoint? && items.empty? && @page_token.nil?
99
- add_offset_to(items) if !use_list_endpoint? && videos_params[:order] == 'date' && videos_params[:channel_id]
99
+ add_offset_to(items) if !use_list_endpoint? && videos_params[:order] == 'date' && !(videos_params[:for_mine] || videos_params[:for_content_owner])
100
100
  end
101
101
  end
102
102
 
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.25.37'
2
+ VERSION = '0.25.38'
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.37
4
+ version: 0.25.38
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-05-17 00:00:00.000000000 Z
11
+ date: 2016-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport