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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/yt/collections/videos.rb +1 -0
- data/lib/yt/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69646f9b5f3274e30a937499733d3dbfa31db71a
|
|
4
|
+
data.tar.gz: 895fb71e79bbf91c05903c96c05b33f5f2155357
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
data/lib/yt/version.rb
CHANGED
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.
|
|
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
|
|
11
|
+
date: 2016-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|