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.
- data/acts_as_state_machine.gemspec +2 -2
- data/lib/acts_as_state_machine.rb +0 -4
- data/rails/init.rb +4 -0
- metadata +2 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'acts_as_state_machine'
|
3
|
-
s.version = '2.1.
|
4
|
-
s.date = '
|
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)."
|
data/rails/init.rb
CHANGED
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.
|
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:
|
13
|
+
date: 2008-07-04 00:00:00 +02:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|