Gem Version Build Status Coverage Status Dependency Status

libis-format

This gem provides functionality for format identification and conversion. Converters may rely on the presence of 3rd party software, so read the class documentation carefully for the converters you want to use.

Installation

Add this line to your application's Gemfile:

gem 'libis-format'

And then execute:

$ bundle

Or install it yourself as:

$ gem install libis-format

Usage

::Libis::Format::TypeDatabase

The type database is the core of the format services. It stores information about all the known formats.

Contributing

  1. Fork it ( https://github.com/Kris-LIBIS/LIBIS_Format/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request