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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -1
  3. data/README.md +1 -1
  4. data/lib/yt/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54ab025a1959cb9cb0ec25849d5936357c1c5bdf
4
- data.tar.gz: 5cec0556974d50170a889a7a2348962a0cb1754f
3
+ metadata.gz: 18325dbb4948849865dc28fd397fd535897a01f4
4
+ data.tar.gz: 0e0403cf3d7642de760f34829d3df30c62ee59b1
5
5
  SHA512:
6
- metadata.gz: 3427b8b2d9f3cd1b1d1640a0adb1e2946cefc2a254e123bb9127ffd417e5cc13e6e8068ec885e48b8c383b467e0bb510a25b6085d77c8163ac6d926064f39381
7
- data.tar.gz: 780a2e9ef4ebb816086d3c3ef82992ef0bb94caaeae3f255108e8d7877015539ab2a3d38451bb056f1e3854c6cca9721ffd1eaef492e74a0f95eb0537bc0ec17
6
+ metadata.gz: 4a0a8c815b079f11114666c2fa319778fc79dc2809e8948fbe88fc486d1c99d83ce0c57f461880c5017c46ddc7814cc205836dd57667bc8b916919ae196324d1
7
+ data.tar.gz: 0ddc2f2bddc85318fe486caf411d7d20c151bd1f7c88735be6589be635cfcde16f52f6562dd72c277454688b804917321b78fe6d9457dda291fe4e2304d6a4ec
@@ -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 - unreleased
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.0'
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*)
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.12.0'
2
+ VERSION = '0.12.1'
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.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo