KimNorgaard / validates_hostname

Extension to ActiveRecord::Base for validating hostnames and domain names
MIT License
38 stars 12 forks source link

Fix label length #9

Closed michaelbrewerdavis closed 6 years ago

michaelbrewerdavis commented 6 years ago

Label length constraint is using the entire domain name as the target, rather than each individual label. This PR resolves that and bumps the version to allow point release.

KimNorgaard commented 6 years ago

Looks good. Thank you and nice catch :)