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.
Files changed (2) hide show
  1. data/Rakefile +2 -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.1"
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
 
metadata CHANGED
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
- - Matthew Rudy
12
+ - Matthew Rudy Jacobs
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []