state_machine 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
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.2.1
4
+ version: 0.3.0
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-07-05 00:00:00 -04:00
12
+ date: 2008-09-07 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -36,10 +36,13 @@ files:
36
36
  - test/app_root/app/models/toggle_switch.rb
37
37
  - test/app_root/app/models/vehicle.rb
38
38
  - test/app_root/app/models/car.rb
39
+ - test/app_root/app/models/switch_observer.rb
39
40
  - test/app_root/app/models/auto_shop.rb
40
41
  - test/app_root/script
41
42
  - test/app_root/script/rails_framework_root.rb
42
43
  - test/app_root/script/console
44
+ - test/app_root/config
45
+ - test/app_root/config/environment.rb
43
46
  - test/app_root/db
44
47
  - test/app_root/db/migrate
45
48
  - test/app_root/db/migrate/002_create_auto_shops.rb
@@ -84,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
87
  requirements: []
85
88
 
86
89
  rubyforge_project: pluginaweek
87
- rubygems_version: 1.1.1
90
+ rubygems_version: 1.2.0
88
91
  signing_key:
89
92
  specification_version: 2
90
93
  summary: Adds support for creating state machines for attributes within a model