yoomee-mongosphinx 0.2.3 → 0.2.4

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 +17 -5
@@ -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,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yoomee-mongosphinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ hash: 31
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 2
9
+ - 4
10
+ version: 0.2.4
5
11
  platform: ruby
6
12
  authors:
7
13
  - Matt Atkins
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-09-10 00:00:00 +01:00
18
+ date: 2010-09-14 00:00:00 +01:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -48,21 +54,27 @@ rdoc_options:
48
54
  require_paths:
49
55
  - lib
50
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
+ none: false
51
58
  requirements:
52
59
  - - ">="
53
60
  - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
54
64
  version: "0"
55
- version:
56
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
57
67
  requirements:
58
68
  - - ">="
59
69
  - !ruby/object:Gem::Version
70
+ hash: 3
71
+ segments:
72
+ - 0
60
73
  version: "0"
61
- version:
62
74
  requirements: []
63
75
 
64
76
  rubyforge_project:
65
- rubygems_version: 1.3.4
77
+ rubygems_version: 1.3.7
66
78
  signing_key:
67
79
  specification_version: 3
68
80
  summary: A full text indexing extension for MongoDB using Sphinx.