Skip to content

Commit

Permalink
rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 14, 2018
1 parent 9f7e2bf commit df3cc09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/riboseinc/relaton.git
revision: ce33a2874530a8f7bf438e26624d05a47526d346
revision: 946f9b66cd8a93d6c43ed02c1aca45a811b8f40d
specs:
relaton (0.0.2)
gbbib (~> 0.1.0)
Expand All @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
asciidoctor-iso (0.9.5)
asciidoctor-iso (0.9.6)
asciidoctor (~> 1.5.7)
iev (~> 0.1.0)
isodoc (>= 0.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/iso/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Asciidoctor
module ISO
VERSION = "0.9.5".freeze
VERSION = "0.9.6".freeze
end
end
2 changes: 1 addition & 1 deletion spec/asciidoctor-iso/blocks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<sections>
<figure id="_">
<name>Split-it-right sample divider</name>
<image src="spec/examples/rice_images/rice_image1.png" id="_" imagetype="PNG"/>
<image src="spec/examples/rice_images/rice_image1.png" id="_" imagetype="PNG" height="auto" width="auto"/>
</figure>
</sections>
</iso-standard>
Expand Down
10 changes: 5 additions & 5 deletions spec/asciidoctor-iso/cleanup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
INPUT
#{BLANK_HDR}
<sections><figure id="_">
<image src="spec/examples/rice_images/rice_image1.png" id="_" imagetype="PNG"/>
<image src="spec/examples/rice_images/rice_image1.png" id="_" imagetype="PNG" height="auto" width="auto"/>
<fn reference="a">
<p id="_">This is a footnote to a figure</p>
</fn><fn reference="b">
Expand All @@ -575,7 +575,7 @@
INPUT
#{BLANK_HDR}
<sections><figure id="_">
<image src="spec/examples/rice_images/rice_image1.png" id="_" imagetype="PNG"/>
<image src="spec/examples/rice_images/rice_image1.png" id="_" imagetype="PNG" height="auto" width="auto"/>
<dl id="_">
<dt>a</dt>
<dd>
Expand Down Expand Up @@ -609,15 +609,15 @@
<sections>
<figure id="figureC-2"><figure id="_">
<name>Initial stages: No grains are fully gelatinized (ungelatinized starch granules are visible inside the kernels)</name>
<image src="spec/examples/rice_images/rice_image3_1.png" id="_" imagetype="PNG"/>
<image src="spec/examples/rice_images/rice_image3_1.png" id="_" imagetype="PNG" height="auto" width="auto"/>
</figure>
<figure id="_">
<name>Intermediate stages: Some fully gelatinized kernels are visible</name>
<image src="spec/examples/rice_images/rice_image3_2.png" id="_" imagetype="PNG"/>
<image src="spec/examples/rice_images/rice_image3_2.png" id="_" imagetype="PNG" height="auto" width="auto"/>
</figure>
<figure id="_">
<name>Final stages: All kernels are fully gelatinized</name>
<image src="spec/examples/rice_images/rice_image3_3.png" id="_" imagetype="PNG"/>
<image src="spec/examples/rice_images/rice_image3_3.png" id="_" imagetype="PNG" height="auto" width="auto"/>
</figure></figure>
</sections>
</iso-standard>
Expand Down

0 comments on commit df3cc09

Please sign in to comment.