rails_workflow 0.7.0 → 0.7.1

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: ab9b0acda56c082f4ede75be038abc2b4e587d97
4
- data.tar.gz: a80bd0d24eef6b2a33e345eca16403a977d1d61f
3
+ metadata.gz: 1d915e644089da2fedba7b781be104cfde631666
4
+ data.tar.gz: 8da47e80bd20e0b966e0d11a731fa5a9826fc2e9
5
5
  SHA512:
6
- metadata.gz: cd6d57faeb02da76cacad1e3deeda66b2006af1ccb22980e82868cf859249293f8b7ce2beef6a1b19fcad8fc3ac986efa1902ad069ed4be825c57b1aff734e72
7
- data.tar.gz: 5ac05170290e1b2997095cc20a64216eb01b47fe4b65a661933383db1a6487a611ff1ff27d4a94099a2fbb6a373ba3450cb2555c3d6e068471d036ae4094018f
6
+ metadata.gz: 6e69c4736476066a9239d8535c39ee7fc82d4411af77d72c917713d5afcde94e64ed3bfb8d581a880a0b94fa9d8f2ea62fe30bf60a8b2db860e15f4b38ca5aa8
7
+ data.tar.gz: 7d318f97f4c8e7f6b4e51593572b29745315f7b6c8eae31d2eb4482065a88a87c073b424f2243882e250bc6dc06f469f88e056c94178bc9d894880b30cb79b8e
@@ -42,7 +42,7 @@ module RailsWorkflow
42
42
  end
43
43
 
44
44
  def event_operations
45
- EventOperation.where(tag: @tag, status: Status::WAITING).all
45
+ Operation.events.where(tag: @tag, status: Status::WAITING).all
46
46
  end
47
47
 
48
48
  # TODO: refactor all operation_builder, and other configuration methods
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsWorkflow
4
- VERSION = '0.7.0'
4
+ VERSION = '0.7.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Madzhuga
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-21 00:00:00.000000000 Z
11
+ date: 2017-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails