rutube 0.3 → 0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/util.rb +1 -1
  3. data/lib/video.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dcbfc16dadfbb4964e347092236508a5678aeffb
4
- data.tar.gz: 7db89d0aa31c0f1a2b31fa993ede058ce63662f7
3
+ metadata.gz: ee421ec63eb549fa45aa17625a7eceb5327bb6d3
4
+ data.tar.gz: 78e8946e3d580986ba2efdd23559d3f692ab9692
5
5
  SHA512:
6
- metadata.gz: 355babb9207902c387b7f011ffd470e0b48f90da3abf3f8e7f25fc6a4558aad12c1009bbc0ecd9bf0638d657af251f990f2f95dc4c07334f4e75c413332b733d
7
- data.tar.gz: 76c69493473b225d0717c5622b565a3234dcd9fdd18fb3ec6f82a101a3df9d4d3f6674d84fa3a012648cf9c174028c6539d51e2621e1c8819dcc6b47db0d20ab
6
+ metadata.gz: 76457324212c14bcde94cca03428d17840aed3c39c6ff6107d90bf667c1fab095f3a095ed1163adfe486deab9b6966e0f4a6aa05792b218705e5a7670d4b3883
7
+ data.tar.gz: d352eca6350918c0d79d6dd4d9a7fe85adacac05f68674b2abab148549f4290c3b8acdf3d43de9ded713389dfdab1ba745fd89ccf20277193f4a47ba4a6478ce
@@ -100,7 +100,7 @@ module Util
100
100
  module_function :_extract_fmt
101
101
 
102
102
  def sanitize_filename(file_name)
103
- file_name.gsub(/[^\w\.\-]/,"_")
103
+ file_name.gsub(/[^\w\.\-]/, "_")
104
104
  end
105
105
 
106
106
  module_function :sanitize_filename
@@ -11,7 +11,7 @@ class Video
11
11
  end
12
12
 
13
13
  def download(dir=Dir.pwd)
14
- Thread.new(dir){_download(dir)}
14
+ Thread.new(dir) { _download(dir) }
15
15
  end
16
16
 
17
17
  def _download(dir)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rutube
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: '0.4'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vidyuth Dandu
@@ -21,7 +21,7 @@ files:
21
21
  - lib/util.rb
22
22
  - lib/video.rb
23
23
  - lib/youtube.rb
24
- homepage: http://github.com
24
+ homepage: https://github.com/vidyuthd/rutube
25
25
  licenses:
26
26
  - MIT
27
27
  metadata: {}