Tags: K-and-R/email_validator
Tags
Merge branch 'develop' * develop: Bump version to `2.2.3` Fix regexp for numeric domains (fixes #72) Add `EmailValidator::Error` class, raise `EmailValidator::Error` when invalid `mode` Add checks for double dash in domain Fix specs for numeric-only domains labels Add checks for numeric-only TLDs in tests Add tests to ensure that `regexp` returns expected value Bump y18n from 3.2.1 to 3.2.2 Add failing test: strict mode should accept numbers only domains Update .travis.yml
Merge branch 'develop' * develop: (47 commits) Migrated Travis CI from .org domain to .com Add shell script to push test coverage results to CodeClimate Add linters and commit hooks to validate code prior to commits Fix bug in Travis CI config Bump version to `2.1.0` Update Travis CI config to build with latest dependencies and no development gems Move gem development dependencies into the `Gemfile` Add `:mode` config option; values `:loose`, `:moderate`, `:strict`; default to `:loose` Update config for Travis CI [readme] Update TravisCI badge URL [readme] Add alternate gem `email_verifier` [readme] Add alternate gem `email_address` Update `CHANGELOG`; bump version to `1.9.0.pre` Add `require_fqdn` option, require FQDN by default Add support for IPv4 and IPv6 address hosts Add Rubocop, `.editorconfig`; code cleanup/linting RSpec: Configure zero-monkey-patching mode whitespace Regex tweak [readme] Update `README` to show installating from `karlwilbur` GitHub repo. ...
PreviousNext