polytexnic 1.7.2 → 1.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f107f6c8ed8c8ab715b2884c258ae3e8e2d723f2ee7ad38187df24d9b3ea760
4
- data.tar.gz: 1c334bb78f696c00cb01c658b433b011fb5dcde1079a1f3526f9c342d346a31c
3
+ metadata.gz: 6ae9208f70f3f0a06275683bf047bc73870168cb5501b2726dbbadd8b9c55ceb
4
+ data.tar.gz: c712dda3116e33168f71e70fcc19411b66f8c07ce9ae5bbd026dfd1b5b26a8e3
5
5
  SHA512:
6
- metadata.gz: c87e233ea55a9055fa682c9b1868cabf98a85b8c2e823b869aca8fdce5e77035a5d0f7999cafa56276becc48cdeb71c86a38b40160e00bed2cd948b54271fa4c
7
- data.tar.gz: b0cda74d69d07212f9d0b928e851e1d2492d9838abc3484080539ecacb5a54a4e6772cfb730156edcd7e79ac99a2840a9173b2beb4bc8d2bd57833cad1ac32d6
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.2)
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.3-x86_64-darwin)
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')
@@ -1,3 +1,3 @@
1
1
  module Polytexnic
2
- VERSION = "1.7.2"
2
+ VERSION = "1.7.3"
3
3
  end
@@ -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.2
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-03-25 00:00:00.000000000 Z
12
+ date: 2022-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri