search_magic 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/search_magic/version.rb +1 -1
- data/search_magic.gemspec +1 -1
- metadata +3 -3
data/lib/search_magic/version.rb
CHANGED
data/search_magic.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Joshua Bowers"]
|
|
10
10
|
s.email = ["joshua.bowers+code@gmail.com"]
|
|
11
|
-
s.homepage = ""
|
|
11
|
+
s.homepage = "http://github.com/joshuabowers/search_magic"
|
|
12
12
|
s.summary = %q{SearchMagic provides scoped full text search and sort capabilities to Mongoid documents}
|
|
13
13
|
s.description = %q{Adds scopes to a Mongoid document providing search and sort capabilities on arbitrary fields and associations.}
|
|
14
14
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Joshua Bowers
|
|
@@ -104,7 +104,7 @@ files:
|
|
|
104
104
|
- spec/unit/search_magic/associations_spec.rb
|
|
105
105
|
- spec/unit/search_magic/fields_spec.rb
|
|
106
106
|
has_rdoc: true
|
|
107
|
-
homepage:
|
|
107
|
+
homepage: http://github.com/joshuabowers/search_magic
|
|
108
108
|
licenses: []
|
|
109
109
|
|
|
110
110
|
post_install_message:
|