yt 0.12.0 → 0.12.1
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 +1 -1
- data/README.md +1 -1
- data/lib/yt/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18325dbb4948849865dc28fd397fd535897a01f4
|
|
4
|
+
data.tar.gz: 0e0403cf3d7642de760f34829d3df30c62ee59b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a0a8c815b079f11114666c2fa319778fc79dc2809e8948fbe88fc486d1c99d83ce0c57f461880c5017c46ddc7814cc205836dd57667bc8b916919ae196324d1
|
|
7
|
+
data.tar.gz: 0ddc2f2bddc85318fe486caf411d7d20c151bd1f7c88735be6589be635cfcde16f52f6562dd72c277454688b804917321b78fe6d9457dda291fe4e2304d6a4ec
|
data/CHANGELOG.md
CHANGED
|
@@ -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.12.1 -
|
|
9
|
+
## 0.12.1 - 2014-09-04
|
|
10
10
|
|
|
11
11
|
* [ENHANCEMENT] Add `position` option to add_video (to specify where in a playlist to add a video)
|
|
12
12
|
* [FEATURE] Add `update` to PlaylistItem (to change the position of the item in the playlist)
|
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.12.
|
|
44
|
+
gem 'yt', '~> 0.12.1'
|
|
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*)
|
data/lib/yt/version.rb
CHANGED