dm-is-persistent_state_machine 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
@@ -62,8 +62,8 @@ class StateChange
|
|
62
62
|
|
63
63
|
property :id, Serial
|
64
64
|
|
65
|
-
property :from_id, Integer, :required => true, :min => 1
|
66
|
-
property :to_id, Integer, :required => true, :min => 1
|
65
|
+
property :from_id, Integer, :required => true, :min => 1
|
66
|
+
property :to_id, Integer, :required => true, :min => 1
|
67
67
|
|
68
68
|
property :created_at, DateTime
|
69
69
|
|