Digitalfilmtree::Util
Provides methods used in our other gems -- specifically for cross-platform compatibilities.
Contents
Digitalfilmtree::Util::Mediainfo
Contains vendored binaries for Windows 7 x64 or newer and Mac OS X 10.6 or newer
Installation
Add this line to your application's Gemfile:
gem 'digitalfilmtree-util'
And then execute:
$ bundle
Or install it yourself as:
$ gem install digitalfilmtree-util
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request