yt 0.26.1 → 0.26.2

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: 728fa911c1fe9ca5bc1fc4be70e39aec49c725b9
4
- data.tar.gz: b7bad458b65b80d30c89e3ab9a81c6576f839391
3
+ metadata.gz: 8b401e7fc1527689e8d57bba9adfb082bb1edad7
4
+ data.tar.gz: 05c8c0777af55da0d355ab056716ce471645db2d
5
5
  SHA512:
6
- metadata.gz: 813f25f58f1fea88c21e337f4d0654ab1d22ce6bd22c4229575a6326f5ece6bc0a77d566c73c91e97ecb2c392ae0fc05b1cf5f2e20930f49fc9b0d27a9c32889
7
- data.tar.gz: a0325398f13e3189ad4edbfa45820cdc8b7764ed4be60dc928fcde0eeada6b469314ab16dddf4d6b8cb859719c02cce184af767d3ba3ab6bfe30b84db4da8441
6
+ metadata.gz: 1473ef3a2b7731419bd69879e944a8f997cdbda15c06180bf998b18b555f2d4561d30667df24f41078597ef3405897fd614c8489bf8330597cc34a2002d5c2b3
7
+ data.tar.gz: 8d822e0aec52874704030eea47e7fb23f21338df2792096167c27304c3b148ecf01ab0e9803faa2f783aea88bc3bb2b637d7fac7be24366b89c1555038d80bc4
@@ -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.26.2 - 2016-10-05
10
+
11
+ * [ENHANCEMENT] Add newly available traffic sources: "Campaign card" and "End screen"
12
+
9
13
  ## 0.26.1 - 2016-10-05
10
14
 
11
15
  * [FEATURE] New `card impressions` report for videos and channels.
@@ -44,6 +44,8 @@ module Yt
44
44
  google: 'GOOGLE_SEARCH',
45
45
  notification: 'NOTIFICATION',
46
46
  playlist_page: 'YT_PLAYLIST_PAGE',
47
+ campaign_card: 'CAMPAIGN_CARD',
48
+ end_screen: 'END_SCREEN',
47
49
  info_card: 'INFO_CARD'
48
50
  }
49
51
 
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.26.1'
2
+ VERSION = '0.26.2'
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.26.1
4
+ version: 0.26.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: 2016-10-05 00:00:00.000000000 Z
11
+ date: 2016-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport