Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RubyRegex::Dni

## Contribute

Of course, contributions will be apreciated.
Of course, contributions will be appreciated.

If you want to contribute send me a pull request with new regular expressions (and their tests) or send me an email with your desired regular expression to emili@eparreno.com

Expand Down
2 changes: 1 addition & 1 deletion doc/README_rdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>Pages</h3>

<p>## Contribute</p>

<p>Of course, contributions will be apreciated.</p>
<p>Of course, contributions will be appreciated.</p>

<p>If you want to contribute send me a pull request with new regular
expressions (and their tests) or send me an email with your desired
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2 id="label-Rails">Rails<span><a href="#label-Rails">&para;</a> <a href="#top"

<h2 id="label-Contribute">Contribute<span><a href="#label-Contribute">&para;</a> <a href="#top">&uarr;</a></span></h2>

<p>Of course, contributions will be apreciated.</p>
<p>Of course, contributions will be appreciated.</p>

<p>If you want to contribute send me a pull request with new regular
expressions (and their tests) or send me an email with your desired regular
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/emails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ valid:
- "dot.inLocal@foo.com"
- "a@singleLetterLocal.org"
- "singleLetterDomain@x.org"
- "foor@bar.newTLD"
- "foo@bar.newTLD"
- "with+plus@example.com"


Expand All @@ -38,4 +38,4 @@ invalid:
- "missingTLD@domain."
- "! #$%(),/;<>[]`|@invalidCharsInLocal.org"
- "invalidCharsInDomain@! #$%(),/;<>_[]`|.org"
- "local@SecondLevelDomainNamesAreInvalidIfTheyAreLongerThan64Charactersss.org"
- "local@SecondLevelDomainNamesAreInvalidIfTheyAreLongerThan64Charactersss.org"