yt-audit 0.5.4 → 0.5.5
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 +7 -4
- data/lib/yt/audit/version.rb +1 -1
- data/lib/yt/video_audit/invideo_programming.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: 0b87615f5280d2212ee2f3c6c60e5d1450e322aa
|
|
4
|
+
data.tar.gz: 831da0368aefc88c292f86ac79f1ab8f9c04a6d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 333781034ea13a46c2857b9071899c9c5d239852e97213854498d40c7f09b8ee533f7a1cd949bce79d07fb0f3f419c91bb1a86c8afc6ae59e30a441f94782449
|
|
7
|
+
data.tar.gz: 3d5bd3df54feacceef5b6bd027de98505d9314f64b35eaef704972eaad6e6d388c1fd98311084ef818b00698b14b7cb95284582f97a3a1342ff8ae6bf13fd1fd
|
data/CHANGELOG.md
CHANGED
|
@@ -6,16 +6,19 @@ 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.5.5 - 2017-04-03
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
* [BUGFIX] Change `VideoAudit::InvideoProgramming` to count videos with a 'featured content' annotation, not 'branding' annotation.
|
|
12
|
+
|
|
13
|
+
## 0.5.4 - 2017-06-20
|
|
11
14
|
|
|
12
15
|
* [ENHANCEMENT] Change order of audits.
|
|
13
16
|
|
|
14
|
-
## 0.5.3
|
|
17
|
+
## 0.5.3 - 2017-06-19
|
|
15
18
|
|
|
16
19
|
* [FEATURE] Add `VideoAudit::InvideoProgramming` to count videos with a branding annotation.
|
|
17
20
|
|
|
18
|
-
## 0.5.2
|
|
21
|
+
## 0.5.2 - 2017-06-14
|
|
19
22
|
|
|
20
23
|
* [FEATURE] Add `VideoAudit::EndScreen` to count videos with end screens.
|
|
21
24
|
* [FEATURE] Add `VideoAudit::TagsLength` to count videos with more than 400 characters in tags.
|
|
@@ -24,7 +27,7 @@ For more information about changelogs, check
|
|
|
24
27
|
* [FEATURE] Add `VideoAudit::PlaylistEndScreen` to count videos with a playlist link in end screens.
|
|
25
28
|
* [FEATURE] Add `VideoAudit::WebsiteEndScreen` to count videos with a website link in end screens.
|
|
26
29
|
|
|
27
|
-
## 0.5.1
|
|
30
|
+
## 0.5.1 - 2017-05-03
|
|
28
31
|
|
|
29
32
|
* [ENHANCEMENT] Reduce API calls to YouTube using .count, not .size
|
|
30
33
|
|
data/lib/yt/audit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yt-audit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Claudio Baccigalupo
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-07-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: yt-core
|