state_machine_ext 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: state_machine_ext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sphere Consulting Inc.
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-12-
|
|
18
|
+
date: 2010-12-21 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
version: 0.9.4
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
|
-
description: "
|
|
37
|
+
description: " state_machine extensions(state groups, find transitions)\n"
|
|
38
38
|
email:
|
|
39
39
|
executables: []
|
|
40
40
|
|
|
@@ -87,6 +87,6 @@ rubyforge_project:
|
|
|
87
87
|
rubygems_version: 1.3.7
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 3
|
|
90
|
-
summary:
|
|
90
|
+
summary: state_machine extensions(state groups, find transitions)
|
|
91
91
|
test_files: []
|
|
92
92
|
|