acts_as_state_machine 2.1.3 → 2.1.20080704

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'acts_as_state_machine'
3
- s.version = '2.1.3'
4
- s.date = '2010-02-14'
3
+ s.version = '2.1.20080704'
4
+ s.date = '2008-07-04'
5
5
 
6
6
  s.summary = "Allows ActiveRecord models to define states and transition actions between them"
7
7
  s.description = "This act gives an Active Record model the ability to act as a finite state machine (FSM)."
@@ -271,7 +271,3 @@ module ScottBarron #:nodoc:
271
271
  end
272
272
  end
273
273
  end
274
-
275
- ActiveRecord::Base.class_eval do
276
- include ScottBarron::Acts::StateMachine
277
- end
data/rails/init.rb CHANGED
@@ -1 +1,5 @@
1
1
  require 'acts_as_state_machine'
2
+
3
+ ActiveRecord::Base.class_eval do
4
+ include ScottBarron::Acts::StateMachine
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_state_machine
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.20080704
5
5
  platform: ruby
6
6
  authors:
7
7
  - RailsJedi
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-02-14 00:00:00 +01:00
13
+ date: 2008-07-04 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency