youtube-data 0.1.0 → 0.1.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youtube-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - boddz
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-08 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Extract youtube video information using ruby.
14
14
  email:
@@ -22,23 +22,28 @@ files:
22
22
  - README.md
23
23
  - Rakefile
24
24
  - TODO.md
25
+ - examples/basic_video_info.rb
26
+ - examples/download_thumbnail.rb
25
27
  - lib/youtube-data.rb
26
28
  - lib/youtube/extractor.rb
27
29
  - lib/youtube/thumbnail.rb
28
30
  - lib/youtube/version.rb
31
+ - lib/youtube/video.rb
29
32
  - sig/youtube.rbs
30
- - tests/data/raw_video.html
33
+ - tests/data/get_data
31
34
  - tests/mocks.rb
32
35
  - tests/test_all.rb
33
36
  - tests/test_extractor.rb
34
- homepage: https://github.com/boddz
37
+ - tests/test_thumbnail.rb
38
+ - tests/test_video.rb
39
+ homepage: https://github.com/boddz/youtube
35
40
  licenses:
36
41
  - MIT
37
42
  metadata:
38
43
  allowed_push_host: https://rubygems.org
39
- homepage_uri: https://github.com/boddz
40
- source_code_uri: https://github.com/boddz
41
- post_install_message:
44
+ homepage_uri: https://github.com/boddz/youtube
45
+ source_code_uri: https://github.com/boddz/youtube
46
+ post_install_message:
42
47
  rdoc_options: []
43
48
  require_paths:
44
49
  - lib
@@ -53,8 +58,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
58
  - !ruby/object:Gem::Version
54
59
  version: '0'
55
60
  requirements: []
56
- rubygems_version: 3.4.10
57
- signing_key:
61
+ rubygems_version: 3.3.5
62
+ signing_key:
58
63
  specification_version: 4
59
64
  summary: A youtube data scraper.
60
65
  test_files: []