wc 0.91.0 → 0.92.0

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 (5) hide show
  1. data/VERSION +1 -1
  2. data/bin/wc +1 -1
  3. data/lib/wc.rb +1 -1
  4. data/wc.gemspec +1 -1
  5. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.91.0
1
+ 0.92.0
data/bin/wc CHANGED
@@ -57,7 +57,7 @@ if output == 'xml'
57
57
  puts 'xml support is coming soon...'
58
58
  end
59
59
  if output == 'cloud'
60
- p w.to_cloud
60
+ puts w.to_cloud
61
61
  end
62
62
 
63
63
  exit 0
data/lib/wc.rb CHANGED
@@ -37,7 +37,7 @@ class Wc
37
37
  ret = "<dl>"
38
38
  i=1
39
39
  cloud_item.each { |elem|
40
- ret+="<dt id=\""+i.to_s+"\">" + elem[0] +"</dt>"
40
+ ret+="<dt id=\"a"+i.to_s+"\">" + elem[0] +"</dt>"
41
41
  i+=1
42
42
  }
43
43
  ret += "</dl>"
data/wc.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wc}
8
- s.version = "0.91.0"
8
+ s.version = "0.92.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Paolo Perego"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 371
4
+ hash: 367
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 91
8
+ - 92
9
9
  - 0
10
- version: 0.91.0
10
+ version: 0.92.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paolo Perego