ebsco-eds 1.0.8 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: cd3df278b8f54b8391e1fab578b2c268c4ba0611
4
- data.tar.gz: 63aa813ab6adcfb15f21c70392d6127841ec440b
2
+ SHA256:
3
+ metadata.gz: e0260317849a9ed9937f14bfb1bce691d11bc37dc031a9707c99aed1239bbc0b
4
+ data.tar.gz: 4549287d4f9f12edaf968d5439870682c26e91a2334e6145d7d323440f577056
5
5
  SHA512:
6
- metadata.gz: e534bf012f442328a9cd6df94a7a22d32cd3d63e33199ddb9c238f826add23e739d0192ad887ff5144944bf965960d5d654b65a708a30bbd54ecf405e50f9465
7
- data.tar.gz: f94b92153adfb5c485ecb1edfe65696085da2bb656fe81b77df96f1431c3ea87a22e19b2b748a1937e22863f3695c6ef11b4041b5e9bfc6f944db84835cf5862
6
+ metadata.gz: 7a2fcddd103f0e2aa20699e30445e6b3681dafd43564e628d36fcf80d691e6df76861951e5647aa0f760f4f7c22a8b960caa1731acdc710fabd57fe013cb7cd2
7
+ data.tar.gz: 4f34ec5977c344bf917b52102ea01bdf1dbc34db7b9f005fc5faca5019c808079446d21f1037f009866e9fddc15ee8504182e688b7c303bd02fc22dda74a845b
data/.gitignore CHANGED
@@ -20,3 +20,4 @@ yaml-sample-records
20
20
  *.gem
21
21
  .idea
22
22
  test/cache
23
+ .env.test
data/.travis.yml CHANGED
@@ -1,5 +1,4 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.3.0
5
- before_install: gem install bundler -v 1.13.7
4
+ - 2.4.0
data/CHANGELOG.md CHANGED
@@ -1,100 +1,172 @@
1
1
  # Changelog
2
+
2
3
  All notable changes to this project will be documented in this file.
3
4
 
4
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
- and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [1.1.1] - 2021-03-05
6
9
 
7
- ## [1.0.8] - 2019-08-12
8
10
  ### Fixed
11
+
12
+ - Some tests had incorrect VCR cassettes that were erroneously causing our build to fail.
13
+
14
+ ### Changed
15
+
16
+ - Loosened various dependencies, including on activesupport. Activesupport now can use either version 5 or 6. Many thanks to @sandbergja for help on that.
17
+ - Added an attribute read option for smarttext_failover on EBSCO::EDS::Results. If this is true, it's an indication that the search results come from a failed-over smarttext search; if it's false, no smarttext failover occurred.
18
+
19
+ ## [1.1.0] - 2020-09-04
20
+
21
+ ### Added
22
+
23
+ - Added an option to the session intializer to accept a smarttext_failover parameter. Setting this to true will instruct the gem to issue a SECOND search with mode=smarttext if the original search had zero results. This mirrors behavior available in the native EDS interface.
24
+
25
+ ## [1.0.9] - 2019-08-12
26
+
27
+ ### Fixed
28
+
9
29
  - Throws error when query fails with a 200 status code and html error message (query = `the meaning of life or 4=2`), see #90.
10
30
  - Raises a specific "record not found" error instead of a generic "bad request" error when a record cannot be retrieved, see #88.
11
31
 
32
+ ## [1.0.8] - 2019-08-12
33
+
34
+ ### Fixed
35
+
36
+ - Access issues for EBSCO contributors fixed.
37
+
12
38
  ## [1.0.7] - 2018-12-05
39
+
13
40
  ### Changed
41
+
14
42
  - logger dependency removed since it's been part of the standard library.
15
43
 
16
44
  ## [1.0.6] - 2018-11-14
45
+
17
46
  ### Fixed
47
+
18
48
  - Fixed a bug where the cached auth key isn't deleted if it expires before its cache expiration. This should only occur in rare cases where the auth token cache expiration exceeds 30 minutes.
49
+
19
50
  ### Added
51
+
20
52
  - Cache expiration is configurable for individual EDS API calls (time unit = seconds).
53
+
21
54
  ### Changed
55
+
22
56
  - Default cache expiration for auth keys is now 25 minutes instead of 30 to make sure they are always refreshed before their 30 minute expiration. If an expiration is configured longer than 25 minutes, it is reset to 25 minutes automatically.
23
57
 
24
58
  ## [1.0.5] - 2018-11-02
59
+
25
60
  ### Fixed
26
- - Fixed a bug where fulltext html becomes nil after sanitizing. [#85](https://github.com/ebsco/edsapi-ruby/issues/85)
61
+
62
+ - Fixed a bug where fulltext html becomes nil after sanitizing. [#85](https://github.com/ebsco/edsapi-ruby/issues/85)
27
63
  - Fixed a bug where the url protocol is missing from fulltext custom links. [#86](https://github.com/ebsco/edsapi-ruby/issues/86)
28
64
 
29
65
  ## [1.0.4] - 2018-10-29
66
+
30
67
  ### Fixed
31
- - List retrieval returns a repeating list of just the first record.
68
+
69
+ - List retrieval returns a repeating list of just the first record.
32
70
  - List retrieval fails to increment the EDS result id.
33
71
 
34
72
  ## [1.0.3] - 2018-10-18
73
+
35
74
  ### Changed
75
+
36
76
  - Citation style and export links can now be removed entirely or replaced by specifying regular expressions in several configuration options that can include ruby erb variable expressions for an item's `dbid` and `an`. This was added to address situations where customer proxy urls are returned. See: [Citation link replacement](https://github.com/ebsco/edsapi-ruby/wiki/Citation-link-replacement)
37
77
 
38
78
  ## [1.0.2] - 2018-10-15
79
+
39
80
  ### Added
81
+
40
82
  - EBSCOhost links are removed from citation styles and exports by default
41
83
 
42
84
  ## [1.0.1] - 2018-10-10
85
+
43
86
  ### Added
87
+
44
88
  - Citation styles/exports are added to Records
45
89
  - Retrieve citation styles/exports for a Record ID or list of Record IDs
46
90
  - Retrieve a list of available citation styles/exports from Info
47
91
  - Citation styles/exports available in guest mode
92
+
48
93
  ### Fixed
94
+
49
95
  - Double-unescapes data with an ephtml section (sul-dlss/SearchWorks #1504)
50
96
  - Adds searchlinks to subject items when they don't exist #80 (sul-dlss/SearchWorks #1791)
97
+
51
98
  ### Changed
99
+
52
100
  - Updates test cassettes with new citation styles/exports API calls
53
101
 
54
102
  ## [1.0.0] - 2018-03-05
103
+
55
104
  ### Changed
105
+
56
106
  - Increments version to reflect production ready status
57
107
 
58
108
  ## [0.3.19.pre] - 2018-03-05
109
+
59
110
  ### Added
111
+
60
112
  - Optionally (default=off) include quick view images with Records
113
+
61
114
  ### Changed
115
+
62
116
  - Reorganizes VCR tests
63
117
 
64
118
  ## [0.3.18.pre] - 2017-10-10
119
+
65
120
  ### Fixed
121
+
66
122
  - Fixes session config bug #84
67
123
 
68
124
  ## [0.3.17.pre] - 2017-09-27
125
+
69
126
  ### Changed
127
+
70
128
  - Optionally (default=off) titleize facets via `titleize_facets` in config
71
129
 
72
130
  ## [0.3.16.pre] - 2017-09-20
131
+
73
132
  ### Added
133
+
74
134
  - Titleize facets
75
135
  - Autocorrect feature
76
136
 
77
137
  ## [0.3.15.pre] - 2017-09-18
138
+
78
139
  ### Added
140
+
79
141
  - Optionally (default=off) converts all searchLink field codes to DE via `all_subjects_search_links` in config
80
142
  - Optionally (default=off) decodes/sanitizes html in item data and fulltext html via `decode_sanitize_html` in config
81
143
 
82
144
  ## [0.3.14.pre] - 2017-09-14
145
+
83
146
  ### Fixed
147
+
84
148
  - Fixes 250+ pagination issues with SourceType and ContentProvider facets
85
149
 
86
150
  ## [0.3.13.pre] - 2017-09-13
151
+
87
152
  ### Fixed
153
+
88
154
  - Includes additional Subject and Geographic Subject metadata
89
155
 
90
156
  ## [0.3.12.pre] - 2017-09-11
157
+
91
158
  ### Fixed
159
+
92
160
  - Fixes some 250+ pagination issues
161
+
93
162
  ### Changed
163
+
94
164
  - Updates tests
95
165
 
96
166
  ## [0.3.11.pre] - 2017-09-06
167
+
97
168
  ### Added
169
+
98
170
  - Adds KW (keywords) and SH (subject heading) to solr search fields
99
171
 
100
172
  [1.0.8]: https://github.com/ebsco/edsapi-ruby/compare/1.0.7...1.0.8
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <img src="https://discovery.ebsco.com/files/pulse-images/EDS-logo_1LINE.png"/>
1
+ ![image](https://user-images.githubusercontent.com/13452564/110336225-a7440c80-7ff2-11eb-996d-6b4395438a22.png)
2
2
 
3
3
  A Ruby interface to the EBSCO Discovery Services API.
4
4
 
@@ -8,7 +8,7 @@ A Ruby interface to the EBSCO Discovery Services API.
8
8
 
9
9
  ## Dependencies
10
10
 
11
- * Ruby 2.2+
11
+ * Ruby 2.4+
12
12
 
13
13
  ## Installation
14
14
 
data/ebsco-eds.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'ebsco/eds/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'ebsco-eds'
8
8
  spec.version = EBSCO::EDS::VERSION
9
- spec.authors = ['Bill McKinney','Eric Frierson']
10
- spec.email = ['bmckinney@ebsco.com, efrierson@ebsco.com']
9
+ spec.authors = ['Mike Abrahamson','Ellie Collier','Madeline Dale','Eric Frierson','Carolyn Clini']
10
+ spec.email = ['mabrahamson@ebsco.com','ecollier@ebsco.com','mdale@ebsco.com', 'efrierson@ebsco.com', 'cclini@ebsco.com']
11
11
  spec.summary = 'Summary: EBSCO EDS API'
12
12
  spec.description = 'Description: EBSCO EDS API'
13
13
  spec.homepage = 'https://github.com/ebsco/edsapi-ruby'
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
30
  spec.require_paths = ['lib']
31
31
 
32
- spec.required_ruby_version = '>= 1.9.3'
32
+ spec.required_ruby_version = '>= 2.4'
33
33
 
34
34
  spec.add_dependency 'faraday', '~> 0'
35
35
  spec.add_dependency 'faraday-detailed_logger', '~> 2.0'
@@ -37,17 +37,16 @@ Gem::Specification.new do |spec|
37
37
  spec.add_dependency 'dotenv', '~> 2.2'
38
38
  spec.add_dependency 'climate_control', '~> 0'
39
39
  spec.add_dependency 'require_all', '~> 2.0'
40
- spec.add_dependency 'bibtex-ruby', '~> 5.0', '>= 5.0.0'
40
+ spec.add_dependency 'bibtex-ruby', '>= 5.1.0', '< 7.0'
41
41
  spec.add_dependency 'citeproc', '>= 1.0.4', '< 2.0'
42
- spec.add_dependency 'csl', '~> 1.4'
42
+ spec.add_dependency 'csl', '>= 1.4.0', '< 1.6'
43
43
  spec.add_dependency 'citeproc-ruby', '~> 1.0', '>= 1.0.2'
44
44
  spec.add_dependency 'csl-styles', '~> 1.0', '>= 1.0.1.5'
45
- spec.add_dependency 'activesupport', '~> 5.2'
45
+ spec.add_dependency 'activesupport', '>= 5.2'
46
46
  spec.add_dependency 'net-http-persistent', '~> 3.1'
47
- spec.add_dependency 'sanitize', '~> 5.0'
48
47
  spec.add_dependency 'public_suffix', '~>4.0'
49
48
 
50
- spec.add_development_dependency 'bundler', '~> 1.13'
49
+ spec.add_development_dependency 'bundler'
51
50
  spec.add_development_dependency 'rake', '~> 12.3'
52
51
  spec.add_development_dependency 'minitest', '~> 5.0'
53
52
  spec.add_development_dependency 'simplecov', '~> 0.17.0'
@@ -55,5 +54,6 @@ Gem::Specification.new do |spec|
55
54
  spec.add_development_dependency 'vcr', '~> 5.0', '>= 5.0.0'
56
55
  spec.add_development_dependency 'minitest-vcr', '~> 1.4', '>= 1.4.0'
57
56
  spec.add_development_dependency 'webmock', '~> 3.6'
57
+ spec.add_development_dependency 'sanitize', '~> 5.0'
58
58
 
59
59
  end
@@ -59,7 +59,8 @@ module EBSCO
59
59
  :ris_link_find => '',
60
60
  :ris_link_replace => '',
61
61
  :ris_db_find => '',
62
- :ris_db_replace => ''
62
+ :ris_db_replace => '',
63
+ :smarttext_failover => false
63
64
  }
64
65
  @valid_config_keys = @config.keys
65
66
  end
@@ -46,5 +46,8 @@ module EBSCO
46
46
  # raised when connection fails
47
47
  class ConnectionFailed < Error; end
48
48
 
49
+ # raised when missing a dependency
50
+ class MissingDependency < Error; end
51
+
49
52
  end
50
53
  end
@@ -1,7 +1,6 @@
1
1
  require 'yaml'
2
2
  require 'json'
3
3
  require 'cgi'
4
- require 'sanitize'
5
4
 
6
5
  module EBSCO
7
6
 
@@ -152,6 +151,9 @@ module EBSCO
152
151
  @decode_sanitize_html = ENV['EDS_DECODE_SANITIZE_HTML']
153
152
  end
154
153
 
154
+ require_sanitize if @decode_sanitize_html
155
+
156
+
155
157
  if results_record.key? 'Record'
156
158
  @record = results_record['Record'] # single record returned by retrieve api
157
159
  else
@@ -997,7 +999,13 @@ module EBSCO
997
999
  # add searchlinks when they don't exist
998
1000
  def add_subject_searchlinks(data)
999
1001
  subjects = data
1000
- unless data.include? 'searchLink'
1002
+ if data.include? '&lt;link '
1003
+ subjects = bib_subjects
1004
+ subjects = subjects.map do |su|
1005
+ '&lt;searchLink fieldCode=&quot;DE&quot; term=&quot;%22' + su + '%22&quot;&gt;' + su + '&lt;/searchLink&gt;'
1006
+ end.join('&lt;br /&gt;')
1007
+ end
1008
+ unless subjects.include? 'searchLink'
1001
1009
  subjects = subjects.split('&lt;br /&gt;').map do |su|
1002
1010
  '&lt;searchLink fieldCode=&quot;DE&quot; term=&quot;%22' + su + '%22&quot;&gt;' + su + '&lt;/searchLink&gt;'
1003
1011
  end.join('&lt;br /&gt;')
@@ -1005,6 +1013,12 @@ module EBSCO
1005
1013
  subjects
1006
1014
  end
1007
1015
 
1016
+ def require_sanitize
1017
+ require 'sanitize'
1018
+ rescue Gem::LoadError, LoadError
1019
+ raise EBSCO::EDS::MissingDependency.new 'Sanitize is turned on, but the sanitize gem is not loaded'
1020
+ end
1021
+
1008
1022
  end # Class Record
1009
1023
  end # Module EDS
1010
1024
  end # Module EBSCO
@@ -17,6 +17,8 @@ module EBSCO
17
17
  attr_accessor :records
18
18
  # Array of EBSCO::EDS::Record Research Starters
19
19
  attr_reader :research_starters
20
+ # Bool
21
+ attr_reader :smarttext_failover
20
22
  # Array of EBSCO::EDS::Record Exact Publication Matches
21
23
  attr_reader :publication_match
22
24
 
@@ -29,7 +31,7 @@ module EBSCO
29
31
 
30
32
  # Creates search results from the \EDS API search response. It includes information about the results and a list
31
33
  # of Record items.
32
- def initialize(search_results, eds_config = {}, additional_limiters = {}, options = {})
34
+ def initialize(search_results, eds_config = {}, additional_limiters = {}, options = {}, smarttext_failover = false)
33
35
 
34
36
  @results = search_results
35
37
 
@@ -103,6 +105,9 @@ module EBSCO
103
105
  # titleize facets
104
106
  @titleize_facets = %w[Language Journal SubjectEDS SubjectGeographic Publisher]
105
107
 
108
+ # set flag that query was rerun with smarttext after no results were found
109
+ @smarttext_failover = smarttext_failover
110
+
106
111
  else
107
112
  # response isn't a hash (eg, html error page)
108
113
  raise EBSCO::EDS::ApiError, 'EBSCO API error: Query failed.'
@@ -243,11 +243,15 @@ module EBSCO
243
243
  if @search_options.nil? || !add_actions
244
244
  @search_options = EBSCO::EDS::Options.new(options, @info)
245
245
  end
246
-
247
246
  _response = do_request(:post, path: '/edsapi/rest/Search', payload: @search_options)
248
247
  @search_results = EBSCO::EDS::Results.new(_response, @config,
249
248
  @info.available_limiters, options)
250
-
249
+ if @search_results.stat_total_hits.to_i == 0 && @config[:smarttext_failover] == true
250
+ @search_options.add_actions('SetSearchMode(smart)', @info)
251
+ _response = do_request(:post, path: '/edsapi/rest/Search', payload: @search_options)
252
+ @search_results = EBSCO::EDS::Results.new(_response, @config,
253
+ @info.available_limiters, options, true)
254
+ end
251
255
  # create temp format facet results if needed
252
256
  if options['f']
253
257
  if options['f'].key?('eds_publication_type_facet')
@@ -480,9 +484,13 @@ module EBSCO
480
484
  list.each.with_index(1) { |id, index|
481
485
  dbid = id.split('__',2).first
482
486
  accession = id.split('__',2).last
483
- current_rec = retrieve(dbid: dbid, an: accession, highlight: highlight, ebook: @config[:ebook_preferred_format])
484
- current_rec.eds_result_id = index
485
- records.push current_rec
487
+ begin
488
+ current_rec = retrieve(dbid: dbid, an: accession, highlight: highlight, ebook: @config[:ebook_preferred_format])
489
+ current_rec.eds_result_id = index
490
+ records.push current_rec
491
+ rescue EBSCO::EDS::BadRequest, EBSCO::EDS::NotFound => e
492
+ puts "Request for #{id} in #{self.class.name}#solr_retrieve_list failed with #{e}" if @debug
493
+ end
486
494
  }
487
495
  end
488
496
  r = empty_results(records.length)
@@ -1261,4 +1269,4 @@ module EBSCO
1261
1269
 
1262
1270
  end
1263
1271
  end
1264
- end
1272
+ end
@@ -1,5 +1,5 @@
1
1
  module EBSCO
2
2
  module EDS
3
- VERSION = '1.0.8'
3
+ VERSION = '1.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ebsco-eds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - Bill McKinney
7
+ - Mike Abrahamson
8
+ - Ellie Collier
9
+ - Madeline Dale
8
10
  - Eric Frierson
11
+ - Carolyn Clini
9
12
  autorequire:
10
13
  bindir: exe
11
14
  cert_chain: []
12
- date: 2019-10-31 00:00:00.000000000 Z
15
+ date: 2021-08-05 00:00:00.000000000 Z
13
16
  dependencies:
14
17
  - !ruby/object:Gem::Dependency
15
18
  name: faraday
@@ -99,22 +102,22 @@ dependencies:
99
102
  name: bibtex-ruby
100
103
  requirement: !ruby/object:Gem::Requirement
101
104
  requirements:
102
- - - "~>"
103
- - !ruby/object:Gem::Version
104
- version: '5.0'
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
- version: 5.0.0
107
+ version: 5.1.0
108
+ - - "<"
109
+ - !ruby/object:Gem::Version
110
+ version: '7.0'
108
111
  type: :runtime
109
112
  prerelease: false
110
113
  version_requirements: !ruby/object:Gem::Requirement
111
114
  requirements:
112
- - - "~>"
113
- - !ruby/object:Gem::Version
114
- version: '5.0'
115
115
  - - ">="
116
116
  - !ruby/object:Gem::Version
117
- version: 5.0.0
117
+ version: 5.1.0
118
+ - - "<"
119
+ - !ruby/object:Gem::Version
120
+ version: '7.0'
118
121
  - !ruby/object:Gem::Dependency
119
122
  name: citeproc
120
123
  requirement: !ruby/object:Gem::Requirement
@@ -139,16 +142,22 @@ dependencies:
139
142
  name: csl
140
143
  requirement: !ruby/object:Gem::Requirement
141
144
  requirements:
142
- - - "~>"
145
+ - - ">="
143
146
  - !ruby/object:Gem::Version
144
- version: '1.4'
147
+ version: 1.4.0
148
+ - - "<"
149
+ - !ruby/object:Gem::Version
150
+ version: '1.6'
145
151
  type: :runtime
146
152
  prerelease: false
147
153
  version_requirements: !ruby/object:Gem::Requirement
148
154
  requirements:
149
- - - "~>"
155
+ - - ">="
150
156
  - !ruby/object:Gem::Version
151
- version: '1.4'
157
+ version: 1.4.0
158
+ - - "<"
159
+ - !ruby/object:Gem::Version
160
+ version: '1.6'
152
161
  - !ruby/object:Gem::Dependency
153
162
  name: citeproc-ruby
154
163
  requirement: !ruby/object:Gem::Requirement
@@ -193,14 +202,14 @@ dependencies:
193
202
  name: activesupport
194
203
  requirement: !ruby/object:Gem::Requirement
195
204
  requirements:
196
- - - "~>"
205
+ - - ">="
197
206
  - !ruby/object:Gem::Version
198
207
  version: '5.2'
199
208
  type: :runtime
200
209
  prerelease: false
201
210
  version_requirements: !ruby/object:Gem::Requirement
202
211
  requirements:
203
- - - "~>"
212
+ - - ">="
204
213
  - !ruby/object:Gem::Version
205
214
  version: '5.2'
206
215
  - !ruby/object:Gem::Dependency
@@ -217,20 +226,6 @@ dependencies:
217
226
  - - "~>"
218
227
  - !ruby/object:Gem::Version
219
228
  version: '3.1'
220
- - !ruby/object:Gem::Dependency
221
- name: sanitize
222
- requirement: !ruby/object:Gem::Requirement
223
- requirements:
224
- - - "~>"
225
- - !ruby/object:Gem::Version
226
- version: '5.0'
227
- type: :runtime
228
- prerelease: false
229
- version_requirements: !ruby/object:Gem::Requirement
230
- requirements:
231
- - - "~>"
232
- - !ruby/object:Gem::Version
233
- version: '5.0'
234
229
  - !ruby/object:Gem::Dependency
235
230
  name: public_suffix
236
231
  requirement: !ruby/object:Gem::Requirement
@@ -249,16 +244,16 @@ dependencies:
249
244
  name: bundler
250
245
  requirement: !ruby/object:Gem::Requirement
251
246
  requirements:
252
- - - "~>"
247
+ - - ">="
253
248
  - !ruby/object:Gem::Version
254
- version: '1.13'
249
+ version: '0'
255
250
  type: :development
256
251
  prerelease: false
257
252
  version_requirements: !ruby/object:Gem::Requirement
258
253
  requirements:
259
- - - "~>"
254
+ - - ">="
260
255
  - !ruby/object:Gem::Version
261
- version: '1.13'
256
+ version: '0'
262
257
  - !ruby/object:Gem::Dependency
263
258
  name: rake
264
259
  requirement: !ruby/object:Gem::Requirement
@@ -319,42 +314,42 @@ dependencies:
319
314
  name: vcr
320
315
  requirement: !ruby/object:Gem::Requirement
321
316
  requirements:
322
- - - "~>"
323
- - !ruby/object:Gem::Version
324
- version: '5.0'
325
317
  - - ">="
326
318
  - !ruby/object:Gem::Version
327
319
  version: 5.0.0
320
+ - - "~>"
321
+ - !ruby/object:Gem::Version
322
+ version: '5.0'
328
323
  type: :development
329
324
  prerelease: false
330
325
  version_requirements: !ruby/object:Gem::Requirement
331
326
  requirements:
332
- - - "~>"
333
- - !ruby/object:Gem::Version
334
- version: '5.0'
335
327
  - - ">="
336
328
  - !ruby/object:Gem::Version
337
329
  version: 5.0.0
330
+ - - "~>"
331
+ - !ruby/object:Gem::Version
332
+ version: '5.0'
338
333
  - !ruby/object:Gem::Dependency
339
334
  name: minitest-vcr
340
335
  requirement: !ruby/object:Gem::Requirement
341
336
  requirements:
342
- - - "~>"
343
- - !ruby/object:Gem::Version
344
- version: '1.4'
345
337
  - - ">="
346
338
  - !ruby/object:Gem::Version
347
339
  version: 1.4.0
340
+ - - "~>"
341
+ - !ruby/object:Gem::Version
342
+ version: '1.4'
348
343
  type: :development
349
344
  prerelease: false
350
345
  version_requirements: !ruby/object:Gem::Requirement
351
346
  requirements:
352
- - - "~>"
353
- - !ruby/object:Gem::Version
354
- version: '1.4'
355
347
  - - ">="
356
348
  - !ruby/object:Gem::Version
357
349
  version: 1.4.0
350
+ - - "~>"
351
+ - !ruby/object:Gem::Version
352
+ version: '1.4'
358
353
  - !ruby/object:Gem::Dependency
359
354
  name: webmock
360
355
  requirement: !ruby/object:Gem::Requirement
@@ -369,9 +364,27 @@ dependencies:
369
364
  - - "~>"
370
365
  - !ruby/object:Gem::Version
371
366
  version: '3.6'
367
+ - !ruby/object:Gem::Dependency
368
+ name: sanitize
369
+ requirement: !ruby/object:Gem::Requirement
370
+ requirements:
371
+ - - "~>"
372
+ - !ruby/object:Gem::Version
373
+ version: '5.0'
374
+ type: :development
375
+ prerelease: false
376
+ version_requirements: !ruby/object:Gem::Requirement
377
+ requirements:
378
+ - - "~>"
379
+ - !ruby/object:Gem::Version
380
+ version: '5.0'
372
381
  description: 'Description: EBSCO EDS API'
373
382
  email:
374
- - bmckinney@ebsco.com, efrierson@ebsco.com
383
+ - mabrahamson@ebsco.com
384
+ - ecollier@ebsco.com
385
+ - mdale@ebsco.com
386
+ - efrierson@ebsco.com
387
+ - cclini@ebsco.com
375
388
  executables: []
376
389
  extensions: []
377
390
  extra_rdoc_files: []
@@ -418,15 +431,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
418
431
  requirements:
419
432
  - - ">="
420
433
  - !ruby/object:Gem::Version
421
- version: 1.9.3
434
+ version: '2.4'
422
435
  required_rubygems_version: !ruby/object:Gem::Requirement
423
436
  requirements:
424
437
  - - ">="
425
438
  - !ruby/object:Gem::Version
426
439
  version: '0'
427
440
  requirements: []
428
- rubyforge_project:
429
- rubygems_version: 2.5.2.3
441
+ rubygems_version: 3.0.6
430
442
  signing_key:
431
443
  specification_version: 4
432
444
  summary: 'Summary: EBSCO EDS API'