sts 0.6.1 → 0.6.2
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/.rubocop_todo.yml +1 -0
- data/lib/sts/iso_sts/disp_formula.rb +1 -1
- data/lib/sts/iso_sts/inline_formula.rb +1 -1
- data/lib/sts/iso_sts/paragraph.rb +1 -1
- data/lib/sts/iso_sts/td.rb +1 -1
- data/lib/sts/iso_sts/term.rb +1 -1
- data/lib/sts/iso_sts/th.rb +1 -1
- data/lib/sts/tbx_iso_tml/definition.rb +1 -1
- data/lib/sts/tbx_iso_tml/note.rb +1 -1
- data/lib/sts/tbx_iso_tml/term.rb +1 -1
- data/lib/sts/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 572accdd400693b1c1320ea6891f5be801f3917d64d98058f6da1b30c92436c2
|
|
4
|
+
data.tar.gz: 3bd1daa1cd5335c796c21732e7034b5bfb23f522bdd1d9e7db85df32f07bcf2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ebf47f3e1a2d0e4b95ccc6cba35d3e749cec5393847f21c420346a031e366ea3f33d9e2f641cc2a03fea4598b57a278d1539c3dcb777b9a1882e9bf45aa0711a
|
|
7
|
+
data.tar.gz: 73b5f522a8d2177c58ac7ecb1d618d2c5e270dddac0113383ee567eb32cabb2022c70f1d0559bde2b5c5d613f72dd0608905fde0549fadc4a35e280b2d26fb46
|
data/.rubocop_todo.yml
CHANGED
|
@@ -9,7 +9,7 @@ module Sts
|
|
|
9
9
|
attribute :xml_lang, :string
|
|
10
10
|
attribute :originator, :string
|
|
11
11
|
attribute :label, ::Sts::IsoSts::Label
|
|
12
|
-
attribute :math, Mml::
|
|
12
|
+
attribute :math, Mml::V2::Math
|
|
13
13
|
attribute :bold, ::Sts::IsoSts::Bold
|
|
14
14
|
attribute :italic, ::Sts::IsoSts::Italic
|
|
15
15
|
attribute :non_normative_note, ::Sts::IsoSts::NonNormativeNote
|
|
@@ -7,7 +7,7 @@ module Sts
|
|
|
7
7
|
attribute :content_type, :string
|
|
8
8
|
attribute :specific_use, :string
|
|
9
9
|
attribute :xml_lang, :string
|
|
10
|
-
attribute :math, Mml::
|
|
10
|
+
attribute :math, Mml::V2::Math
|
|
11
11
|
attribute :bold, ::Sts::IsoSts::Bold
|
|
12
12
|
attribute :italic, ::Sts::IsoSts::Italic
|
|
13
13
|
attribute :inline_formula, ::Sts::IsoSts::InlineFormula
|
|
@@ -27,7 +27,7 @@ module Sts
|
|
|
27
27
|
attribute :fn, ::Sts::TbxIsoTml::Fn, collection: true
|
|
28
28
|
attribute :styled_content, ::Sts::IsoSts::StyledContent, collection: true
|
|
29
29
|
attribute :graphic, ::Sts::IsoSts::Graphic, collection: true
|
|
30
|
-
attribute :math, Mml::
|
|
30
|
+
attribute :math, Mml::V2::Math, collection: true
|
|
31
31
|
attribute :break, ::Sts::IsoSts::Break, collection: true
|
|
32
32
|
attribute :sub, ::Sts::IsoSts::Sub, collection: true
|
|
33
33
|
attribute :sup, ::Sts::IsoSts::Sup, collection: true
|
data/lib/sts/iso_sts/td.rb
CHANGED
|
@@ -23,7 +23,7 @@ module Sts
|
|
|
23
23
|
attribute :disp_formula, ::Sts::IsoSts::DispFormula, collection: true
|
|
24
24
|
attribute :list, ::Sts::IsoSts::List, collection: true
|
|
25
25
|
attribute :def_list, ::Sts::IsoSts::DefList, collection: true
|
|
26
|
-
attribute :math, Mml::
|
|
26
|
+
attribute :math, Mml::V2::Math, collection: true
|
|
27
27
|
attribute :std, ::Sts::IsoSts::Std, collection: true
|
|
28
28
|
attribute :fn, ::Sts::TbxIsoTml::Fn, collection: true
|
|
29
29
|
attribute :xref, ::Sts::TbxIsoTml::Xref, collection: true
|
data/lib/sts/iso_sts/term.rb
CHANGED
|
@@ -17,7 +17,7 @@ module Sts
|
|
|
17
17
|
attribute :uri, ::Sts::IsoSts::Uri
|
|
18
18
|
attribute :named_content, ::Sts::IsoSts::NamedContent
|
|
19
19
|
attribute :styled_content, ::Sts::IsoSts::StyledContent
|
|
20
|
-
attribute :math, Mml::
|
|
20
|
+
attribute :math, Mml::V2::Math
|
|
21
21
|
|
|
22
22
|
xml do
|
|
23
23
|
element "term"
|
data/lib/sts/iso_sts/th.rb
CHANGED
|
@@ -23,7 +23,7 @@ module Sts
|
|
|
23
23
|
attribute :disp_formula, ::Sts::IsoSts::DispFormula, collection: true
|
|
24
24
|
attribute :list, ::Sts::IsoSts::List, collection: true
|
|
25
25
|
attribute :def_list, ::Sts::IsoSts::DefList, collection: true
|
|
26
|
-
attribute :math, Mml::
|
|
26
|
+
attribute :math, Mml::V2::Math, collection: true
|
|
27
27
|
attribute :std, ::Sts::IsoSts::Std, collection: true
|
|
28
28
|
attribute :fn, ::Sts::TbxIsoTml::Fn, collection: true
|
|
29
29
|
attribute :xref, ::Sts::TbxIsoTml::Xref, collection: true
|
|
@@ -8,7 +8,7 @@ module Sts
|
|
|
8
8
|
attribute :note, ::Sts::TbxIsoTml::Note
|
|
9
9
|
attribute :value, :string, collection: true
|
|
10
10
|
attribute :italic, ::Sts::TbxIsoTml::Italic, collection: true
|
|
11
|
-
attribute :math, ::Mml::
|
|
11
|
+
attribute :math, ::Mml::V2::Math
|
|
12
12
|
attribute :sub, ::Sts::NisoSts::Sub, collection: true
|
|
13
13
|
attribute :list, ::Sts::NisoSts::List, collection: true
|
|
14
14
|
attribute :std, ::Sts::NisoSts::ReferenceStandard, collection: true
|
data/lib/sts/tbx_iso_tml/note.rb
CHANGED
|
@@ -7,7 +7,7 @@ module Sts
|
|
|
7
7
|
attribute :value, :string, collection: true
|
|
8
8
|
attribute :table_wrap, ::Sts::TbxIsoTml::TableWrap
|
|
9
9
|
attribute :entailed_term, ::Sts::TbxIsoTml::EntailedTerm, collection: true
|
|
10
|
-
attribute :math, ::Mml::
|
|
10
|
+
attribute :math, ::Mml::V2::Math, collection: true
|
|
11
11
|
attribute :xref, ::Sts::TbxIsoTml::Xref, collection: true
|
|
12
12
|
attribute :list, ::Sts::NisoSts::List, collection: true
|
|
13
13
|
attribute :std, ::Sts::NisoSts::ReferenceStandard, collection: true
|
data/lib/sts/tbx_iso_tml/term.rb
CHANGED
|
@@ -10,7 +10,7 @@ module Sts
|
|
|
10
10
|
attribute :bold, ::Sts::TbxIsoTml::Bold, collection: true
|
|
11
11
|
attribute :sub, ::Sts::NisoSts::Sub, collection: true
|
|
12
12
|
attribute :sup, ::Sts::NisoSts::Sup, collection: true
|
|
13
|
-
attribute :math, ::Mml::
|
|
13
|
+
attribute :math, ::Mml::V2::Math, collection: true
|
|
14
14
|
attribute :xref, ::Sts::TbxIsoTml::Xref, collection: true
|
|
15
15
|
attribute :inline_formula, ::Sts::NisoSts::InlineFormula, collection: true
|
|
16
16
|
attribute :std, ::Sts::NisoSts::ReferenceStandard, collection: true
|
data/lib/sts/version.rb
CHANGED