Sha256: ff7931024ade05b41d8dee019404833547b017903292e1e8e572cc9504cf5da5

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# FlatFile

[![Gem](https://img.shields.io/gem/v/flat_file)][rubygems]
[![Build Status](https://travis-ci.org/tcd/flat_file.svg?branch=master)][travis-ci]
[![Coverage Status](https://coveralls.io/repos/github/tcd/flat_file/badge.svg?branch=master)][coveralls]
[![YARD Docs](http://inch-ci.org/github/tcd/flat_file.svg?branch=master)][inch-ci]
[![License](https://img.shields.io/github/license/tcd/flat_file)][license]
[![Documentation](http://img.shields.io/badge/docs-rubydoc.info-blue.svg)][docs]

[rubygems]: https://rubygems.org/gems/flat_file
[travis-ci]: https://travis-ci.org/tcd/flat_file
[coveralls]: https://coveralls.io/github/tcd/flat_file?branch=master
[inch-ci]: https://coveralls.io/github/tcd/flat_file?branch=master
[license]: https://github.com/tcd/flat_file/blob/master/LICENSE.txt
[docs]: https://www.rubydoc.info/gems/flat_file/0.3.0

Convenience methods for reading CSV, TSV, & JSON files.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'flat_file'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install flat_file

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flat_file-0.3.0 README.md