webpurify 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -2
- data/lib/web_purify/methods/filters.rb +4 -0
- data/lib/web_purify/version.rb +1 -1
- metadata +1 -1
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
|
29
|
+
`gem install webpurify`
|
30
30
|
|
31
31
|
or with bundler
|
32
32
|
|
33
|
-
`gem
|
33
|
+
`gem webpurify`
|
34
34
|
|
35
35
|
`bundle install`
|
36
36
|
|
data/lib/web_purify/version.rb
CHANGED