yt 0.25.23 → 0.25.24

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: 45aacd71fdb8352422647b10814d733e9382a085
4
- data.tar.gz: 83f5aa65698a2e94f22c4a441c9c0c46dbf1fd6d
3
+ metadata.gz: 69646f9b5f3274e30a937499733d3dbfa31db71a
4
+ data.tar.gz: 895fb71e79bbf91c05903c96c05b33f5f2155357
5
5
  SHA512:
6
- metadata.gz: 1c9ef16c43ad3e7d46884051cde3bd9ac0845165e4c53e01d407debc69313346dfd3f48fb7798f512de44a7151f4f895cd26d78d55af512090ee945c2996fa1b
7
- data.tar.gz: 9c9d869558c6ac9d782716962104dd59483f28f8256c6b8546605e963199d264baa0b43f0a1d87e8dce8fbc5fc9adad6092efda493ee02574ddab9b955189205
6
+ metadata.gz: b6b837f47d06ce91154d7a42742616d04534cdc313293f315c59f151fc75966cad5103c1eaa505323cae51dd1f005e1712eb216352c9292355c1181b955d9d1b
7
+ data.tar.gz: 8bf87aef4cce7fcd4ec28c0cc3e31b646f43bf03d4b0119495aa16cc9560a110f04a19b1674a585faac84510c781cb89863dea00372417c28f39ff15bb511652
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.25.24 - 2016-03-02
10
+
11
+ * [BUGFIX] When `videos.where(..)` returns more than one page, don’t retain the items for the next request.
12
+
9
13
  ## 0.25.23 - 2016-02-23
10
14
 
11
15
  * [IMPROVEMENT] Retry 3 times after a server error, to bypass temporary glitches by YouTube.
@@ -10,6 +10,7 @@ module Yt
10
10
  class Videos < Base
11
11
  def where(requirements = {})
12
12
  @published_before = nil
13
+ @halt_list = false
13
14
  super
14
15
  end
15
16
 
data/lib/yt/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.25.23'
2
+ VERSION = '0.25.24'
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.23
4
+ version: 0.25.24
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-02-23 00:00:00.000000000 Z
11
+ date: 2016-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport