workflow_on_mongoid 0.7.0.1 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
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 match the latest supported version of {Workflow}[http://github.com/geekq/workflow] . The current version is 0.7.0 .
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
@@ -2,5 +2,5 @@
2
2
  module WorkflowOnMongoid #:nodoc
3
3
  # major version number matches the latest supported version of the Workflow gem
4
4
  # minor version number for tracking changes to workflow_on_mongoid itself
5
- VERSION = "0.7.0.1"
5
+ VERSION = "0.8.0"
6
6
  end
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: 117
4
+ hash: 63
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 7
8
+ - 8
9
9
  - 0
10
- - 1
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-11-09 00:00:00 -08:00
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: 5
29
+ hash: 27
31
30
  segments:
32
31
  - 0
33
- - 7
34
- version: "0.7"
32
+ - 8
33
+ version: "0.8"
35
34
  type: :runtime
36
35
  version_requirements: *id001
37
36
  - !ruby/object:Gem::Dependency