relaton-bib 0.3.3 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
data/relaton-bib.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "RelatonBib: Ruby XMLDOC impementation."
12
12
  spec.description = "RelatonBib: Ruby XMLDOC impementation."
13
- spec.homepage = "https://github.com/metanorma/relaton-item"
13
+ spec.homepage = "https://github.com/relaton/relaton-item"
14
14
  spec.license = "BSD-2-Clause"
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
@@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
33
33
  spec.add_development_dependency "byebug"
34
34
 
35
35
  spec.add_dependency "addressable"
36
- spec.add_dependency "nokogiri", "~> 1.10"
36
+ spec.add_dependency "nokogiri"
37
37
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-bib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-03 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -140,16 +140,16 @@ dependencies:
140
140
  name: nokogiri
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - "~>"
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
- version: '1.10'
145
+ version: '0'
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - "~>"
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
- version: '1.10'
152
+ version: '0'
153
153
  description: 'RelatonBib: Ruby XMLDOC impementation.'
154
154
  email:
155
155
  - open.source@ribose.com
@@ -188,6 +188,8 @@ files:
188
188
  - lib/relaton_bib/formatted_string.rb
189
189
  - lib/relaton_bib/hash_converter.rb
190
190
  - lib/relaton_bib/hash_to_bib.rb
191
+ - lib/relaton_bib/hit.rb
192
+ - lib/relaton_bib/hit_collection.rb
191
193
  - lib/relaton_bib/localized_string.rb
192
194
  - lib/relaton_bib/medium.rb
193
195
  - lib/relaton_bib/organization.rb
@@ -200,7 +202,7 @@ files:
200
202
  - lib/relaton_bib/workers_pool.rb
201
203
  - lib/relaton_bib/xml_parser.rb
202
204
  - relaton-bib.gemspec
203
- homepage: https://github.com/metanorma/relaton-item
205
+ homepage: https://github.com/relaton/relaton-item
204
206
  licenses:
205
207
  - BSD-2-Clause
206
208
  metadata: {}
@@ -220,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
222
  version: '0'
221
223
  requirements: []
222
224
  rubyforge_project:
223
- rubygems_version: 2.7.6
225
+ rubygems_version: 2.6.12
224
226
  signing_key:
225
227
  specification_version: 4
226
228
  summary: 'RelatonBib: Ruby XMLDOC impementation.'