RubyGems
npm
Organizations
Log in
Sign up
RubyGems
mongosphinx
Versions diffs
0.1 → 0.1.1
mongosphinx 0.1 → 0.1.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/mongosphinx.rb
+1
-2
metadata
+1
-1
data/mongosphinx.rb
CHANGED
Viewed
@@ -7,10 +7,9 @@
7
7
begin
8
8
require 'rubygems'
9
9
rescue LoadError; end
10
-
require '
mongomapper
'
10
+
require '
mongo_mapper
'
11
11
require 'riddle'
12
12
13
-
14
13
module MongoSphinx
15
14
if (match = __FILE__.match(/mongosphinx-([0-9.-]*)/))
16
15
VERSION = match[1]
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: mongosphinx
3
3
version: !ruby/object:Gem::Version
4
-
version:
"
0.1
"
4
+
version: 0.1
.1
5
5
platform: ruby
6
6
authors:
7
7
- Burke Libbey