state_machine 0.6.0 → 0.6.1

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.6.0
4
+ version: 0.6.1
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: 2009-03-03 00:00:00 -05:00
12
+ date: 2009-03-07 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -41,6 +41,7 @@ files:
41
41
  - lib/state_machine/integrations/sequel.rb
42
42
  - lib/state_machine/integrations/active_record
43
43
  - lib/state_machine/integrations/active_record/observer.rb
44
+ - lib/state_machine/integrations/active_record/locale.rb
44
45
  - lib/state_machine/integrations/active_record.rb
45
46
  - lib/state_machine/integrations/data_mapper.rb
46
47
  - lib/state_machine/eval_helpers.rb