README.md in ffprober-0.5.5 vs README.md in ffprober-1.0

- old
+ new

@@ -25,11 +25,11 @@ ffprobe = Ffprober::Parser.from_file("my_awesome_video.mp4") ffprobe.size #=> 44772490 ## FFMPEG version -tested with ffprobe version 0.9 upto 3.3 +tested with ffprobe version 0.9 upto 4.3.1 according to [ffmpeg changelog](http://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog) json output was added in version 0.9 [ffprobe documentation](http://www.ffmpeg.org/ffprobe.html) @@ -41,12 +41,12 @@ 2. open an issue and send the output to me along with the expected version 3. profit ## Supported Rubies -Ffprober is tested under 2.4, 2.5, 2.6, JRuby (head) and Rubinius and ruby-head. +Ffprober is tested under 2.4, 2.5, 2.6 and 2.7. -[![Build Status](https://travis-ci.org/beanieboi/ffprober.svg?branch=master)](https://travis-ci.org/beanieboi/ffprober) +[![Build Status](https://github.com/beanieboi/ffprober/workflows/Ruby/badge.svg)](https://github.com/beanieboi/ffprober/actions?query=workflow%3ARuby) [![Maintainability](https://api.codeclimate.com/v1/badges/34d393657d54b233ebbc/maintainability)](https://codeclimate.com/github/beanieboi/ffprober/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/34d393657d54b233ebbc/test_coverage)](https://codeclimate.com/github/beanieboi/ffprober/test_coverage)