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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/carwash/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 528b358e0975f7fdf750313e356b316fa1b27b65
4
- data.tar.gz: '07988211d3dc9228ca161b673423c010c8c94f0f'
3
+ metadata.gz: bb190c6ddf64083c6c9a7d829cb68b81f6fb7a00
4
+ data.tar.gz: 92098dacd489dc19dd4613bc8af75efd91ce644c
5
5
  SHA512:
6
- metadata.gz: acf748a9a3d14f755c78be2041249df6bf147057bb06287c757ba44e07154c5683d921db9c99aa1c408aa3d9a84a991a8113d25cbeadeac46051e74eec28e0e1
7
- data.tar.gz: 8a8ba1376bf9d42afe6d6dfbeb741b7296bc4388a76de8b64df63dac3cc059b3797f7da181520ec49c9a7b09eb7e98cf67a20713c8f6be12da6ceabf54009891
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](`Carwash::Scrubber`) for the rest of the API.
52
+ See [http://www.rubydoc.info/gems/carwash/Carwash/Scrubber](Carwash::Scrubber) for the rest of the API.
@@ -1,3 +1,3 @@
1
1
  module Carwash
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carwash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Clark