foul_ball 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aace72270a1d1389d3b5a5c563912bff590ac51c
4
- data.tar.gz: a3d491d9514f3b0fc3c41bfbdec12cb3cb182cb6
3
+ metadata.gz: 6048ef8ff40ab89eac1f966e2f81af3cdb0af4a3
4
+ data.tar.gz: 5a2bdfbc2a7b0960183a8ae5738b5605dcbeefc0
5
5
  SHA512:
6
- metadata.gz: 3e62af87d87054fcd1198c0116e62e31260e6a7c8677df9fcf4da691cf649e83b50f26103b1da28f6c4a1228948bb40e2cdedc607106ff7a7089da13f7e2c546
7
- data.tar.gz: 5cf913f725112761cafb34c1f88f5e567dec521b9fd6ed8a7801f640030106c299b3e07e1209a797ddbab1def19fb32fd028294fd3f9aca4e127f6e562733080
6
+ metadata.gz: c31bf65943aa05b9d49f626e6aa00754ecc57f3c1c561a1b55c82f1fb85ffae91257752b6c1a356668185dcf6a245cae31aa842be81ef481a451ed5e83f88099
7
+ data.tar.gz: f42df21abefa2d1d93f4d2c9ae6a2a3957fef529863dd137bb6c8d34b75c19948a742bb454da1f352a9bc5d7e0ef500121ad37c111fab19aa50a797ecaf4f0d3
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Opinionated but configurable gem that checks some text against a list of "foul" words. I wrote it during Game 7 of the World Series.
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/foul_ball.svg)](https://badge.fury.io/rb/foul_ball)
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
@@ -3,7 +3,7 @@ module FoulBall
3
3
 
4
4
  def default_banned_words
5
5
  # I am so sorry about this.
6
- ['asshole', 'shit', 'fuck', 'bitch', 'cunt', 'nigger', 'cocksucker', 'faggot', 'beaner', 'kike',
6
+ ['asshole', 'fuck', 'bitch', 'cunt', 'nigger', 'cocksucker', 'faggot', 'beaner', 'kike',
7
7
  'jap', 'jizz', 'fag', 'retard', 'tard', 'dike', 'dyke', 'nigga', 'chink', 'butt plug',
8
8
  'jack off', 'cum', 'gangbang', 'gang bang', 'poon', 'homo', 'kooch', 'lesbo', 'lard ass',
9
9
  'fat ass', 'lardass', 'fatass', 'rimjob', 'twat', 'tit', 'schlong', 'pussy', 'peen', 'cock',
@@ -1,3 +1,3 @@
1
1
  module FoulBall
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foul_ball
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott C. Reynolds