html2tex 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,7 @@ class HTML2TeX
48
48
  return data
49
49
  else
50
50
  key = s.scan(/[^=]+/).downcase
51
- s.scan(/=/)
51
+ s.scan(/=\s*/)
52
52
  end
53
53
 
54
54
  if s.scan(/"/)
@@ -1,3 +1,3 @@
1
1
  class HTML2TeX
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html2tex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Battley
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-05-23 00:00:00 +01:00
12
+ date: 2010-05-26 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency