meta_workflows 0.9.9 → 0.9.10

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
  SHA256:
3
- metadata.gz: 9932a3a977ad87e5dc4df73df1153bdd55ec50634ca2a7b7e2dfff718682140b
4
- data.tar.gz: 3cc0fc37cf578f4f4401d6077cdfd5dea1d2673f980581d9b8fcc4642ef1b1bc
3
+ metadata.gz: a82054f7053b61a025c31d2469c8e2cb6a7c5aff3645047c180b12f228a3c046
4
+ data.tar.gz: bc101df970452eb0f3cb6b291bd77381be9a6f129fa4011c231c5dd82955e1de
5
5
  SHA512:
6
- metadata.gz: 868f9f58a148e118ff77bb23a175de2fcebc400afbf680e72c04f2888dea99ea816d736ff0124f539f807483dbab4e9b84b601a32c37d578232707b60810187c
7
- data.tar.gz: 81a1e87cf5b6099521de598132cd8c68d010607b9f8bad437ef3a1e2f609a257e4f9721394216e542f84838a0caaa9d78adee69b0952c9f03012c45852aa79da
6
+ metadata.gz: a31a5da810855e6751304f68276214a8b6f30cc657ace268b326ffa6f89210050e0ab3ed6b4727c33858908a7e3a1c41e18cfbedf7dd27996c94f286b26ab563
7
+ data.tar.gz: 9ea86df7931e4dc0d7482e7ce6bbd7c1d3d760d6e3cd9950d5d2d7b9bb02a55cbcc7b3d40571d6f41de8f38d96f4c0056683eab267caa89591df049572a8af47
@@ -8,7 +8,6 @@ module MetaWorkflows
8
8
  @workflow_execution = MetaWorkflows::WorkflowExecution.includes(:record, :workflow,
9
9
  :workflow_steps).find(params[:id])
10
10
  @record = @workflow_execution.record
11
- @workflow = @workflow_execution.workflow
12
11
  @workflow_step = @workflow_execution.workflow_steps.find_by(step: @workflow_execution.current_step)
13
12
  @prompt_id = @workflow_execution.prompt_id(@workflow_execution.current_step)
14
13
  end
@@ -3,7 +3,7 @@
3
3
  module MetaWorkflows
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- PATCH = 9 # this is automatically incremented by the build process
6
+ PATCH = 10 # this is automatically incremented by the build process
7
7
 
8
8
  VERSION = "#{MetaWorkflows::MAJOR}.#{MetaWorkflows::MINOR}.#{MetaWorkflows::PATCH}".freeze
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta_workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Medovyy