Skip to content

Commit

Permalink
Merge pull request #231 from thibaudgg/new_release
Browse files Browse the repository at this point in the history
Prepare v4.2.0 release
  • Loading branch information
markets committed Mar 18, 2024
2 parents 1b1c3b5 + 6723964 commit 05f3c4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
[![Test Coverage](https://api.codeclimate.com/v1/badges/1f03474bdb81e735002c/test_coverage)](https://codeclimate.com/github/thibaudgg/video_info/test_coverage)
[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)

Simple Ruby Gem to get video info from Dailymotion, Vimeo, Wistia and YouTube (with playlist).
Simple Ruby Gem to get video information from different providers. Supported providers:

Tested against Ruby 2.7, 3.0, 3.1 and 3.2.
- YouTube (with playlists)
- Vimeo
- Dailymotion
- Wistia

## Features

Expand Down Expand Up @@ -204,4 +207,4 @@ Please read [the contributing guidelines](CONTRIBUTING.md).

### Contributors

[https://github.com/thibaudgg/video_info/graphs/contributors](https://github.com/thibaudgg/video_info/graphs/contributors)
Thanks to [all contributors](https://github.com/thibaudgg/video_info/graphs/contributors)!
2 changes: 1 addition & 1 deletion lib/video_info/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class VideoInfo
VERSION = "4.1.0".freeze
VERSION = "4.2.0".freeze
end

0 comments on commit 05f3c4c

Please sign in to comment.