Sha256: 7dc6f536de431eace7a9a8924e9e5a6f9b450ef3920e1f4ee4652cf43f7e841e
Contents?: true
Size: 1.31 KB
Versions: 34
Compression:
Stored size: 1.31 KB
Contents
[](http://badge.fury.io/rb/libis-format) [](https://travis-ci.org/Kris-LIBIS/LIBIS_Format) [](https://coveralls.io/r/Kris-LIBIS/LIBIS_Format) [](https://gemnasium.com/Kris-LIBIS/LIBIS_Format) # 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: ```ruby 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
Version data entries
34 entries across 34 versions & 1 rubygems