wordcloud 0.0.9 → 0.0.10

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
@@ -30,7 +30,7 @@ class WordCloud
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
32
  else
33
- @output = @output + "<b>" + j[0] + ": " + "</b>" + j[1] + "<br />"
33
+ @output = @output + "<b>" + j[0] + ": " + "</b>" + j[1].to_s + "<br />"
34
34
  end
35
35
  end
36
36
  @output = @output + "<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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: