polytexnic 1.7.2 → 1.7.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -2
- data/lib/polytexnic/postprocessors/html.rb +1 -1
- data/lib/polytexnic/version.rb +1 -1
- data/spec/to_html/graphics_and_figures_spec.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ae9208f70f3f0a06275683bf047bc73870168cb5501b2726dbbadd8b9c55ceb
|
|
4
|
+
data.tar.gz: c712dda3116e33168f71e70fcc19411b66f8c07ce9ae5bbd026dfd1b5b26a8e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdad58dffb6636ae21dc2a929a456ed005de8000d08f74b69c12bc5b269805b1c7f20ec026507bc70ed8b5a1ade086db559c42c67a8077c0fd50b770b329d8b0
|
|
7
|
+
data.tar.gz: 9f900c12dc794ffa606f9beb8802102369c76f4a8ef1ba82d2902f03f0ed624d2b3ac4d3bb836aae2a5ca0f2223a77a543cd5efe93e57137d8385c3ffb59117c
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
polytexnic (1.7.
|
|
4
|
+
polytexnic (1.7.3)
|
|
5
5
|
json (~> 2.3.0)
|
|
6
6
|
kramdown (>= 2.0, < 3.0)
|
|
7
7
|
msgpack (~> 1.2.0)
|
|
@@ -51,7 +51,7 @@ GEM
|
|
|
51
51
|
msgpack (1.2.10)
|
|
52
52
|
multi_json (1.15.0)
|
|
53
53
|
nenv (0.3.0)
|
|
54
|
-
nokogiri (1.13.
|
|
54
|
+
nokogiri (1.13.6-x86_64-darwin)
|
|
55
55
|
racc (~> 1.4)
|
|
56
56
|
notiffany (0.1.3)
|
|
57
57
|
nenv (~> 0.1)
|
|
@@ -89,6 +89,7 @@ GEM
|
|
|
89
89
|
|
|
90
90
|
PLATFORMS
|
|
91
91
|
x86_64-darwin-19
|
|
92
|
+
x86_64-darwin-21
|
|
92
93
|
|
|
93
94
|
DEPENDENCIES
|
|
94
95
|
coveralls
|
|
@@ -585,7 +585,7 @@ module Polytexnic
|
|
|
585
585
|
node['id'] = pipeline_label(label)
|
|
586
586
|
label.remove
|
|
587
587
|
end
|
|
588
|
-
clean_node node, %w{data-label place width}
|
|
588
|
+
clean_node node, %w{data-label place width height}
|
|
589
589
|
end
|
|
590
590
|
doc.xpath('//table').each do |node|
|
|
591
591
|
if unexpected = node.at_css('unexpected')
|
data/lib/polytexnic/version.rb
CHANGED
|
@@ -141,12 +141,12 @@ describe 'Polytexnic::Pipeline#to_html' do
|
|
|
141
141
|
\chapter{The chapter}
|
|
142
142
|
|
|
143
143
|
\begin{figure}
|
|
144
|
-
\includegraphics{foo.png}
|
|
144
|
+
\includegraphics[height="5in"]{foo.png}
|
|
145
145
|
\caption{This is a \emph{caption} with $x$.}
|
|
146
146
|
\end{figure}
|
|
147
147
|
|
|
148
148
|
\begin{figure}
|
|
149
|
-
\includegraphics{bar.png}
|
|
149
|
+
\includegraphics[width="4in"]{bar.png}
|
|
150
150
|
\caption{This is another caption.}
|
|
151
151
|
\end{figure}
|
|
152
152
|
EOS
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: polytexnic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Hartl
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-05-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|