yt-audit 0.2.1 → 0.2.2
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/.travis.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/yt/audit/version.rb +1 -1
- data/lib/yt/video_audit/info_card.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: dfac3e84708259316ddfcea48bdd2b2db0cc2790
|
|
4
|
+
data.tar.gz: 8ce6cf3835a6d36e03f87fc50ad684623dd9300e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5da8a6b32c8b3b8429d754f5ff31a88395a39835ec11da93fed01e47a7c8e023ecc1975f96779074e194ee973fe9af82a94613bbf1b6806779e58001f8004f3d
|
|
7
|
+
data.tar.gz: c51d7405aa9e6d1d64bc19c71a4565b3ed563c4e578dbe5b29443e4cb90d5e8e467155658ada4d5d31fb21abc868d5b1a080fdc7aa1439b5cedc885cbc130b5a
|
data/.travis.yml
CHANGED
|
@@ -4,4 +4,4 @@ rvm:
|
|
|
4
4
|
before_install: gem install bundler -v 1.11.2
|
|
5
5
|
env:
|
|
6
6
|
global:
|
|
7
|
-
secure:
|
|
7
|
+
secure: "vMsO3yrLFu3tqCBKzPFDGTAbXVOu2XZht5KTTm21KfeIb1hWcxeRAkS3ajZ/cKSOO/j5vQ/u7QiQc00DP+x3hhuJ6TB9yADrCklR+dd+X+UCoOxZgvFS8oMvq5S+BKC34ANKlCzhrgX40N4k+4arDGPvaZbyQV7W3SfZlVtCi+47/4yuNZFtIyG+SboQHWedroxvOdGQMcvNq+FVrR5RbA8V0DMhprLL7668p1iw0NCIJAaPuAA+l+PIlVfCwBnlC+BUJzsPRy2r64ZG+MSMJe5PARBCO091UYdfPnMuTu3spsS9K4/GbWO2Ko5yhVBJDzI1oUr7eiGA6FhdJvO4m5J8TlLMdHDYD+sTE9U6Nc1Oz+2iifTY/Rrq6tgudIdJPlwtiK6V+FRg2nRwqoXtXbdOetdceD7UOmS13if6y3tDAdEViJ/podHvWHC+bGuRR/sXsPV+BcvOawD5bggIzT/iCVLLZzRdTn4xg2lZ9P0wKhi7kIDBbbeySqw8+wUqtU6/WrmtQE/OBzFkh/nm6m03KuId62IDS5jiM+RQKGf1ZeDT7P5AmNW4x4w3uvnT97iW/2N5mkBtfUa1+bjFtONiITRoWEX4TFnnHPYIorf+YQvrOH/OaD2uRr7A6nEO5ovx7Q6TvA6rBBAAOh+t0QsxvOYZnVR2XLAenpt0pYY="
|
data/CHANGELOG.md
CHANGED
|
@@ -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.2.2 - 2016.02.24
|
|
10
|
+
|
|
11
|
+
## [BUGFIX] Fix condition of Info Card
|
|
12
|
+
|
|
9
13
|
## 0.2.1 - 2016.02.19
|
|
10
14
|
|
|
11
15
|
* [FEATURE] Add `PlaylistAudit::Descripton` for `run` to also count playlists with a description.
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Yt::Audit
|
|
2
2
|
|
|
3
|
-
Welcome! This is a Ruby library you can audit a YouTube channel.
|
|
3
|
+
Welcome! This is a Ruby library you can audit best practices of a YouTube channel.
|
|
4
4
|
|
|
5
5
|
The **source code** is available on [GitHub](https://github.com/Fullscreen/yt-audit) and the **documentation** on [RubyDoc](http://www.rubydoc.info/github/fullscreen/yt-audit/master/Yt/Audit).
|
|
6
6
|
|
data/lib/yt/audit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yt-audit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kang-Kyu Lee
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: yt
|