yt 0.24.2 → 0.24.3

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: 9ccd780abef1944ea7e76268a31bcf3bf9952a1e
4
- data.tar.gz: 40cd5fc401fe12d08c3d38d4f912df7895e2a786
3
+ metadata.gz: 3c12f9d88e82dde5c64b908f8a2c8cd43f9ee588
4
+ data.tar.gz: be1d78e20c50df48fd0f5fb9129a1487af71b717
5
5
  SHA512:
6
- metadata.gz: e722d835643669325cd975a58fdf9ed7c43c5da53ce04d6b9579771872e7e547cca24060e90154fbd2856cef9b1173a6c5f92dda559764cb71dca926a3c5614c
7
- data.tar.gz: aac8a6c2373c68563755ce7d9bcab050bdbbdb8e035eee9e4fac8378459925ff64e84d95c36886a1351ca1ee997d3ffe8d4fea79cb3a407e97f456915c1108a2
6
+ metadata.gz: 22520e88d24260587fd04f99e55a2a98d04d3a9f8a822f831bb32cb069f884c119eada891ee72efb94c35197959a01caffedafd46a19ccfeb897cf60c29414a7
7
+ data.tar.gz: edac76c27b215eb1e7bf32b2fe138dfc75137a1175da8bbfe33e51796dc1a4bd52131bf11922f378618939d30b8d65df8fdcc238f4949438aecd1fae9580e3a3
@@ -6,7 +6,7 @@ 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.2 - 2015-06-05
9
+ ## 0.24.3 - 2015-06-05
10
10
 
11
11
  * [ENHANCEMENT] Add newly available traffic sources
12
12
 
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.2'
44
+ gem 'yt', '~> 0.24.3'
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,8 +39,8 @@ 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'
42
+ google: 'GOOGLE_SEARCH',
43
+ notification: 'NOTIFICATION',
44
44
  info_card: 'INFO_CARD'
45
45
  }
46
46
 
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.24.2'
2
+ VERSION = '0.24.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.2
4
+ version: 0.24.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo