yt 0.5.3 → 0.5.4
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/yt/models/playlist.rb +1 -1
- data/lib/yt/version.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: b618d7f55a83eeba246fba2937b6fdfb13b41a49
|
|
4
|
+
data.tar.gz: 9a40df4f2d2dd15abaa142c4ce39233f2921f89e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5fa21279a6b52775b60dacdc2b4e4ae39edecee2d04cd60b3b8461f9412b32b987f223e89bf58b72475675edb319455d77d7009340315ef60d839e86b4124f5
|
|
7
|
+
data.tar.gz: fa8634ac7fa6c44e0269be8a180b527102742789f1c4e6d50e3d6c137e38329dbbbe7482fd0bb0038a3de0f22e07a1d1e3ded545c5234de8249ca3761d867e28
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -302,7 +302,7 @@ To install on your system, run
|
|
|
302
302
|
|
|
303
303
|
To use inside a bundled Ruby project, add this line to the Gemfile:
|
|
304
304
|
|
|
305
|
-
gem 'yt', '~> 0.5.
|
|
305
|
+
gem 'yt', '~> 0.5.4'
|
|
306
306
|
|
|
307
307
|
Since the gem follows [Semantic Versioning](http://semver.org),
|
|
308
308
|
indicating the full version in your Gemfile (~> *major*.*minor*.*patch*)
|
data/lib/yt/models/playlist.rb
CHANGED
|
@@ -16,7 +16,7 @@ module Yt
|
|
|
16
16
|
options[:privacy_status] ||= privacy_status
|
|
17
17
|
|
|
18
18
|
snippet = options.slice :title, :description, :tags
|
|
19
|
-
status = {privacyStatus: privacy_status}
|
|
19
|
+
status = {privacyStatus: options[:privacy_status]}
|
|
20
20
|
body = {id: @id, snippet: snippet, status: status}
|
|
21
21
|
params = {params: {part: 'snippet,status'}, body: body}
|
|
22
22
|
|
data/lib/yt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Claudio Baccigalupo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|