workflow_on_mongoid 0.7.0 → 0.7.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -42,7 +42,7 @@ See the {tests for Mongoid}[http://github.com/bowsersenior/workflow_on_mongoid/b
42
42
 
43
43
  == Tests
44
44
 
45
- I've included all the tests from the original workflow gem and added comprehensive tests for {Mongoid}[http://mongoid.org/] support. {Mongoid}[http://mongoid.org/] is now as well-tested as ActiveRecord. Including the existing tests ensures that workflow_on_mongoid implements support for {Mongoid}[http://mongoid.org/] documents without breaking anything.
45
+ I've included all the tests from the original workflow gem and added comprehensive tests for {Mongoid}[http://mongoid.org/] support, which is now as well-tested as ActiveRecord support. Including the existing tests ensures that workflow_on_mongoid implements support for {Mongoid}[http://mongoid.org/] documents without breaking anything.
46
46
 
47
47
  = Project Info
48
48
 
@@ -1,4 +1,6 @@
1
1
  # encoding: utf-8
2
2
  module WorkflowOnMongoid #:nodoc
3
- VERSION = "0.7.0" # version matches the latest supported version of the Workflow gem
3
+ # major version number matches the latest supported version of the Workflow gem
4
+ # minor version number for tracking changes to workflow_on_mongoid itself
5
+ VERSION = "0.7.0.1"
4
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: 3
4
+ hash: 117
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
9
  - 0
10
- version: 0.7.0
10
+ - 1
11
+ version: 0.7.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-10-11 00:00:00 -07:00
19
+ date: 2010-11-09 00:00:00 -08:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -41,14 +42,14 @@ dependencies:
41
42
  requirements:
42
43
  - - "="
43
44
  - !ruby/object:Gem::Version
44
- hash: 62196421
45
+ hash: 62196427
45
46
  segments:
46
47
  - 2
47
48
  - 0
48
49
  - 0
49
50
  - beta
50
- - 19
51
- version: 2.0.0.beta.19
51
+ - 20
52
+ version: 2.0.0.beta.20
52
53
  type: :runtime
53
54
  version_requirements: *id002
54
55
  - !ruby/object:Gem::Dependency