oo2md2tex 0.0.3 → 0.0.4
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.
- data/bin/md2tex +4 -8
- metadata +2 -2
data/bin/md2tex
CHANGED
@@ -44,14 +44,10 @@ end
|
|
44
44
|
|
45
45
|
processor = MarkdownToTeX::Processor.new(opts)
|
46
46
|
|
47
|
-
all =
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
puts processor.job_signature
|
52
|
-
puts s
|
53
|
-
all += s
|
54
|
-
end
|
47
|
+
all = processor.process(ARGF.read)
|
48
|
+
|
49
|
+
puts processor.job_signature
|
50
|
+
puts all
|
55
51
|
|
56
52
|
all.gsub!(/%.*/, '')
|
57
53
|
all.gsub!(/\s+/, ' ')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oo2md2tex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-11-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: redcarpet
|