carwash 1.0.2 → 1.0.3
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 +4 -4
- data/README.md +1 -1
- data/lib/carwash/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb190c6ddf64083c6c9a7d829cb68b81f6fb7a00
|
4
|
+
data.tar.gz: 92098dacd489dc19dd4613bc8af75efd91ce644c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e23ff5df2fe8993268bb7011541e485c8b3168a65badeeed38b34a0a57d5177f85b7d937ba9d225cc94b613f1b899cb8f428a2f564f1fac196daedbc833572c2
|
7
|
+
data.tar.gz: 273ee9b35df8b07bf65962e1ba27421b1f0ae0408d86d4aafa5b99b6dec937d5ece8f5420731e20ae8b344bc65a0cdcd547b3cbc03d405f8f5bb7ea81b65e237
|
data/README.md
CHANGED
@@ -49,4 +49,4 @@ Or to scrub an entire input stream line by line and print it to stdout:
|
|
49
49
|
scrubber.scrub_stream(input_stream, STDOUT)
|
50
50
|
```
|
51
51
|
|
52
|
-
See [http://www.rubydoc.info/gems/carwash/Carwash/Scrubber](
|
52
|
+
See [http://www.rubydoc.info/gems/carwash/Carwash/Scrubber](Carwash::Scrubber) for the rest of the API.
|
data/lib/carwash/version.rb
CHANGED