Skip to content
This repository was archived by the owner on Dec 19, 2020. It is now read-only.

Consider underscores when checking for profanity#18

Open
hoverlover wants to merge 1 commit intotjackiw:masterfrom
genuitytech:feature/consider-underscores
Open

Consider underscores when checking for profanity#18
hoverlover wants to merge 1 commit intotjackiw:masterfrom
genuitytech:feature/consider-underscores

Conversation

@hoverlover
Copy link
Copy Markdown
Contributor

This PR takes underscores into consideration.

Before:

irb(main):003:0> Obscenity.profane? "shit_head"
=> false

Now:

irb(main):003:0> Obscenity.profane? "shit_head"
=> true

@hoverlover
Copy link
Copy Markdown
Contributor Author

Closing PR and re-opening so Travis build will be forced again (it failed due to a build dependency problem).

@hoverlover hoverlover closed this Jan 20, 2015
@hoverlover hoverlover reopened this Jan 20, 2015
@hoverlover
Copy link
Copy Markdown
Contributor Author

Now that the Travis build is passing, could I please get someone to consider merging this PR so I can go back to using upstream master?

@jslag
Copy link
Copy Markdown

jslag commented Jan 28, 2015

Looks like this repo has been inactive for a year and a half. Not obvious from https://github.com/tjackiw/obscenity/network if there's a clear successor.

@jswencki
Copy link
Copy Markdown

@jslag I've enquired as well, but no reply's. Let me now if you hear anything or maybe you and I can fork and go from there to define one. Would prefer to just get direct commit to here and help, but maybe this isn't doable. Hope all is well with @tjackiw either way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants