webpurify 0.5.0 → 0.5.1

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.
data/README.md CHANGED
@@ -26,11 +26,11 @@ This gem allows simple interaction with the WebPurify API using Ruby. For more i
26
26
  Install & Initialize
27
27
  --------------------
28
28
 
29
- `gem install WebPurify`
29
+ `gem install webpurify`
30
30
 
31
31
  or with bundler
32
32
 
33
- `gem WebPurify`
33
+ `gem webpurify`
34
34
 
35
35
  `bundle install`
36
36
 
@@ -1,4 +1,8 @@
1
1
  module WebPurify
2
+
3
+ # WebPurify::Filters
4
+ #
5
+ # Handles methods related to determining/filtering profane text
2
6
  module Filters
3
7
 
4
8
  # Check for existence of profanity
@@ -1,3 +1,3 @@
1
1
  module WebPurify
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpurify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: