workflow_on_mongoid 0.8.0 → 0.8.0.1

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 CHANGED
@@ -19,7 +19,7 @@ That is all. Now you can use {Workflow}[http://github.com/geekq/workflow] with y
19
19
 
20
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
21
 
22
- The current version is 0.7.0.1 .
22
+ The current version is 0.8.0 .
23
23
 
24
24
  == Example
25
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.8.0"
5
+ VERSION = "0.8.0.1"
6
6
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workflow_on_mongoid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
9
  - 0
10
- version: 0.8.0
10
+ - 1
11
+ version: 0.8.0.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Mani Tadayon
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-12-09 00:00:00 -08:00
19
+ date: 2011-02-10 00:00:00 -08:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -39,16 +40,15 @@ dependencies:
39
40
  requirement: &id002 !ruby/object:Gem::Requirement
40
41
  none: false
41
42
  requirements:
42
- - - "="
43
+ - - ~>
43
44
  - !ruby/object:Gem::Version
44
- hash: 62196427
45
+ hash: 7712058
45
46
  segments:
46
47
  - 2
47
48
  - 0
48
49
  - 0
49
- - beta
50
- - 20
51
- version: 2.0.0.beta.20
50
+ - rc
51
+ version: 2.0.0.rc
52
52
  type: :runtime
53
53
  version_requirements: *id002
54
54
  - !ruby/object:Gem::Dependency