remockable 0.0.7 → 0.0.8

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.markdown CHANGED
@@ -39,7 +39,8 @@ The following Active Record matchers are supported:
39
39
  * have_column
40
40
  * have_index
41
41
  * have_scope
42
- * belongs_to
42
+ * have_default_scope
43
+ * belong_to
43
44
  * have_one
44
45
  * have_many
45
46
  * have_and_belong_to_many
@@ -62,6 +63,12 @@ when your specs do:
62
63
  require 'remockable'
63
64
 
64
65
 
66
+ ## Compatibility
67
+
68
+ Remockable is compatible with Rails 3.0, but it has also been tested against
69
+ 3.1.0.rc4 and appears to be working fine there, too.
70
+
71
+
65
72
  ## Copyright
66
73
 
67
74
  Copyright © 2010-2011 Tyler Hunt. See LICENSE for details.
@@ -1,3 +1,3 @@
1
1
  module Remockable
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: remockable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tyler Hunt
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-05 00:00:00 -04:00
13
+ date: 2011-07-06 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: 3.0.0
24
+ version: "3.0"
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  - !ruby/object:Gem::Dependency
@@ -32,7 +32,7 @@ dependencies:
32
32
  requirements:
33
33
  - - ~>
34
34
  - !ruby/object:Gem::Version
35
- version: 3.0.0
35
+ version: "3.0"
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
38
  - !ruby/object:Gem::Dependency
@@ -43,7 +43,7 @@ dependencies:
43
43
  requirements:
44
44
  - - ~>
45
45
  - !ruby/object:Gem::Version
46
- version: 3.0.0
46
+ version: "3.0"
47
47
  type: :runtime
48
48
  version_requirements: *id003
49
49
  - !ruby/object:Gem::Dependency