Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 21, 2019
1 parent 614030f commit 1ae2ec8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Metanorma-ISO: Metanorma processor for ISO standards

image:https://img.shields.io/gem/v/metanorma-iso.svg["Gem Version", link="https://rubygems.org/gems/metanorma-iso"]
image:https://img.shields.io/travis/riboseinc/metanorma-iso/master.svg["Build Status", link="https://travis-ci.com/riboseinc/metanorma-iso"]
image:https://img.shields.io/travis/riboseinc/metanorma-iso/master.svg["Build Status", link="https://travis-ci.org/riboseinc/metanorma-iso"]
image:https://codeclimate.com/github/riboseinc/metanorma-iso/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/metanorma-iso"]

WARNING: This gem is still under development.
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/iso/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module ISO
VERSION = "1.0.14".freeze
VERSION = "1.1.0".freeze
end
end
14 changes: 7 additions & 7 deletions spec/assets/iso.doc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIME-Version: 1.0
Content-Type: multipart/related; boundary="----=_NextPart_1740dfe4.728f.476e"
Content-Type: multipart/related; boundary="----=_NextPart_ed032ac9.5869.4ef8"

------=_NextPart_1740dfe4.728f.476e
------=_NextPart_ed032ac9.5869.4ef8
Content-Location: file:///C:/Doc/iso.htm
Content-Type: text/html; charset="utf-8"

Expand Down Expand Up @@ -829,11 +829,11 @@ Switzerland<p class="MsoNormal"></p></span></p>
<p class="MsoToc1"><span lang="EN-GB" xml:lang="EN-GB"><span style="mso-element:field-begin"></span><span style="mso-spacerun:yes">&#xA0;</span>TOC
\o "1-2" \h \z \u <span style="mso-element:field-separator"></span></span>
<span class="MsoHyperlink"><span lang="EN-GB" style="mso-no-proof:yes" xml:lang="EN-GB">
<a href="#_Toc61348927">Foreword<span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB">
<a href="#_Toc932671010">Foreword<span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB">
<span style="mso-tab-count:1 dotted">. </span>
</span><span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB">
<span style="mso-element:field-begin"></span></span>
<span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB"> PAGEREF _Toc61348927 \h </span>
<span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB"> PAGEREF _Toc932671010 \h </span>
<span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB"><span style="mso-element:field-separator"></span></span><span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB">1</span>
<span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB"></span><span lang="EN-GB" class="MsoTocTextSpan" xml:lang="EN-GB"><span style="mso-element:field-end"></span></span></a></span></span></p>

Expand Down Expand Up @@ -870,7 +870,7 @@ Switzerland<p class="MsoNormal"></p></span></p>
</html>


------=_NextPart_1740dfe4.728f.476e
------=_NextPart_ed032ac9.5869.4ef8
Content-Location: file:///C:/Doc/iso_files/filelist.xml
Content-Transfer-Encoding: base64
Content-Type: application/xml
Expand All @@ -880,7 +880,7 @@ ICAgICAgIDxvOk1haW5GaWxlIEhSZWY9Ii4uL3NwZWMvYXNzZXRzL2lzby5odG0iLz4gIDxvOkZp
bGUgSFJlZj0iZmlsZWxpc3QueG1sIi8+CiAgPG86RmlsZSBIUmVmPSJoZWFkZXIuaHRtbCIvPgo8
L3htbD4K

------=_NextPart_1740dfe4.728f.476e
------=_NextPart_ed032ac9.5869.4ef8
Content-Location: file:///C:/Doc/iso_files/header.html
Content-Transfer-Encoding: base64
Content-Type: text/html charset="utf-8"
Expand Down Expand Up @@ -1073,4 +1073,4 @@ cD4NCg0KPHAgY2xhc3M9TXNvRm9vdGVyPjxzcGFuIGxhbmc9RU4tQVUgc3R5bGU9J2ZvbnQtc2l6
ZToxMC4wcHQ7Jz7CqQ0KJm5ic3A7Jm5ic3A74oCTIEFsbCByaWdodHMgcmVzZXJ2ZWQ8bzpwPjwv
bzpwPjwvc3Bhbj48L3A+DQoNCjwvZGl2Pg0KDQoNCg0KPC9ib2R5Pg0KDQo8L2h0bWw+DQo=

------=_NextPart_1740dfe4.728f.476e--
------=_NextPart_ed032ac9.5869.4ef8--
2 changes: 1 addition & 1 deletion spec/metanorma/processor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

it "registers output formats against metanorma" do
expect(processor.output_formats.sort.to_s).to be_equivalent_to <<~"OUTPUT"
[[:doc, "doc"], [:html, "html"], [:html_alt, "alt.html"], [:xml, "xml"]]
[[:doc, "doc"], [:html, "html"], [:html_alt, "alt.html"], [:rxl, "rxl"], [:xml, "xml"]]
OUTPUT
end

Expand Down

0 comments on commit 1ae2ec8

Please sign in to comment.