metanorma-ietf 3.2.6 → 3.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -8
- data/lib/metanorma/ietf/basicdoc.rng +26 -17
- data/lib/metanorma/ietf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fd9451cbef06ef76da69248206d57d3f0ffebc2630a6555b13e427537ffbab7
|
|
4
|
+
data.tar.gz: 31fc41666d0ef64880706985072479867b4939204eddd2e7a6b1e6d7807c91b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0eea3484675fcbf5fc8f1d9e44fc0f285eb7f47aa1fab68d6df2aba8b6e387226e87228b33f26c8e8a7f43b92543f45b3d8496c73e62df78ab3831f374ea673
|
|
7
|
+
data.tar.gz: 598547b40037d36f82c146f7283cb30b18b8518e98f353b44a70f15569cdb0b505e19933ae89a8564e7c20a35b10c2b667a1651e8bae8cd5b6b56968c146c697
|
data/Gemfile
CHANGED
|
@@ -4,12 +4,6 @@ Encoding.default_internal = Encoding::UTF_8
|
|
|
4
4
|
source "https://rubygems.org"
|
|
5
5
|
git_source(:github) { |repo| "https://github.com/#{repo}" }
|
|
6
6
|
|
|
7
|
-
group :development, :test do
|
|
8
|
-
gem "rspec"
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
if File.exist? "Gemfile.devel"
|
|
12
|
-
eval File.read("Gemfile.devel"), nil, "Gemfile.devel" # rubocop:disable Security/Eval
|
|
13
|
-
end
|
|
14
|
-
|
|
15
7
|
gemspec
|
|
8
|
+
|
|
9
|
+
eval_gemfile("Gemfile.devel") rescue nil
|
|
@@ -715,27 +715,36 @@
|
|
|
715
715
|
</define>
|
|
716
716
|
<define name="ruby">
|
|
717
717
|
<element name="ruby">
|
|
718
|
-
<
|
|
719
|
-
<
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
718
|
+
<choice>
|
|
719
|
+
<ref name="ruby_pronunciation"/>
|
|
720
|
+
<ref name="ruby_annotation"/>
|
|
721
|
+
</choice>
|
|
722
|
+
<choice>
|
|
723
|
+
<text/>
|
|
724
|
+
<ref name="ruby"/>
|
|
725
|
+
</choice>
|
|
725
726
|
</element>
|
|
726
727
|
</define>
|
|
727
|
-
<define name="
|
|
728
|
-
<element name="
|
|
729
|
-
<
|
|
730
|
-
|
|
731
|
-
|
|
728
|
+
<define name="ruby_pronunciation">
|
|
729
|
+
<element name="pronunciation">
|
|
730
|
+
<attribute name="value"/>
|
|
731
|
+
<optional>
|
|
732
|
+
<attribute name="script"/>
|
|
733
|
+
</optional>
|
|
734
|
+
<optional>
|
|
735
|
+
<attribute name="lang"/>
|
|
736
|
+
</optional>
|
|
732
737
|
</element>
|
|
733
738
|
</define>
|
|
734
|
-
<define name="
|
|
735
|
-
<element name="
|
|
736
|
-
<
|
|
737
|
-
|
|
738
|
-
|
|
739
|
+
<define name="ruby_annotation">
|
|
740
|
+
<element name="annotation">
|
|
741
|
+
<attribute name="value"/>
|
|
742
|
+
<optional>
|
|
743
|
+
<attribute name="script"/>
|
|
744
|
+
</optional>
|
|
745
|
+
<optional>
|
|
746
|
+
<attribute name="lang"/>
|
|
747
|
+
</optional>
|
|
739
748
|
</element>
|
|
740
749
|
</define>
|
|
741
750
|
<define name="br">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-ietf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: metanorma-ietf-data
|