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 +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