carwash 1.0.1 → 1.0.2

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: 7dedb715ebed845cfa7533e62fc0259c32e1d486
4
- data.tar.gz: 31caf74a8cc0341b4e0d19e71093a2bc89003b7a
3
+ metadata.gz: 528b358e0975f7fdf750313e356b316fa1b27b65
4
+ data.tar.gz: '07988211d3dc9228ca161b673423c010c8c94f0f'
5
5
  SHA512:
6
- metadata.gz: 3363073c280fbd86f5822e6bd16dbee1ef403ea4f9d59ca45177984e274b6ddb9f5ac321f0fe05b96ffde29e3c5bfb9a04f6cf2e00af896ae2a0376d41d2d91b
7
- data.tar.gz: 2545cb05ff0632561f9ed4a749df5c97a75240fe8727e3f0f1da8f7fa8f0e86eda5d57fde19136600d0d94cdc08730a1112199722d3b6f7e731aea76bfa55d0a
6
+ metadata.gz: acf748a9a3d14f755c78be2041249df6bf147057bb06287c757ba44e07154c5683d921db9c99aa1c408aa3d9a84a991a8113d25cbeadeac46051e74eec28e0e1
7
+ data.tar.gz: 8a8ba1376bf9d42afe6d6dfbeb741b7296bc4388a76de8b64df63dac3cc059b3797f7da181520ec49c9a7b09eb7e98cf67a20713c8f6be12da6ceabf54009891
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 `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.1"
2
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Clark