video_info 4.1.0 → 4.2.0
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/.github/workflows/ci.yml +1 -1
- data/Gemfile +3 -0
- data/README.md +6 -3
- data/lib/video_info/providers/youtube.rb +1 -1
- data/lib/video_info/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8147a3698a183d13edcbf0a4bb084741c99b6c64f69d562ce441f7e116a8d8d
|
4
|
+
data.tar.gz: 2b52569e7059929c4c64816f5f204bdd74fd669b775558dc76a8ef8dca693bb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bda11c5fc3854079bfe460e3a161dbba6cdd47219004b9a03f05a60448633f81e8712480e933d3812294e52dee5eedb89c44376b2872663853eea8764e9bfda4
|
7
|
+
data.tar.gz: 274803d8d83b50659cdae0b6b7f59abf7c20595d07ddedc3627298a8f7b01b0a45bd72f5bfbc7d3b58d25831c9fea408d1eccc5ce7ba0d726badf30ddbcfc1d8
|
data/.github/workflows/ci.yml
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -6,9 +6,12 @@
|
|
6
6
|
[](https://codeclimate.com/github/thibaudgg/video_info/test_coverage)
|
7
7
|
[](https://github.com/testdouble/standard)
|
8
8
|
|
9
|
-
Simple Ruby Gem to get video
|
9
|
+
Simple Ruby Gem to get video information from different providers. Supported providers:
|
10
10
|
|
11
|
-
|
11
|
+
- YouTube (with playlists)
|
12
|
+
- Vimeo
|
13
|
+
- Dailymotion
|
14
|
+
- Wistia
|
12
15
|
|
13
16
|
## Features
|
14
17
|
|
@@ -204,4 +207,4 @@ Please read [the contributing guidelines](CONTRIBUTING.md).
|
|
204
207
|
|
205
208
|
### Contributors
|
206
209
|
|
207
|
-
[
|
210
|
+
Thanks to [all contributors](https://github.com/thibaudgg/video_info/graphs/contributors)!
|
data/lib/video_info/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: video_info
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thibaud Guillaume-Gentil
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: iso8601
|