ebsco-eds 0.2.7.pre → 0.2.8.pre

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45213f8ec76681800d8faa12c1c3057cef0db0fe
4
- data.tar.gz: dc678cf8c0f73da99d72235001594e108156c8a8
3
+ metadata.gz: 3d7e8263996ac2590dc36a49873794a1740e86d0
4
+ data.tar.gz: 2665e08e2b58fcc2097ef26888b3f514373d0973
5
5
  SHA512:
6
- metadata.gz: fe341931d46051bcb6cb8c4c2d13e283c66024bfd6a25ca4c212bf270f649efc71c88558876e28383ac5ff6a7058bfa977e86d4db12c59fa031d854f27a350d5
7
- data.tar.gz: e2b9374d44c4a37379d9d34e7b37702a83e719734ac767059df5167fe3e8fec869b1462660bb07dda347663b488c44f5f5ff644386125ef17219cbbc4b44a2c6
6
+ metadata.gz: 5838084f1135e91be2041fbe72a65b608744a2f2a3aa455297d59d339398b58a56be8580239d3ffa5fca7bdb2d6e43096b0e87300313cdaaa0e2b3852509629d
7
+ data.tar.gz: edb0d711e2d58f84770c2374c8f4c533b4dec61fb10fdbfc336a22c9d2af4e72c468942c3bca1184553bc3b9d6c1c2f75249409b318e4de4cddc1e9e9d60bfa0
@@ -481,13 +481,13 @@ module EBSCO
481
481
  # highlight
482
482
  # ====================================================================================
483
483
  when :highlight, 'highlight'
484
- @Highlight = value ? 'y' : 'n'
484
+ @Highlight = value
485
485
  # solr/blacklight version
486
486
  when 'hl'
487
487
  if value == 'on'
488
488
  @Highlight = 'y'
489
489
  else
490
- @Highlight = 'n'
490
+ @Highlight = 'y' # API bug: if set to 'n' you won't get research starter abstracts!
491
491
  end
492
492
 
493
493
  else
@@ -1,5 +1,5 @@
1
1
  module EBSCO
2
2
  module EDS
3
- VERSION = '0.2.7.pre'
3
+ VERSION = '0.2.8.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.2.7.pre
4
+ version: 0.2.8.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill McKinney
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-07-24 00:00:00.000000000 Z
12
+ date: 2017-07-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday