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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 618a1921ea46452fc9fcb6cc28cf44ab44d3370a
4
- data.tar.gz: 5fc33026503612fa0387a7ce7ceabc5251f254af
3
+ metadata.gz: b618d7f55a83eeba246fba2937b6fdfb13b41a49
4
+ data.tar.gz: 9a40df4f2d2dd15abaa142c4ce39233f2921f89e
5
5
  SHA512:
6
- metadata.gz: 07759995fcf879ae9a3e4277882113eabb423bbc9da0a3f8fc0b815a06cdb61a0c72a5e69960c652e3d6127e004d94c18a120797097b78e6aaf7beb7148bdd44
7
- data.tar.gz: c5c246314f34b478b7014a79277bdce941b69daeb9c25e61f6ad4551fd5b6cfacfad283fcfe70c7fda91bf3c0a60ea8ce82852699f31b99a47a20a8dd48a9809
6
+ metadata.gz: f5fa21279a6b52775b60dacdc2b4e4ae39edecee2d04cd60b3b8461f9412b32b987f223e89bf58b72475675edb319455d77d7009340315ef60d839e86b4124f5
7
+ data.tar.gz: fa8634ac7fa6c44e0269be8a180b527102742789f1c4e6d50e3d6c137e38329dbbbe7482fd0bb0038a3de0f22e07a1d1e3ded545c5234de8249ca3761d867e28
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yt (0.5.3)
4
+ yt (0.5.4)
5
5
  activesupport
6
6
 
7
7
  GEM
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.3'
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*)
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Yt
2
- VERSION = '0.5.3'
2
+ VERSION = '0.5.4'
3
3
  end
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.3
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-16 00:00:00.000000000 Z
11
+ date: 2014-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport