From ceba48ba521daa381b30e7db9fdff21f1afdcdc2 Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Mon, 25 Mar 2024 20:22:47 +1100 Subject: [PATCH] version bump --- Gemfile.devel | 2 - lib/metanorma/ietf/isodoc.rng | 126 ++++++++++++++++++---------------- lib/metanorma/ietf/version.rb | 2 +- 3 files changed, 67 insertions(+), 63 deletions(-) delete mode 100644 Gemfile.devel diff --git a/Gemfile.devel b/Gemfile.devel deleted file mode 100644 index dc3e1be..0000000 --- a/Gemfile.devel +++ /dev/null @@ -1,2 +0,0 @@ -gem "metanorma-standoc", git: "https://github.com/metanorma/metanorma-standoc", branch: "main" -gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "fix/emdash-termsource" diff --git a/lib/metanorma/ietf/isodoc.rng b/lib/metanorma/ietf/isodoc.rng index 5746ca1..24fd0d1 100644 --- a/lib/metanorma/ietf/isodoc.rng +++ b/lib/metanorma/ietf/isodoc.rng @@ -156,44 +156,7 @@ - - - \i\c*|\c+#\c+ - - - - - - \i\c*|\c+#\c+ - - - - - - - - - - - - - - - capital - lowercase - - - - - - - - - - - - - + @@ -438,28 +401,6 @@ - - - - - - - - - - - - - - - - - - - - - - @@ -2456,6 +2397,49 @@ + + + + \i\c*|\c+#\c+ + + + + + + \i\c*|\c+#\c+ + + + + + + + + + + + + + + + capital + lowercase + + + + + + + + + + + + + + + + + @@ -2534,6 +2518,28 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/metanorma/ietf/version.rb b/lib/metanorma/ietf/version.rb index f6498a0..7da69b9 100644 --- a/lib/metanorma/ietf/version.rb +++ b/lib/metanorma/ietf/version.rb @@ -1,5 +1,5 @@ module Metanorma module Ietf - VERSION = "3.3.4".freeze + VERSION = "3.3.5".freeze end end