solr_query 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
@@ -33,10 +33,10 @@ spec = Gem::Specification.new do |s|
|
|
33
33
|
|
34
34
|
# Change these as appropriate
|
35
35
|
s.name = "solr_query"
|
36
|
-
s.version = "1.0.
|
36
|
+
s.version = "1.0.2"
|
37
37
|
s.description = "Build SOLR queries, properly escaped, with a nice API"
|
38
38
|
s.summary = "a ruby library designed to make building nested Solr queries simple and standardized. "
|
39
|
-
s.author = "Matthew Rudy"
|
39
|
+
s.author = "Matthew Rudy Jacobs"
|
40
40
|
s.email = "matthewrudyjacobs@gmail.com"
|
41
41
|
s.homepage = "http://github.com/matthewrudy/solr_query"
|
42
42
|
|