workflow_on_mongoid 0.7.0.1 → 0.8.0
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.
- data/README.rdoc +3 -1
- data/lib/workflow_on_mongoid/version.rb +1 -1
- metadata +7 -8
data/README.rdoc
CHANGED
|
@@ -17,7 +17,9 @@ That is all. Now you can use {Workflow}[http://github.com/geekq/workflow] with y
|
|
|
17
17
|
|
|
18
18
|
== Versioning
|
|
19
19
|
|
|
20
|
-
The version numbers of workflow_on_mongoid
|
|
20
|
+
The version numbers of workflow_on_mongoid track the latest supported version of {Workflow}[http://github.com/geekq/workflow] . The major version number (x.x.x) matches the latest supported version of the Workflow gem, while the minor version number (0.7.0.x) tracks changes to workflow_on_mongoid itself.
|
|
21
|
+
|
|
22
|
+
The current version is 0.7.0.1 .
|
|
21
23
|
|
|
22
24
|
== Example
|
|
23
25
|
class MongoidImage
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: workflow_on_mongoid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 63
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
8
|
+
- 8
|
|
9
9
|
- 0
|
|
10
|
-
|
|
11
|
-
version: 0.7.0.1
|
|
10
|
+
version: 0.8.0
|
|
12
11
|
platform: ruby
|
|
13
12
|
authors:
|
|
14
13
|
- Mani Tadayon
|
|
@@ -16,7 +15,7 @@ autorequire:
|
|
|
16
15
|
bindir: bin
|
|
17
16
|
cert_chain: []
|
|
18
17
|
|
|
19
|
-
date: 2010-
|
|
18
|
+
date: 2010-12-09 00:00:00 -08:00
|
|
20
19
|
default_executable:
|
|
21
20
|
dependencies:
|
|
22
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -27,11 +26,11 @@ dependencies:
|
|
|
27
26
|
requirements:
|
|
28
27
|
- - ~>
|
|
29
28
|
- !ruby/object:Gem::Version
|
|
30
|
-
hash:
|
|
29
|
+
hash: 27
|
|
31
30
|
segments:
|
|
32
31
|
- 0
|
|
33
|
-
-
|
|
34
|
-
version: "0.
|
|
32
|
+
- 8
|
|
33
|
+
version: "0.8"
|
|
35
34
|
type: :runtime
|
|
36
35
|
version_requirements: *id001
|
|
37
36
|
- !ruby/object:Gem::Dependency
|