state_machine 0.4.1 → 0.4.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: state_machine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Pfeifer
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-16 00:00:00 -05:00
12
+ date: 2008-12-28 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -22,9 +22,10 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
- - examples/Car_state.jpg
26
25
  - examples/Vehicle_state.png
27
26
  - examples/AutoShop_state.png
27
+ - examples/TrafficLight_state.png
28
+ - examples/Car_state.png
28
29
  - lib/state_machine
29
30
  - lib/state_machine/event.rb
30
31
  - lib/state_machine/guard.rb
@@ -38,6 +39,7 @@ files:
38
39
  - lib/state_machine/transition.rb
39
40
  - lib/state_machine/callback.rb
40
41
  - lib/state_machine/extensions.rb
42
+ - lib/state_machine/state.rb
41
43
  - lib/state_machine/assertions.rb
42
44
  - lib/state_machine/machine.rb
43
45
  - lib/state_machine.rb
@@ -60,6 +62,7 @@ files:
60
62
  - test/unit/transition_test.rb
61
63
  - test/unit/eval_helpers_test.rb
62
64
  - test/unit/event_test.rb
65
+ - test/unit/state_test.rb
63
66
  - test/unit/guard_test.rb
64
67
  - test/unit/assertions_test.rb
65
68
  - test/unit/machine_test.rb
@@ -105,6 +108,7 @@ test_files:
105
108
  - test/unit/transition_test.rb
106
109
  - test/unit/eval_helpers_test.rb
107
110
  - test/unit/event_test.rb
111
+ - test/unit/state_test.rb
108
112
  - test/unit/guard_test.rb
109
113
  - test/unit/assertions_test.rb
110
114
  - test/unit/machine_test.rb
Binary file