wordcloud 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/wordcloud.rb +1 -1
  2. metadata +1 -1
@@ -27,7 +27,7 @@ class WordCloud
27
27
 
28
28
  @input.each do |i|
29
29
  i.each do |j|
30
- if j[1] != nil && j[1].is_a? String
30
+ if (j[1] != nil) && (j[1].is_a? String)
31
31
  @output = @output + "<b>" + j[0] + ": " + "</b>" + genOutput(j[1], docnum) + "<br />"
32
32
  else
33
33
  @output = @output + "<b>" + j[0] + ": " + "</b>" + j[1] + "<br />"
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: