solr_query 1.0.1 → 1.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/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
|
|