statemachine 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -3,9 +3,9 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: statemachine
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.3
7
- date: 2006-10-26 00:00:00 -05:00
8
- summary: StateMachine-0.0.3 - State Machine Library for Ruby http://statemachine.rubyforge.org/
6
+ version: 0.1.0
7
+ date: 2006-11-12 00:00:00 -06:00
8
+ summary: StateMachine-0.1.0 - State Machine Library for Ruby http://statemachine.rubyforge.org/
9
9
  require_paths:
10
10
  - lib
11
11
  email: statemachine-devel@rubyforge.org
@@ -31,13 +31,16 @@ files:
31
31
  - CHANGES
32
32
  - LICENSE
33
33
  - Rakefile
34
+ - TODO
34
35
  - lib/statemachine.rb
36
+ - lib/statemachine/builder.rb
35
37
  - lib/statemachine/proc_calling.rb
36
38
  - lib/statemachine/state.rb
37
39
  - lib/statemachine/state_machine.rb
38
40
  - lib/statemachine/super_state.rb
39
41
  - lib/statemachine/transition.rb
40
42
  - lib/statemachine/version.rb
43
+ - spec/builder_spec.rb
41
44
  - spec/sm_action_parameterization_spec.rb
42
45
  - spec/sm_entry_exit_actions_spec.rb
43
46
  - spec/sm_odds_n_ends_spec.rb
@@ -47,6 +50,7 @@ files:
47
50
  - spec/spec_helper.rb
48
51
  - spec/transition_spec.rb
49
52
  test_files:
53
+ - spec/builder_spec.rb
50
54
  - spec/sm_action_parameterization_spec.rb
51
55
  - spec/sm_entry_exit_actions_spec.rb
52
56
  - spec/sm_odds_n_ends_spec.rb