Sha256: 797b319c0ae2ba74c25878395f37982ece85c35c86e07c13e0fc9c997ee5065c

Contents?: true

Size: 905 Bytes

Versions: 9

Compression:

Stored size: 905 Bytes

Contents

# fake_email_validator [![Build Status](https://travis-ci.org/maxd/fake_email_validator.png?branch=master)](https://travis-ci.org/maxd/fake_email_validator)

E-Mail validator for block services like mailinator.com, dropmail.me, etc. during new user registration.

## Installation

Add this line to your application's Gemfile:

    gem 'fake_email_validator', '~> 1.0.1'

## How to use?

Just add validator to your User model:

    validates :email, fake_email: true

## FAQ

### Where is a list of blocked domains?

It is [here](https://github.com/maxd/fake_email_validator/blob/master/config/fake_domains.list).

## Contributing

1. Fork it ( http://github.com/maxd/fake_email_validator/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 new Pull Request

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fake_email_validator-1.0.9 README.md
fake_email_validator-1.0.8 README.md
fake_email_validator-1.0.7 README.md
fake_email_validator-1.0.6 README.md
fake_email_validator-1.0.5 README.md
fake_email_validator-1.0.4 README.md
fake_email_validator-1.0.3 README.md
fake_email_validator-1.0.2 README.md
fake_email_validator-1.0.1 README.md