acme-bleach 0.0.1 → 0.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 +10 -2
  3. data/lib/acme/bleach/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3fb1871749eb5974b6dc0d46d28ed2330cf65b05
4
- data.tar.gz: bc37c1fb18b27ab4f5bcd03f00ddfa291b644913
3
+ metadata.gz: cc44cd7331b6cf5e5015b55587f7a0c2fcdb118c
4
+ data.tar.gz: a1d796f92476cc7d41dff64bba0dd12c36a47e85
5
5
  SHA512:
6
- metadata.gz: 7dbc92e8fdc172c1e04a15b7d59589dfbb08f0f840909e1f7d6b722592ecf652914e8517ce18c18f06dfc7403603d8b705d9b74dd21558bac8221ed77976bacd
7
- data.tar.gz: 69d9fcae2e3b8dd3cd10b8d7023483ce3ae4d7d1623f125224b25a453d96c40d25cf906445209884d3aabc046dce025f86f6964967d833de1efb83a6b8fd3506
6
+ metadata.gz: 2bed35b92f09ca95ae45b87e3a1776714e427d4a3dc42bcc43107c8b5eaf6319ec85ea95c0ca2952d5be927f00e033108bfa87679ac9fee934b084c4d5b6cb18
7
+ data.tar.gz: 2f777e126542bf6938f123a996f291606d4266e42943ba94a407af1026163b49770d030d3861d9bd42ba81a108161e80bf1ef3b736eff0e492261c14ef296ee4
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Acme::Bleach
2
2
 
3
- TODO: Write a gem description
3
+ A silly gem that cleans your source file.
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,15 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ Just require this gem and the first time you run your script your file will be
22
+ cleaned of all the messy things like printable characters. The next time it
23
+ will still run as usual, but without any visible code.
24
+
25
+ require 'acme/bleach'
26
+
27
+ ## Acknowledgements
28
+
29
+ Damian Conway for the [original Perl version](http://search.cpan.org/~dconway/Acme-Bleach-1.150/lib/Acme/Bleach.pm) from which I stole liberally.
22
30
 
23
31
  ## Contributing
24
32
 
@@ -1,5 +1,5 @@
1
1
  module Acme
2
2
  module Bleach
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acme-bleach
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason King