yoomee-mongosphinx 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mongosphinx.rb +11 -1
  2. metadata +4 -4
data/lib/mongosphinx.rb CHANGED
@@ -3,7 +3,6 @@
3
3
  #
4
4
  # This file contains the includes implementing this library. Have a look at
5
5
  # the README.rdoc as a starting point.
6
-
7
6
  begin
8
7
  require 'rubygems'
9
8
  rescue LoadError; end
@@ -63,10 +62,21 @@ module MongoMapper # :nodoc:
63
62
  include MongoMapper::Mixins::Indexer
64
63
  include MongoMapper::Mixins::Properties
65
64
  end
65
+
66
66
  module ClassMethods
67
67
  include MongoMapper::Mixins::Indexer::ClassMethods
68
68
  end
69
+
69
70
  end
70
71
 
71
72
  end
73
+
74
+ module Document
75
+
76
+ # For global indexing
77
+ include MongoMapper::Mixins::Indexer
78
+
79
+ end
80
+
72
81
  end
82
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yoomee-mongosphinx
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Atkins
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-02 00:00:00 +01:00
18
+ date: 2010-09-03 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21