Sha256: a0d00f5c9755c9a2d34ebffc58462d2176ad0527f1a010e306c7a5c452900490

Contents?: true

Size: 970 Bytes

Versions: 5

Compression:

Stored size: 970 Bytes

Contents

# BicValidation

[![Build Status](https://travis-ci.org/opahk/bic_validation.png?branch=master)](https://travis-ci.org/opahk/bic_validation)
[![Coverage Status](https://coveralls.io/repos/opahk/bic_validation/badge.png?branch=master)](https://coveralls.io/r/opahk/bic_validation?branch=master)
[![Code Climate](https://codeclimate.com/github/opahk/bic_validation.png)](https://codeclimate.com/github/opahk/bic_validation)

ActiveModel Business Identifier Code (BIC) validator
## Installation

Add this line to your application's Gemfile:

    gem 'bic_validation'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install bic_validation

## Usage

In your rails model

    validates :bic_attribute, bic: true

## Contributing

1. Fork it
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 new Pull Request

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bic_validation-0.3.1 README.md
bic_validation-0.3.0 README.md
bic_validation-0.2.1 README.md
bic_validation-0.2.0 README.md
bic_validation-0.1.0 README.md