remarkable_mongoid 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown
CHANGED
@@ -4,8 +4,8 @@ module Remarkable
|
|
4
4
|
end
|
5
5
|
|
6
6
|
require 'remarkable/active_model'
|
7
|
-
require '
|
8
|
-
require '
|
7
|
+
require 'remarkable/mongoid/associations'
|
8
|
+
require 'remarkable/mongoid/validate_uniqueness_of'
|
9
9
|
|
10
10
|
if defined?(RSpec) # RSpec 2.x
|
11
11
|
RSpec.configure do |config|
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 3
|
9
|
+
version: 0.1.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Brian Cardarella
|
@@ -44,9 +44,9 @@ extra_rdoc_files:
|
|
44
44
|
files:
|
45
45
|
- LICENSE
|
46
46
|
- README.markdown
|
47
|
-
- lib/
|
48
|
-
- lib/
|
49
|
-
- lib/
|
47
|
+
- lib/remarkable/mongoid.rb
|
48
|
+
- lib/remarkable/mongoid/associations.rb
|
49
|
+
- lib/remarkable/mongoid/validate_uniqueness_of.rb
|
50
50
|
has_rdoc: true
|
51
51
|
homepage: http://github.com/bcardarella/remarkable_mongoid
|
52
52
|
licenses: []
|