yt 0.24.1 → 0.24.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/README.md +1 -1
- data/lib/yt/collections/reports.rb +3 -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: 9ccd780abef1944ea7e76268a31bcf3bf9952a1e
|
4
|
+
data.tar.gz: 40cd5fc401fe12d08c3d38d4f912df7895e2a786
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e722d835643669325cd975a58fdf9ed7c43c5da53ce04d6b9579771872e7e547cca24060e90154fbd2856cef9b1173a6c5f92dda559764cb71dca926a3c5614c
|
7
|
+
data.tar.gz: aac8a6c2373c68563755ce7d9bcab050bdbbdb8e035eee9e4fac8378459925ff64e84d95c36886a1351ca1ee997d3ffe8d4fea79cb3a407e97f456915c1108a2
|
data/CHANGELOG.md
CHANGED
@@ -6,7 +6,11 @@ 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.24.
|
9
|
+
## 0.24.2 - 2015-06-05
|
10
|
+
|
11
|
+
* [ENHANCEMENT] Add newly available traffic sources
|
12
|
+
|
13
|
+
## 0.24.1 - 2015-06-01
|
10
14
|
|
11
15
|
* [BUGFIX] Don't raise error when YouTube returns a deleted video while eager loading
|
12
16
|
|
data/README.md
CHANGED
@@ -41,7 +41,7 @@ To install on your system, run
|
|
41
41
|
|
42
42
|
To use inside a bundled Ruby project, add this line to the Gemfile:
|
43
43
|
|
44
|
-
gem 'yt', '~> 0.24.
|
44
|
+
gem 'yt', '~> 0.24.2'
|
45
45
|
|
46
46
|
Since the gem follows [Semantic Versioning](http://semver.org),
|
47
47
|
indicating the full version in your Gemfile (~> *major*.*minor*.*patch*)
|
@@ -39,6 +39,9 @@ module Yt
|
|
39
39
|
channel: 'YT_CHANNEL',
|
40
40
|
other_page: 'YT_OTHER_PAGE',
|
41
41
|
search: 'YT_SEARCH',
|
42
|
+
google: 'GOOGLE_SEARCH'
|
43
|
+
notification: 'NOTIFICATION'
|
44
|
+
info_card: 'INFO_CARD'
|
42
45
|
}
|
43
46
|
|
44
47
|
# @see https://developers.google.com/youtube/analytics/v1/dimsmets/dims#Playback_Location_Dimensions
|
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.24.
|
4
|
+
version: 0.24.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Claudio Baccigalupo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06-
|
11
|
+
date: 2015-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|