Skip to content

Commit 195e627

Browse files
committed
1.5.0 + readme
1 parent 3d4f0a6 commit 195e627

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ irb(main):002:0> ::MediaInfo.location
149149

150150
### Testing
151151

152-
-
153-
154152
```shell
155153
bundle 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?

lib/mediainfo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MediaInfo
2-
VERSION = '1.4.0'
2+
VERSION = '1.5.0'
33
end

0 commit comments

Comments
 (0)