sunspot_mongoid 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/{rails/init.rb → init.rb} +0 -0
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
data/{rails/init.rb → init.rb}
RENAMED
File without changes
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 0.3.
|
8
|
+
- 2
|
9
|
+
version: 0.3.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- jugyo
|
@@ -98,9 +98,9 @@ files:
|
|
98
98
|
- Rakefile
|
99
99
|
- VERSION
|
100
100
|
- examples/example.rb
|
101
|
+
- init.rb
|
101
102
|
- lib/sunspot/mongoid.rb
|
102
103
|
- lib/sunspot_mongoid.rb
|
103
|
-
- rails/init.rb
|
104
104
|
- test/helper.rb
|
105
105
|
- test/test_sunspot_mongoid.rb
|
106
106
|
has_rdoc: true
|