rubyuw 0.99.7 → 0.99.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.99.7
1
+ 0.99.8
@@ -127,7 +127,7 @@ module RubyUW
127
127
  :sln => $4.to_s,
128
128
  :section => $5.to_s,
129
129
  :type => ($6.to_i > 0) ? "LC" : $3.to_s,
130
- :unformatted_entry => pre_text
130
+ :unformatted_entry => pre_node.inner_text.gsub("\302\240", "").strip.chomp
131
131
  }
132
132
  end
133
133
 
data/rubyuw.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rubyuw}
8
- s.version = "0.99.7"
8
+ s.version = "0.99.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mitchell Hashimoto"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyuw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.7
4
+ version: 0.99.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto