relaton-etsi 1.17.0

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.
metadata ADDED
@@ -0,0 +1,98 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: relaton-etsi
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.17.0
5
+ platform: ruby
6
+ authors:
7
+ - Ribose Inc.
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-12-06 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: relaton-bib
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 1.17.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 1.17.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: relaton-index
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 0.2.7
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 0.2.7
41
+ description: 'RelatonEtsi: retrieve ETSI Standards for bibliographic using the BibliographicItem
42
+ model'
43
+ email:
44
+ - open.source@ribose.com
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - ".rspec"
50
+ - ".rubocop.yml"
51
+ - LICENSE.txt
52
+ - README.adoc
53
+ - Rakefile
54
+ - grammars/basicdoc.rng
55
+ - grammars/biblio-standoc.rng
56
+ - grammars/biblio.rng
57
+ - grammars/relaton-etsi-compile.rng
58
+ - grammars/relaton-etsi.rng
59
+ - lib/relaton_etsi.rb
60
+ - lib/relaton_etsi/bibliographic_item.rb
61
+ - lib/relaton_etsi/bibliography.rb
62
+ - lib/relaton_etsi/config.rb
63
+ - lib/relaton_etsi/data_fetcher.rb
64
+ - lib/relaton_etsi/data_parser.rb
65
+ - lib/relaton_etsi/document_type.rb
66
+ - lib/relaton_etsi/hash_converter.rb
67
+ - lib/relaton_etsi/processor.rb
68
+ - lib/relaton_etsi/pubid.rb
69
+ - lib/relaton_etsi/util.rb
70
+ - lib/relaton_etsi/version.rb
71
+ - lib/relaton_etsi/xml_parser.rb
72
+ - sig/relaton_etsi.rbs
73
+ homepage: https://github.com/relaton/relaton-etsi
74
+ licenses:
75
+ - BSD-2-Clause
76
+ metadata:
77
+ homepage_uri: https://github.com/relaton/relaton-etsi
78
+ post_install_message:
79
+ rdoc_options: []
80
+ require_paths:
81
+ - lib
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: 2.7.0
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ requirements: []
93
+ rubygems_version: 3.3.26
94
+ signing_key:
95
+ specification_version: 4
96
+ summary: 'RelatonEtsi: retrieve ETSI Standards for bibliographic using the BibliographicItem
97
+ model'
98
+ test_files: []