ebsco-eds 0.3.18.pre → 0.3.19.pre

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
2
  SHA1:
3
- metadata.gz: 5ff7cb6fd0375c0e9057aca3a88206e6a10a9cb1
4
- data.tar.gz: eacb4f448ece9568f10428ffa53287a2beba3408
3
+ metadata.gz: 05125cb00685ec2a83b1a72ff1a2620aa61b3ca5
4
+ data.tar.gz: 76bc4aa46094211f3495097648da67411613b046
5
5
  SHA512:
6
- metadata.gz: f613a594a06571e28b7986b2d4523bc93c4a7d6ee58c621202dc7ba7db700727e141fdba75b2018ae809cd71c00332f3cb3ed401d22c611ee58f2b67bbf5d0fe
7
- data.tar.gz: 37a791d7aa0a3717922f45624e138cf3cf41cceee4228c4ea9fcb83c104234c11502e9b70c2fab97b7bb20a45ee71b2960a9eccc505f5e7cad084e4df8f91d82
6
+ metadata.gz: 9533c1f746ccfada25772fce193d31cbdd3698c403ce3a0a35314ad5333f4b0c7c9b302ab4432b24b592bc2a2993b9307a4bba5ab6387eb56ddbb16f914590b6
7
+ data.tar.gz: c9d4e27019c7137121697b2151ea15a25dc5fa9adcad39430c11d0807455ece135ae6eba9dc3fe2ece10bc1b7fe4f886d3bc569a0f8f3388cb7a1ec88ccec24e
@@ -29,7 +29,7 @@ module EBSCO
29
29
 
30
30
  # Creates search results from the \EDS API search response. It includes information about the results and a list
31
31
  # of Record items.
32
- def initialize(search_results, eds_config = nil, additional_limiters = {}, options = {})
32
+ def initialize(search_results, eds_config = {}, additional_limiters = {}, options = {})
33
33
 
34
34
  @results = search_results
35
35
  @limiters = additional_limiters
@@ -265,7 +265,7 @@ module EBSCO
265
265
  end
266
266
  @search_results
267
267
  else
268
- @search_results = EBSCO::EDS::Results.new(empty_results)
268
+ @search_results = EBSCO::EDS::Results.new(empty_results, @config)
269
269
  end
270
270
  end
271
271
  end
@@ -1,5 +1,5 @@
1
1
  module EBSCO
2
2
  module EDS
3
- VERSION = '0.3.18.pre'
3
+ VERSION = '0.3.19.pre'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ebsco-eds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.18.pre
4
+ version: 0.3.19.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill McKinney