0.01
No commit activity in last 3 years
No release in over 3 years
Checks the suitability of your peers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9
~> 10.3
~> 3.5

Runtime

 Project Readme

Peer Review

Gem Version Build Status

Like Gman, Peer Review extends Naughty Or Nice to validate whether a given email, url, or domain belongs to a research institution.

This Gem is no longer maintained. If you'd like to adopt it, please open an issue.

Usage

PeerReview.valid? `foo@nih.gov`       #=> true
PeerReview.valid? `http://sandia.gov` #=> true
PeerReview.valid? `github.com`        #=> false

Contributing

Peer Review just uses this simple file of domains to work out whether the email belongs to a research organization. For example - US National Labs:

//US National Labs
anl.gov
bnl.gov
fnal.gov
inl.gov
lanl.gov
lbl.gov
llnl.gov
nist.gov
ornl.gov
pnnl.gov
pppl.gov
sandia.gov
srnl.doe.gov
srs.gov
ameslab.gov

If you want to add new domains to this list then please open a pull request with the modifications to domains.txt and a brief explanation of your additions.