word_counter 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5ce85b61fc478bd3370f801801bbe0b10cf2dd1
4
- data.tar.gz: 706ede944d9e83028e26a324814130e7ce7483df
3
+ metadata.gz: ade1c307df08ce4f7d5fcb3d532088273a8742b5
4
+ data.tar.gz: c3442e5db2e4ce1e5d251453df1a2d424aa49fb7
5
5
  SHA512:
6
- metadata.gz: aca7fc10e5b601a37cd7219ba93aa6f3b8283ec8e06ce1bf479dba51e0392923be32bd76373978d287d15be676e76258296f121fdabf0f592a5a04a31e403270
7
- data.tar.gz: a61e8068686b4132b2023e171b14c5b508ad6f94d42c7348fd2b514bf137b1d23abaa7916c99801fb97cf5fc1316e85b0272c69c846ee7b6cb9c1c030f8771e0
6
+ metadata.gz: 7c1ea12f35aab39d409c8682c61d48cff3ba0998fd2018202d20f21682a0287f6893bff7efc961738f367670281c0af9aec1cf96d7b83d41094ccf56949ab69c
7
+ data.tar.gz: c78ab4a91fa093168ef1c0b8cff646de337cb233d334362002d6074c6f50730ffb88c2a43938535a812d5d48e037db6511174a3b02b97045217463bc6a28d21a
@@ -1,3 +1,3 @@
1
1
  class WordCounter
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -40,7 +40,8 @@ describe WordCounter do
40
40
  wc.report
41
41
  end
42
42
 
43
- printed.uncolorize.should eq "4 woof
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 "2 Domain
71
+ printed.uncolorize.should eq "Results:
72
+ 2 Domain
71
73
  2 Example
72
74
  2 domain
73
75
  2 examples
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word_counter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - trevor bortins