cdmbl 0.2.4 → 0.2.5

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: f71820a90068da2a90ec3777846af857da6d6c1e
4
- data.tar.gz: b6561f2a4ef980bc710e91ee23076418ca232701
3
+ metadata.gz: 447d7d842dbc4de2cf25001bd1aaecf43e5f330d
4
+ data.tar.gz: 35b3ad3d6be3d8560b35250eab637525629ec7e7
5
5
  SHA512:
6
- metadata.gz: e842c4c2f36f46e6f43fdbd21f2cb1d35733bf902695560cb435c758c4ddbfd8bd7cbb5cd8b30cb572a7dab3474607a932da689f77fc9e4143573f23157d6db5
7
- data.tar.gz: eef4836fb3480a7112f533ef0f4197782930999e39ee487e69ae19bb06e387d8a678907f022adc9edb626efd2b112089dd911642b6478d566e930babb574f32d
6
+ metadata.gz: f12734e86a48d6c6d35dc92721b44d03d1b4fdcbcf9beec738c0b6214c11910fd26ca5006992274705a751df79fdd88836680a3116d081d0fa9330c476223072
7
+ data.tar.gz: f50be160d9924676e64275c9c8545a8a829eb00d6d43f1dd42ede61cc4933bac802ee881f911b8af49efffc396ec5aa1dba51c9503777de751e0302ba2776ea4
@@ -2,7 +2,7 @@ module CDMBL
2
2
  # An example callback
3
3
  class DefaultCdmNotification
4
4
  def self.call!(collection, id, endpoint)
5
- puts "A CCONTENTdm API request notification"
5
+ puts "A CONTENTdm API request notification"
6
6
  end
7
7
  end
8
8
  end
@@ -3,7 +3,7 @@ module CDMBL
3
3
  class OAIFilter
4
4
  attr_reader :headers
5
5
  def initialize(headers: [])
6
- @headers = headers
6
+ @headers = headers
7
7
  end
8
8
 
9
9
  def updatable_ids
@@ -12,7 +12,7 @@ module CDMBL
12
12
  end
13
13
 
14
14
  def identifiers
15
- (resumption_token) ? request(batch_uri) : request(first_batch_uri)
15
+ @ids ||= (resumption_token) ? request(batch_uri) : request(first_batch_uri)
16
16
  end
17
17
 
18
18
  def sets
data/lib/cdmbl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CDMBL
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdmbl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - chadfennell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2016-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hash_at_path