Skip to content

Commit

Permalink
1.5.0 + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed May 7, 2021
1 parent 3d4f0a6 commit 195e627
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ irb(main):002:0> ::MediaInfo.location

### Testing

-

```shell
bundle exec rspec
```
Expand All @@ -160,3 +158,9 @@ bundle exec rspec
* Gem version 1.0.0 has been tested on v18.03.1
* Gem versions < 1.0.0 require at least: MediaInfoLib v0.7.25
* Gem versions <= 0.5.1 worked against MediaInfoLib v0.7.11, which did not generate XML output, and is no longer supported.

## TODO

- Use github actions to test
- Replace URI.escape cause it's EOL
- Mocks/Stubs for AWS code? Maybe just disable the tests instead and only test when changing the code?
2 changes: 1 addition & 1 deletion lib/mediainfo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MediaInfo
VERSION = '1.4.0'
VERSION = '1.5.0'
end

0 comments on commit 195e627

Please sign in to comment.