rails-workflow 1.4.1.1 → 1.4.1.2

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: 5bdb3d1daf2300f897ac2c8487ba2aa9ba14d3ec
4
- data.tar.gz: 5c5dec3a88f1f2f5f18300ee8b77ee6d16aa6cdc
3
+ metadata.gz: ec4b025de0b47929f1e64a9315b8da9d282785ef
4
+ data.tar.gz: 2ffc02aae267a096d51c4d7c531f94f95abf87ab
5
5
  SHA512:
6
- metadata.gz: 4c14d6f89ec3bbba41641ba5e3cf7708079d7b2cb84c639e675769b01f9c6bfbc900ea8643f5198080cfba5ba2a7e96016b04ecca29e75d5282b9465c2262d0c
7
- data.tar.gz: cfedf1cf293398c066ac3d7352e989162411ffa3fe31b481dad481c337aa8825ea04bfad55fd17fde6fc40288c448731151455c9e163a2e93e50434707ac3116
6
+ metadata.gz: daabd4600fb5fbda2fc576b7cc520f411ac137baeeeae5e28248229b2e81c0554a6e97190c5f4b1e64413409cc713407c1fe0d27b897f2aacdc993579117c157
7
+ data.tar.gz: 58f77cc643f6418d91a43b07d89b253cacfca3cb872a033bb49417e6ed333faa9d14441b32e97e828485f6ec69a0365f2a5449cbeee442157eadeef46d4e7a22
@@ -42,7 +42,7 @@ module Workflow
42
42
 
43
43
  return false unless to
44
44
 
45
- within_transition(from, to, event_id) do
45
+ within_transition(from, to.name, event_id) do
46
46
  valid?
47
47
  end
48
48
  end
@@ -1,3 +1,3 @@
1
1
  module Workflow
2
- VERSION = "1.4.1.1"
2
+ VERSION = "1.4.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1.1
4
+ version: 1.4.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Gannon