yt 0.25.19 → 0.25.20

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: 027f85007663e5e62a0cfae07c66e09078ce0391
4
- data.tar.gz: e1d99207ce02b83a05d60e3fe83d181cf2d20fbd
3
+ metadata.gz: ff024fef1f2914775cc7e6739026ae0f83017ee3
4
+ data.tar.gz: 2b9ad1e84cec8fb588cfcace0630dfac9d0f52fb
5
5
  SHA512:
6
- metadata.gz: b2acbbbaf56554ff7e5b6334faefcd0f486513c1423c0ec30e77cd71f6172b1d3222144384f48396f2adcf985ca83a265f77d5cc60ef5ee36030f69d572b914a
7
- data.tar.gz: 63960c6908b3ffe0d3ffc433734c68e8b94e13ee8f7bbdb1aab112b59cfbcbe578fd87646b24e1b16b8bd17817ba3f50fa036944bfd0c7f76b8f0a0c0d7df910
6
+ metadata.gz: 3643fe90f6631b93881b1204f87492734ab85b1c15b2d5d5d8161c0b284f1737a8b556a8ff2d7c5a33509d174659f13240e8426ff8ba32ca50050d01f730320d
7
+ data.tar.gz: 77f33b6cb1584c5b39fa75a5a5f3987219c85f1120398bdf845c2793a49bf67b148d060d62b03397dd28ccc3053048954307f176a46e739a6fe8ecdbc69d7af3
@@ -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.20 - 2016-01-24
10
+
11
+ * [FEATURE] Add (undocumented) playback location dimensions SEARCH and BROWSE
12
+
9
13
  ## 0.25.19 - 2016-01-15
10
14
 
11
15
  * [FEATURE] Add `:group_items` to Yt::VideoGroup (list items of a group)
@@ -53,6 +53,8 @@ module Yt
53
53
  embedded: 'EMBEDDED',
54
54
  other: 'YT_OTHER',
55
55
  external_app: 'EXTERNAL_APP',
56
+ search: 'SEARCH', # undocumented but returned by the API
57
+ browse: 'BROWSE', # undocumented but returned by the API
56
58
  mobile: 'MOBILE' # only present for data < September 10, 2013
57
59
  }
58
60
 
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.25.19'
2
+ VERSION = '0.25.20'
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.19
4
+ version: 0.25.20
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-01-15 00:00:00.000000000 Z
11
+ date: 2016-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport