File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,6 @@ irb(main):002:0> ::MediaInfo.location
149149
150150### Testing
151151
152- -
153-
154152``` shell
155153bundle exec rspec
156154```
@@ -160,3 +158,9 @@ bundle exec rspec
160158* Gem version 1.0.0 has been tested on v18.03.1
161159* Gem versions < 1.0.0 require at least: MediaInfoLib v0.7.25
162160* Gem versions <= 0.5.1 worked against MediaInfoLib v0.7.11, which did not generate XML output, and is no longer supported.
161+
162+ ## TODO
163+
164+ - Use github actions to test
165+ - Replace URI.escape cause it's EOL
166+ - Mocks/Stubs for AWS code? Maybe just disable the tests instead and only test when changing the code?
Original file line number Diff line number Diff line change 11module MediaInfo
2- VERSION = '1.4 .0'
2+ VERSION = '1.5 .0'
33end
You can’t perform that action at this time.
0 commit comments