lyber-core 4.1.4 → 4.1.5

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: a1489790b66195312397f9325c4e61119086d903
4
- data.tar.gz: e5db26df5720035e46f22360246f680dfbe87b10
3
+ metadata.gz: c9b8675c858e0dbf15994666e5f8f9a069f0aa21
4
+ data.tar.gz: 1d8111d21ff39fcd244976e702f14096c8ba8290
5
5
  SHA512:
6
- metadata.gz: 5af41b19bb03d42890596fe374187cbc856d768fedff25b104522b2717a08adc2dff41d5c826455284cd89a7d761906ecb57633c8a0d2419ebd9616f7ab9ce2f
7
- data.tar.gz: 0647f4d26c22e049c59bbc814f1dafc5463169e2e0ee687a77d9b0e4051d37ac9015280f7e2bc0fa967a6b47e2a315adaf4fd418adcdc6b712562ff7149fba09
6
+ metadata.gz: cfcadb4929c95bdfb28b5e223a639ee1d83215610304190540a54460effb1cdaf4855cb1cefc78632801308a51888724c586741a5753f5b4c8da2d47d3417135
7
+ data.tar.gz: 81c6b4c966488601c0ace0485414eb253da37783cd96a03622bd636e4a76702ecca0e14b03471b27506304b2d9b1ef888ba49abab349950161e6b008b87e3eaf
@@ -84,7 +84,7 @@ module LyberCore
84
84
  def item_queued?(druid)
85
85
  status = workflow_service.get_workflow_status(repo, druid, workflow_name, step_name)
86
86
  return true if status =~ /queued/i
87
- logger.warn "Item is not queued, but has status of '#{status}'. Will skip processing"
87
+ logger.warn "Item #{druid} is not queued, but has status of '#{status}'. Will skip processing"
88
88
  false
89
89
  end
90
90
  end
@@ -98,7 +98,7 @@ module LyberCore
98
98
  def item_queued?(druid)
99
99
  status = workflow_service.get_workflow_status(@repo, druid, @workflow_name, @step_name)
100
100
  return true if status =~ /queued/i
101
- LyberCore::Log.warn "Item is not queued, but has status of '#{status}'. Will skip processing"
101
+ LyberCore::Log.warn "Item #{druid} is not queued, but has status of '#{status}'. Will skip processing"
102
102
  false
103
103
  end
104
104
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lyber-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.4
4
+ version: 4.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alpana Pande
@@ -16,7 +16,7 @@ authors:
16
16
  autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
- date: 2018-04-16 00:00:00.000000000 Z
19
+ date: 2018-06-20 00:00:00.000000000 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: activesupport
@@ -192,4 +192,3 @@ signing_key:
192
192
  specification_version: 4
193
193
  summary: Core services used by the SUL Digital Library
194
194
  test_files: []
195
- has_rdoc: