From 1ae2ec850e7504405744c3feb7583ead0b49a904 Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Mon, 21 Jan 2019 10:52:00 +0000 Subject: [PATCH] version bump --- README.adoc | 2 +- lib/metanorma/iso/version.rb | 2 +- spec/assets/iso.doc | 14 +++++++------- spec/metanorma/processor_spec.rb | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.adoc b/README.adoc index 85f94023..d2cf8748 100644 --- a/README.adoc +++ b/README.adoc @@ -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. diff --git a/lib/metanorma/iso/version.rb b/lib/metanorma/iso/version.rb index 50a4a665..effafbb9 100644 --- a/lib/metanorma/iso/version.rb +++ b/lib/metanorma/iso/version.rb @@ -1,5 +1,5 @@ module Metanorma module ISO - VERSION = "1.0.14".freeze + VERSION = "1.1.0".freeze end end diff --git a/spec/assets/iso.doc b/spec/assets/iso.doc index d1cd2a47..a1e7d322 100644 --- a/spec/assets/iso.doc +++ b/spec/assets/iso.doc @@ -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" @@ -829,11 +829,11 @@ Switzerland

 TOC \o "1-2" \h \z \u -Foreword +Foreword . - PAGEREF _Toc61348927 \h + PAGEREF _Toc932671010 \h 1

@@ -870,7 +870,7 @@ Switzerland

-------=_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 @@ -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" @@ -1073,4 +1073,4 @@ cD4NCg0KPHAgY2xhc3M9TXNvRm9vdGVyPjxzcGFuIGxhbmc9RU4tQVUgc3R5bGU9J2ZvbnQtc2l6 ZToxMC4wcHQ7Jz7CqQ0KJm5ic3A7Jm5ic3A74oCTIEFsbCByaWdodHMgcmVzZXJ2ZWQ8bzpwPjwv bzpwPjwvc3Bhbj48L3A+DQoNCjwvZGl2Pg0KDQoNCg0KPC9ib2R5Pg0KDQo8L2h0bWw+DQo= -------=_NextPart_1740dfe4.728f.476e-- \ No newline at end of file +------=_NextPart_ed032ac9.5869.4ef8-- \ No newline at end of file diff --git a/spec/metanorma/processor_spec.rb b/spec/metanorma/processor_spec.rb index b9e564ff..5c4b5df5 100644 --- a/spec/metanorma/processor_spec.rb +++ b/spec/metanorma/processor_spec.rb @@ -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