Releases: greatseth/mediainfo
Releases · greatseth/mediainfo
issues/27
New version
v1.0.1
- Module name change to MediaInfo to match convention
- ReadMe examples for new features
- Rspecs for testing
- Removal of all double quotes for single quotes, unless interpolation is needed
- Removal of underscore method that isn't used
- Variable name changes for readability and DRY
- Hpricot is EOL, removing code to support it
- Handling of characters instance_variable_set will throw an error for + moved instance_variable_set to method
- Removal of some html.template and Manifest files which are not necessary for the gem to function
- pull/18 (Eliminated attr_reader needing to be updated)
- pull/12 (Eliminated need to add new Track/Streams)
- pull/15 (URL parsing added)
- Supports the use of element value (if integer/existent) when generating "track#"
- Supports (Apple/iPhone video)
- Parameter/element sanitization + conversion of string with integer/float in it to integer/float
- Added MIT licenses to gemspec