stateful.rb 2.3.7 → 2.4.0
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 +4 -4
- data/CHANGELOG.md +9 -1
- data/lib/Stateful/VERSION.rb +1 -1
- data/test/ActiveRecord/WithColumnName.rb +1 -1
- data/test/ActiveRecord/WithExplicitDeterministicEventOrdering.rb +1 -1
- data/test/ActiveRecord/WithExplicitGlobalNonDeterministicEventOrdering.rb +1 -1
- data/test/ActiveRecord/WithExplicitGlobalNonDeterministicEventOrderingAndInitialStateBlock.rb +1 -1
- data/test/ActiveRecord/WithExplicitNonDeterministicEventOrdering.rb +1 -1
- data/test/ActiveRecord/WithInitialStateBlock.rb +1 -1
- data/test/ActiveRecord/WithMultipleFinalStates.rb +1 -1
- data/test/ActiveRecord/WithMultipleStateMachines.rb +1 -1
- data/test/ActiveRecord/WithMultipleStateMachinesAndStatefulBlock.rb +1 -1
- data/test/ActiveRecord/WithPersistenceNonSpecificExtend.rb +1 -1
- data/test/ActiveRecord/WithPersistenceNonSpecificExtendAndStatefulBlock.rb +1 -1
- data/test/ActiveRecord/WithPersistenceSpecificExtend.rb +1 -1
- data/test/ActiveRecord/WithPersistenceSpecificExtendAndStatefulBlock.rb +1 -1
- data/test/Poro/WithExplicitDeterministicEventOrdering.rb +1 -1
- data/test/Poro/WithExplicitGlobalNonDeterministicEventOrdering.rb +1 -1
- data/test/Poro/WithExplicitGlobalNonDeterministicEventOrderingAndInitialStateBlock.rb +1 -1
- data/test/Poro/WithExplicitNonDeterministicEventOrdering.rb +1 -1
- data/test/Poro/WithInitialStateBlock.rb +1 -1
- data/test/Poro/WithMultipleFinalStates.rb +1 -1
- data/test/Poro/WithMultipleStateMachines.rb +1 -1
- data/test/Poro/WithMultipleStateMachinesAndStatefulBlock.rb +1 -1
- data/test/Poro/WithPersistenceNonSpecificExtend.rb +1 -1
- data/test/Poro/WithPersistenceNonSpecificExtendAndStatefulBlock.rb +1 -1
- data/test/Poro/WithPersistenceSpecificExtend.rb +1 -1
- data/test/Poro/WithPersistenceSpecificExtendAndStatefulBlock.rb +1 -1
- data/test/Poro/WithVariableName.rb +1 -1
- data/test/Sequel/WithColumnName.rb +1 -1
- data/test/Sequel/WithExplicitDeterministicEventOrdering.rb +1 -1
- data/test/Sequel/WithExplicitGlobalNonDeterministicEventOrdering.rb +1 -1
- data/test/Sequel/WithExplicitGlobalNonDeterministicEventOrderingAndInitialStateBlock.rb +1 -1
- data/test/Sequel/WithExplicitNonDeterministicEventOrdering.rb +1 -1
- data/test/Sequel/WithInitialStateBlock.rb +1 -1
- data/test/Sequel/WithMultipleFinalStates.rb +1 -1
- data/test/Sequel/WithMultipleStateMachines.rb +1 -1
- data/test/Sequel/WithMultipleStateMachinesAndStatefulBlock.rb +1 -1
- data/test/Sequel/WithPersistenceNonSpecificExtend.rb +1 -1
- data/test/Sequel/WithPersistenceNonSpecificExtendAndStatefulBlock.rb +1 -1
- data/test/Sequel/WithPersistenceSpecificExtend.rb +1 -1
- data/test/Sequel/WithPersistenceSpecificExtendAndStatefulBlock.rb +1 -1
- data/test/VERSION.rb +1 -1
- metadata +2 -2
- /data/lib/{Stateful.rb → stateful.rb} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8904b35c9a1656aa5706ffe13d3f0c97730747602a56b20d13044135beef63b
|
|
4
|
+
data.tar.gz: d22fa539b99a667625d40050b11c50a0127b9ccc6c5fb6879cfee1725e7faf2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67b9a223a70278a4cc7142027216b9cf9721f7c35e1165077db821bf43f20e4a3e7d321097eb33c94348d8bfe062c5cba7413f67e95afcae95371732e4674bd4
|
|
7
|
+
data.tar.gz: cae564b7a5e484353973d4d43c281aa6f6db4f0d6f7707dd1de9ff008fa64f2039e4e66154080ccba075e1e5fdd011e9f9df0a057594f6dd2f660742624a359d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# stateful/CHANGELOG.md
|
|
2
2
|
|
|
3
|
-
## 2.
|
|
3
|
+
## 2.4.0 (20260912): lib/Stateful.rb --> lib/stateful.rb
|
|
4
|
+
----------------------------------------------------------------------------------------------------
|
|
5
|
+
|
|
6
|
+
### ~
|
|
7
|
+
1. lib/Stateful.rb --> lib/stateful.rb
|
|
8
|
+
2. test: /..\/lib\/Stateful\/..\/lib/stateful\/
|
|
9
|
+
3. Stateful::VERSION: /2.3.7/2.4.0/
|
|
10
|
+
|
|
11
|
+
## 2.3.7 (20260912): ~ the requires: /'a\/b'/'.\/a\/b'/; - the blank line above each closing end.
|
|
4
12
|
----------------------------------------------------------------------------------------------------
|
|
5
13
|
|
|
6
14
|
### ~
|
data/lib/Stateful/VERSION.rb
CHANGED
data/test/VERSION.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stateful.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thoran
|
|
@@ -89,7 +89,6 @@ files:
|
|
|
89
89
|
- Gemfile
|
|
90
90
|
- LICENSE
|
|
91
91
|
- README.md
|
|
92
|
-
- lib/Stateful.rb
|
|
93
92
|
- lib/Stateful/ActiveRecord.rb
|
|
94
93
|
- lib/Stateful/ActiveRecord/ClassMethods.rb
|
|
95
94
|
- lib/Stateful/ClassMethods.rb
|
|
@@ -102,6 +101,7 @@ files:
|
|
|
102
101
|
- lib/Stateful/StateMachine.rb
|
|
103
102
|
- lib/Stateful/Transition.rb
|
|
104
103
|
- lib/Stateful/VERSION.rb
|
|
104
|
+
- lib/stateful.rb
|
|
105
105
|
- stateful.rb.gemspec
|
|
106
106
|
- test/ActiveRecord.rb
|
|
107
107
|
- test/ActiveRecord/WithColumnName.rb
|
|
File without changes
|