dor-workflow-client 7.0.1 → 7.0.2

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
  SHA256:
3
- metadata.gz: bec7fdf12fdbda526eb0cea1d89fde04626a8589b09c1737b5d3bf085a57bcbc
4
- data.tar.gz: f6b8e662f70cdd9977bdda365391a1fbe96eca213b8d0dfdf09c407ef635480a
3
+ metadata.gz: f6b39aa68d201501560723248e1227a926a054bef2b9d0bd52fb838bfe59b4ab
4
+ data.tar.gz: d5ec6e469fa8caf1ab3bd89f284000bdf0a1a99ea5e076de92b3a9c6e03d46ee
5
5
  SHA512:
6
- metadata.gz: fea03cec5f39ed246decc53a87f14601df480443f0cdcb4f87dee0ffbaafb7e06d5bc85d39e7125c3ac17a9d0464f97c71f65205a2d0cd5d8c12d9bfee75494d
7
- data.tar.gz: 5274a94c239f252ace6d324092a954c5f901522514323b11a0dd39fcc94073b8b81c38818a9e0dd350d80201c4f49412740eb45b3871bf87889ead10a1bf49f0
6
+ metadata.gz: ee3c55767e033f381642b56af7b2b783598b818798d85b6106b3d7defcccb39a6942e2daa3a7abde0133f5e5664bd9927abee6549919d17e35ff52c89b04267e
7
+ data.tar.gz: c213c42ee4cd545bf81b9104f74449f15af44a947d5e546e4dfd2cde240c0cc0d468bf6b55b3cd94b22517c931922f97ef6f67c1f62445ee32e8df080172e812
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor-workflow-client (7.0.1)
4
+ dor-workflow-client (7.0.2)
5
5
  activesupport (>= 3.2.1, < 8)
6
6
  deprecation (>= 0.99.0)
7
7
  faraday (~> 2.0)
@@ -28,7 +28,7 @@ GEM
28
28
  base64 (0.2.0)
29
29
  bigdecimal (3.1.5)
30
30
  byebug (11.1.3)
31
- concurrent-ruby (1.2.2)
31
+ concurrent-ruby (1.2.3)
32
32
  connection_pool (2.4.1)
33
33
  crack (0.4.5)
34
34
  rexml
@@ -58,7 +58,7 @@ GEM
58
58
  mini_portile2 (~> 2.8.2)
59
59
  racc (~> 1.4)
60
60
  parallel (1.24.0)
61
- parser (3.3.0.3)
61
+ parser (3.3.0.4)
62
62
  ast (~> 2.4.1)
63
63
  racc
64
64
  public_suffix (5.0.4)
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Workflow
5
5
  class Client
6
- VERSION = '7.0.1'
6
+ VERSION = '7.0.2'
7
7
  end
8
8
  end
9
9
  end
@@ -71,6 +71,10 @@ module Dor
71
71
  templates.retrieve(name)
72
72
  end
73
73
 
74
+ def workflow_templates
75
+ templates.all
76
+ end
77
+
74
78
  def templates
75
79
  WorkflowTemplate.new(requestor: requestor)
76
80
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dor-workflow-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.1
4
+ version: 7.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Willy Mene