Sha256: 3caec29251f51cbbe83ba902d02d4fc4e6c997be7dfc95528d7dc34ab5a63ebc

Contents?: true

Size: 580 Bytes

Versions: 1

Compression:

Stored size: 580 Bytes

Contents

# gitattributes

[![Build Status](https://secure.travis-ci.org/realityforge/gitattributes.png?branch=master)](http://travis-ci.org/realityforge/gitattributes)

Classes to parse `.gitattributes` files.

A simple example of it's usage:

```ruby
 attributes = Reality::GitAttributes.new('/home/user/myrepo')
 attributes.attributes('README.md') # => { "eol" => "lf }
```

## Credit

These classes were extracted from the [gitlab_git](https://gitlab.com/ben.boeckel/gitlab_git) by
with the gitattribtues code originally authored by Douwe Maan. All credit goes to the original
authors.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitattributes-1.1.0 README.md