relaton 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +19 -19
- data/lib/relaton/db.rb +75 -63
- data/lib/relaton/db_cache.rb +111 -0
- data/lib/relaton/processor.rb +4 -0
- data/lib/relaton/version.rb +1 -1
- data/relaton.gemspec +10 -9
- data/spec/relaton/relaton_spec.rb +31 -54
- data/spec/support/gb_t_20223_2006.xml +33 -0
- data/spec/support/iso_111111119115_1.xml +0 -0
- data/spec/support/iso_19115_1.xml +115 -0
- data/spec/support/iso_19115_2.xml +95 -0
- data/spec/support/list_entries.xml +197 -200
- data/spec/support/rfc_8341.xml +46 -0
- metadata +25 -22
- data/spec/support/gb_t_20223_2006 +0 -0
- data/spec/support/iso_111111119115_1 +0 -1
- data/spec/support/iso_19115_1 +0 -0
- data/spec/support/iso_19115_2 +0 -0
- data/spec/support/rfc_8341 +0 -0
@@ -0,0 +1,46 @@
|
|
1
|
+
<bibitem id="RFC8341">
|
2
|
+
<title format="plain" language="en" script="Latn">Network Configuration Access Control Model</title>
|
3
|
+
<uri type="src">https://www.rfc-editor.org/info/rfc8341</uri>
|
4
|
+
<docidentifier type="IETF">RFC 8341</docidentifier>
|
5
|
+
<docidentifier type="DOI">10.17487/RFC8341</docidentifier>
|
6
|
+
<date type="published">
|
7
|
+
<on>2018</on>
|
8
|
+
</date>
|
9
|
+
<contributor>
|
10
|
+
<role type="author"/>
|
11
|
+
<person>
|
12
|
+
<name>
|
13
|
+
<completename language="en">A. Bierman</completename>
|
14
|
+
</name>
|
15
|
+
<affiliation>
|
16
|
+
<organization>
|
17
|
+
<name>IETF</name>
|
18
|
+
<abbreviation>IETF</abbreviation>
|
19
|
+
</organization>
|
20
|
+
</affiliation>
|
21
|
+
</person>
|
22
|
+
</contributor>
|
23
|
+
<contributor>
|
24
|
+
<role type="author"/>
|
25
|
+
<person>
|
26
|
+
<name>
|
27
|
+
<completename language="en">M. Bjorklund</completename>
|
28
|
+
</name>
|
29
|
+
<affiliation>
|
30
|
+
<organization>
|
31
|
+
<name>IETF</name>
|
32
|
+
<abbreviation>IETF</abbreviation>
|
33
|
+
</organization>
|
34
|
+
</affiliation>
|
35
|
+
</person>
|
36
|
+
</contributor>
|
37
|
+
<language>en</language>
|
38
|
+
<series type="main">
|
39
|
+
<title format="plain" language="en" script="Latn">STD</title>
|
40
|
+
<number>91</number>
|
41
|
+
</series>
|
42
|
+
<series type="main">
|
43
|
+
<title format="plain" language="en" script="Latn">RFC</title>
|
44
|
+
<number>8341</number>
|
45
|
+
</series>
|
46
|
+
</bibitem>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relaton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: algoliasearch
|
@@ -30,70 +30,70 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.4.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.4.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: isobib
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.
|
47
|
+
version: 0.4.0
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.
|
54
|
+
version: 0.4.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: ietfbib
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.4.
|
61
|
+
version: 0.4.2
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.4.
|
68
|
+
version: 0.4.2
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: iecbib
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.2.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.2.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: iso-bib-item
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
89
|
+
version: 0.4.1
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
96
|
+
version: 0.4.1
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: bundler
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -248,11 +248,12 @@ dependencies:
|
|
248
248
|
- - "~>"
|
249
249
|
- !ruby/object:Gem::Version
|
250
250
|
version: '0.9'
|
251
|
-
description: |
|
252
|
-
|
253
|
-
in the Relaton/XML bibliographic
|
251
|
+
description: |2
|
252
|
+
The Relaton core for importing, managing and caching bibliographic
|
253
|
+
references to technical standards in the Relaton/XML bibliographic
|
254
|
+
model.
|
254
255
|
|
255
|
-
|
256
|
+
This gem is in active development.
|
256
257
|
email:
|
257
258
|
- open.source@ribose.com
|
258
259
|
executables: []
|
@@ -272,18 +273,19 @@ files:
|
|
272
273
|
- bin/rspec
|
273
274
|
- lib/relaton.rb
|
274
275
|
- lib/relaton/db.rb
|
276
|
+
- lib/relaton/db_cache.rb
|
275
277
|
- lib/relaton/processor.rb
|
276
278
|
- lib/relaton/registry.rb
|
277
279
|
- lib/relaton/version.rb
|
278
280
|
- relaton.gemspec
|
279
281
|
- spec/relaton/relaton_spec.rb
|
280
282
|
- spec/spec_helper.rb
|
281
|
-
- spec/support/gb_t_20223_2006
|
282
|
-
- spec/support/iso_111111119115_1
|
283
|
-
- spec/support/iso_19115_1
|
284
|
-
- spec/support/iso_19115_2
|
283
|
+
- spec/support/gb_t_20223_2006.xml
|
284
|
+
- spec/support/iso_111111119115_1.xml
|
285
|
+
- spec/support/iso_19115_1.xml
|
286
|
+
- spec/support/iso_19115_2.xml
|
285
287
|
- spec/support/list_entries.xml
|
286
|
-
- spec/support/rfc_8341
|
288
|
+
- spec/support/rfc_8341.xml
|
287
289
|
homepage: https://github.com/riboseinc/relaton
|
288
290
|
licenses:
|
289
291
|
- BSD-2-Clause
|
@@ -307,5 +309,6 @@ rubyforge_project:
|
|
307
309
|
rubygems_version: 2.7.6
|
308
310
|
signing_key:
|
309
311
|
specification_version: 4
|
310
|
-
summary:
|
312
|
+
summary: The Relaton core for importing, managing and caching bibliographic references
|
313
|
+
to technical standards.
|
311
314
|
test_files: []
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
{: resp0
|
data/spec/support/iso_19115_1
DELETED
Binary file
|
data/spec/support/iso_19115_2
DELETED
Binary file
|
data/spec/support/rfc_8341
DELETED
Binary file
|