word_counter 0.2.2 → 0.2.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/lib/word_counter/version.rb +1 -1
- data/spec/word_counter_spec.rb +4 -2
- 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: ade1c307df08ce4f7d5fcb3d532088273a8742b5
|
|
4
|
+
data.tar.gz: c3442e5db2e4ce1e5d251453df1a2d424aa49fb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c1ea12f35aab39d409c8682c61d48cff3ba0998fd2018202d20f21682a0287f6893bff7efc961738f367670281c0af9aec1cf96d7b83d41094ccf56949ab69c
|
|
7
|
+
data.tar.gz: c78ab4a91fa093168ef1c0b8cff646de337cb233d334362002d6074c6f50730ffb88c2a43938535a812d5d48e037db6511174a3b02b97045217463bc6a28d21a
|
data/lib/word_counter/version.rb
CHANGED
data/spec/word_counter_spec.rb
CHANGED
|
@@ -40,7 +40,8 @@ describe WordCounter do
|
|
|
40
40
|
wc.report
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
-
printed.uncolorize.should eq "
|
|
43
|
+
printed.uncolorize.should eq "Results:
|
|
44
|
+
4 woof
|
|
44
45
|
1: bark woof woof snort
|
|
45
46
|
2: honk woof bark
|
|
46
47
|
3: snort bark woof
|
|
@@ -67,7 +68,8 @@ describe WordCounter do
|
|
|
67
68
|
wc.report
|
|
68
69
|
end
|
|
69
70
|
|
|
70
|
-
printed.uncolorize.should eq "
|
|
71
|
+
printed.uncolorize.should eq "Results:
|
|
72
|
+
2 Domain
|
|
71
73
|
2 Example
|
|
72
74
|
2 domain
|
|
73
75
|
2 examples
|