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 +4 -4
- data/lib/lyber_core/base.rb +1 -1
- data/lib/lyber_core/robot.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9b8675c858e0dbf15994666e5f8f9a069f0aa21
|
|
4
|
+
data.tar.gz: 1d8111d21ff39fcd244976e702f14096c8ba8290
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfcadb4929c95bdfb28b5e223a639ee1d83215610304190540a54460effb1cdaf4855cb1cefc78632801308a51888724c586741a5753f5b4c8da2d47d3417135
|
|
7
|
+
data.tar.gz: 81c6b4c966488601c0ace0485414eb253da37783cd96a03622bd636e4a76702ecca0e14b03471b27506304b2d9b1ef888ba49abab349950161e6b008b87e3eaf
|
data/lib/lyber_core/base.rb
CHANGED
|
@@ -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
|
data/lib/lyber_core/robot.rb
CHANGED
|
@@ -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
|
+
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-
|
|
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:
|