html2tex 0.1.7 → 0.1.8

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.
@@ -1,3 +1,4 @@
1
+ require "strscan"
1
2
  require "htmlentities"
2
3
  require "rubypants"
3
4
  require "html2tex/version"
@@ -11,7 +11,6 @@ class HTML2TeX
11
11
 
12
12
  def to_tex(buffer="")
13
13
  buffer << wrap(super(""))
14
- buffer
15
14
  end
16
15
 
17
16
  private
@@ -1,3 +1,3 @@
1
1
  class HTML2TeX
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html2tex
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease: false
4
+ hash: 11
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 7
10
- version: 0.1.7
9
+ - 8
10
+ version: 0.1.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Battley
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-29 00:00:00 +00:00
19
- default_executable:
18
+ date: 2011-05-26 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: htmlentities
@@ -76,16 +75,15 @@ extra_rdoc_files: []
76
75
  files:
77
76
  - bin/html2tex
78
77
  - lib/html2tex.rb
79
- - lib/html2tex/version.rb
80
- - lib/html2tex/basic_processor.rb
78
+ - lib/html2tex/tex.rb
81
79
  - lib/html2tex/cli.rb
82
- - lib/html2tex/preamble_processor.rb
83
80
  - lib/html2tex/null_processor.rb
81
+ - lib/html2tex/preamble_processor.rb
82
+ - lib/html2tex/basic_processor.rb
84
83
  - lib/html2tex/heading_processor.rb
85
- - lib/html2tex/tex.rb
84
+ - lib/html2tex/version.rb
86
85
  - README.md
87
86
  - COPYING
88
- has_rdoc: true
89
87
  homepage: http://github.com/threedaymonk/html2tex
90
88
  licenses: []
91
89
 
@@ -115,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
113
  requirements: []
116
114
 
117
115
  rubyforge_project:
118
- rubygems_version: 1.3.7
116
+ rubygems_version: 1.8.2
119
117
  signing_key:
120
118
  specification_version: 3
121
119
  summary: HTML to LaTeX converter