wordcloud 0.0.6 → 0.0.7

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 (2) hide show
  1. data/lib/wordcloud.rb +1 -1
  2. metadata +1 -1
data/lib/wordcloud.rb CHANGED
@@ -29,7 +29,7 @@ class WordCloud
29
29
  i.each do |j|
30
30
  if j[1] != nil && j[1].is_a? String
31
31
  @output = @output + "<b>" + j[0] + ": " + "</b>" + genOutput(j[1], docnum) + "<br />"
32
- elsif j[1] != nil
32
+ else
33
33
  @output = @output + "<b>" + j[0] + ": " + "</b>" + j[1] + "<br />"
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: