Skip to content

Commit

Permalink
update grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net committed Sep 3, 2023
1 parent a41c0c7 commit 8a6aa33
Show file tree
Hide file tree
Showing 10 changed files with 2,783 additions and 2,768 deletions.
2 changes: 1 addition & 1 deletion grammars/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@
<value>mergedInto</value>
<value>splits</value>
<value>splitInto</value>
<value>instance</value>
<value>instanceOf</value>
<value>hasInstance</value>
<value>exemplarOf</value>
<value>hasExemplar</value>
Expand Down
2 changes: 1 addition & 1 deletion lib/relaton_ieee/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RelatonIeee
VERSION = "1.14.8".freeze
VERSION = "1.16.0".freeze
end
2 changes: 1 addition & 1 deletion relaton_ieee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "faraday", "~> 2.7.0"
spec.add_dependency "mini_portile2", "~> 2.8.0"
spec.add_dependency "relaton-bib", "~> 1.14.0"
spec.add_dependency "relaton-bib", "~> 1.16.0"
spec.add_dependency "relaton-index", "~> 0.2.0"
spec.add_dependency "rubyzip", "~> 2.3.0"
end
4 changes: 2 additions & 2 deletions spec/fixtures/ieee-std.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<bibdata type="standard" schema-version="v1.2.3">
<bibdata type="standard" schema-version="v1.2.4">
<title type="main" format="text/plain">IEEE Draft Supplement to Information technology Telecommunications and information exchange between systems Local and metropolitan area networks Part 5: Token Ring access method and physical layer specifications 100 Mbit/s Dedicated Token Ring Operation (Supplement to ISO/IEC 8802-5:1998 and ISO/IEC 8802-5:1998/Amd.1:1998)</title>
<uri type="src">https://ieeexplore.ieee.org/document/4039945</uri>
<docidentifier type="IEEE" primary="true">IEEE P802.5t/D-2.5</docidentifier>
Expand Down Expand Up @@ -50,4 +50,4 @@
<pubstatus>Active</pubstatus>
<holdstatus>Hold</holdstatus>
</ext>
</bibdata>
</bibdata>
2 changes: 1 addition & 1 deletion spec/fixtures/ieee-std.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
schema-version: v1.2.3
schema-version: v1.2.4
id: IEEEP802.5t-D-2.5
title:
- content: 'IEEE Draft Supplement to Information technology Telecommunications and
Expand Down
4 changes: 2 additions & 2 deletions spec/fixtures/ieee_528_2019.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<bibdata type="standard" schema-version="v1.2.3">
<bibdata type="standard" schema-version="v1.2.4">
<fetched>2023-05-16</fetched>
<title type="main" format="text/plain">IEEE Standard for Inertial Sensor Terminology</title>
<uri type="src">https://ieeexplore.ieee.org/document/8863799</uri>
Expand Down Expand Up @@ -71,4 +71,4 @@
<pubstatus>Active</pubstatus>
<holdstatus>Publish</holdstatus>
</ext>
</bibdata>
</bibdata>
2 changes: 1 addition & 1 deletion spec/fixtures/ieee_528_2019.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: IEEE528-2019
schema-version: v1.2.3
schema-version: v1.2.4
title:
- type: main
content: IEEE Standard for Inertial Sensor Terminology
Expand Down
24 changes: 13 additions & 11 deletions spec/vcr_cassettes/corrigendum.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5,485 changes: 2,748 additions & 2,737 deletions spec/vcr_cassettes/ieee_528_2019.yml

Large diffs are not rendered by default.

24 changes: 13 additions & 11 deletions spec/vcr_cassettes/ieee_std_1619_2007.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a6aa33

Please sign in to comment.