youtube_audio 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7397b3a7c145702b1c8bd75ecf2c51e39552feac16b4664294e09acbe6bcee95
4
- data.tar.gz: 95075774c551be2feb31f67db497f72abb0d84e35989c0c5874799d4d564cc62
3
+ metadata.gz: 5c6ce2266dfb0f4e0fb31f97ddb153133322efaca7bd859585da644b51a5f7fe
4
+ data.tar.gz: cbf6671725346f4a9be7c759688a6e633b5afc169204af8ea8cfc88c9b1f121e
5
5
  SHA512:
6
- metadata.gz: b0182e9b5db795f0efc2aea5269a5078b6a9340891c6ce9b913ea9c0ab45256c6c4638bdc1c2f35a6896747bcab0a336e0d8ba8babb36dc0b30320d4d236bc44
7
- data.tar.gz: 99fcab7827f9f65d82ad6edbfe63fa7fdee9a554428b948c68954aef72a732be12ec818b4795c0bf4b11efd5988f38688e5ae3eabdef52f3308e5ebb3ae86240
6
+ metadata.gz: f95e998ee62c32167ff1d31c71a31a4b15a80801297f859530d7e9349866b5a481a76b0141db9b390df2f425968e7f06a4d084faf91403d9a6cd289b1702bb41
7
+ data.tar.gz: a459894bfeef5296be9069bcaded04e29e97d36b559360ad14def3a13143ab3e7c2240e99346c0c7c4dbe4d1961742c37d69f7e4b64260921da7c491640a3ae1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- youtube_audio (0.2.0)
4
+ youtube_audio (0.3.0)
5
5
  mechanize
6
6
  mini_racer
7
7
 
@@ -18,12 +18,11 @@ GEM
18
18
  docile (1.3.2)
19
19
  domain_name (0.5.20190701)
20
20
  unf (>= 0.0.5, < 1.0.0)
21
- hashdiff (1.0.0)
21
+ hashdiff (1.0.1)
22
22
  http-cookie (1.0.3)
23
23
  domain_name (~> 0.5)
24
- jaro_winkler (1.5.3)
25
- json (2.2.0)
26
- libv8 (7.3.492.27.1)
24
+ jaro_winkler (1.5.4)
25
+ libv8 (7.3.492.27.1-x86_64-darwin-18)
27
26
  mechanize (2.7.6)
28
27
  domain_name (~> 0.5, >= 0.5.1)
29
28
  http-cookie (~> 1.0)
@@ -33,57 +32,58 @@ GEM
33
32
  nokogiri (~> 1.6)
34
33
  ntlm-http (~> 0.1, >= 0.1.1)
35
34
  webrobots (>= 0.0.9, < 0.2)
36
- mime-types (3.3)
35
+ mime-types (3.3.1)
37
36
  mime-types-data (~> 3.2015)
38
- mime-types-data (3.2019.0904)
37
+ mime-types-data (3.2019.1009)
39
38
  mini_portile2 (2.4.0)
40
- mini_racer (0.2.6)
39
+ mini_racer (0.2.9)
41
40
  libv8 (>= 6.9.411)
42
41
  net-http-digest_auth (1.4.1)
43
42
  net-http-persistent (3.1.0)
44
43
  connection_pool (~> 2.2)
45
- nokogiri (1.10.4)
44
+ nokogiri (1.10.9)
46
45
  mini_portile2 (~> 2.4.0)
47
46
  ntlm-http (0.1.1)
48
- parallel (1.17.0)
49
- parser (2.6.4.0)
47
+ parallel (1.19.1)
48
+ parser (2.7.0.4)
50
49
  ast (~> 2.4.0)
51
- public_suffix (4.0.1)
50
+ public_suffix (4.0.3)
52
51
  rainbow (3.0.0)
53
52
  rake (10.5.0)
54
- rspec (3.8.0)
55
- rspec-core (~> 3.8.0)
56
- rspec-expectations (~> 3.8.0)
57
- rspec-mocks (~> 3.8.0)
58
- rspec-core (3.8.2)
59
- rspec-support (~> 3.8.0)
60
- rspec-expectations (3.8.4)
53
+ rexml (3.2.4)
54
+ rspec (3.9.0)
55
+ rspec-core (~> 3.9.0)
56
+ rspec-expectations (~> 3.9.0)
57
+ rspec-mocks (~> 3.9.0)
58
+ rspec-core (3.9.1)
59
+ rspec-support (~> 3.9.1)
60
+ rspec-expectations (3.9.0)
61
61
  diff-lcs (>= 1.2.0, < 2.0)
62
- rspec-support (~> 3.8.0)
63
- rspec-mocks (3.8.1)
62
+ rspec-support (~> 3.9.0)
63
+ rspec-mocks (3.9.1)
64
64
  diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.8.0)
66
- rspec-support (3.8.2)
67
- rubocop (0.74.0)
65
+ rspec-support (~> 3.9.0)
66
+ rspec-support (3.9.2)
67
+ rubocop (0.80.1)
68
68
  jaro_winkler (~> 1.5.1)
69
69
  parallel (~> 1.10)
70
- parser (>= 2.6)
70
+ parser (>= 2.7.0.1)
71
71
  rainbow (>= 2.2.2, < 4.0)
72
+ rexml
72
73
  ruby-progressbar (~> 1.7)
73
74
  unicode-display_width (>= 1.4.0, < 1.7)
74
75
  ruby-progressbar (1.10.1)
75
76
  safe_yaml (1.0.5)
76
- simplecov (0.17.0)
77
+ simplecov (0.18.5)
77
78
  docile (~> 1.1)
78
- json (>= 1.8, < 3)
79
- simplecov-html (~> 0.10.0)
80
- simplecov-html (0.10.2)
79
+ simplecov-html (~> 0.11)
80
+ simplecov-html (0.12.2)
81
81
  unf (0.1.4)
82
82
  unf_ext
83
83
  unf_ext (0.0.7.6)
84
- unicode-display_width (1.6.0)
85
- vcr (5.0.0)
86
- webmock (3.7.1)
84
+ unicode-display_width (1.6.1)
85
+ vcr (5.1.0)
86
+ webmock (3.8.2)
87
87
  addressable (>= 2.3.6)
88
88
  crack (>= 0.3.2)
89
89
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -103,4 +103,4 @@ DEPENDENCIES
103
103
  youtube_audio!
104
104
 
105
105
  BUNDLED WITH
106
- 1.17.2
106
+ 1.17.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module YoutubeAudio
4
- VERSION = '0.2.0'
4
+ VERSION = '0.3.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youtube_audio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Hernandez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-18 00:00:00.000000000 Z
11
+ date: 2020-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  - !ruby/object:Gem::Version
196
196
  version: '0'
197
197
  requirements: []
198
- rubygems_version: 3.0.3
198
+ rubygems_version: 3.0.6
199
199
  signing_key:
200
200
  specification_version: 4
201
201
  summary: extract videos from youtube in audio format using webscraping techniques