erichummel-sunspot 1.2.1f → 1.2.1g

Sign up to get free protection for your applications and to get access to all the features.
@@ -131,7 +131,11 @@ module Sunspot
131
131
  def solr_jar
132
132
  @solr_jar || SOLR_START_JAR
133
133
  end
134
-
134
+
135
+ def multicore
136
+ @multicore || false
137
+ end
138
+
135
139
  private
136
140
 
137
141
  def logging_config_path
@@ -1,3 +1,3 @@
1
1
  module Sunspot
2
- VERSION = '1.2.1f'
2
+ VERSION = '1.2.1g'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: erichummel-sunspot
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 5
5
- version: 1.2.1f
5
+ version: 1.2.1g
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mat Brown