sunspot_solr 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2a856e829e140add4d64d8f10f8b40ae732e9bba176b7f3f427972b03f2624c
4
- data.tar.gz: d91ef647b0ab64cdd089d18f1b0880f3a24142279c87ab798125b0968fa83bcf
3
+ metadata.gz: 6858bad59c26201df2f809ee1f4efe8fbc4d9b33c9f3a6c266dc44ec79de8890
4
+ data.tar.gz: 41e67d86517a309372cced6a41db6e19996abf54c1c3b21008cd395c5c1ad9f8
5
5
  SHA512:
6
- metadata.gz: e0d0ff747cc185cfef54972d9a289220ae072f0e06d71e534278bbf54de84959e249d2ca0bbd55c4fe9ce7ab3cf861b1ed165c493df3d0e5812022fa5f7106c0
7
- data.tar.gz: b5ae47de1573bb297fe3908b2bf80acb48023a8f73e04106a4f531d65d6d98f9e9c4f283cd0bad0f21e4fe4fca37898db204a0214c054f9b1f03a1bc7769b5cd
6
+ metadata.gz: c8e2986a34203431369c4238dea0ff4b15650d5419b3b01e0988f7f704f060acdaff818393025974f17c2ff2d48f4c2641009807300096e71af25a447a68744f
7
+ data.tar.gz: d7b21947be8fb86388d59f9a4dad6cf0446d2201aeafc596346165399a628f44c158277dc071007766272b0f6c0b4d9049bf1e4cc989669385fedceef852554d
@@ -36,7 +36,6 @@ set GC_TUNE=-XX:NewRatio=3 ^
36
36
  -XX:TargetSurvivorRatio=90 ^
37
37
  -XX:MaxTenuringThreshold=8 ^
38
38
  -XX:+UseConcMarkSweepGC ^
39
- -XX:+UseParNewGC ^
40
39
  -XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 ^
41
40
  -XX:+CMSScavengeBeforeRemark ^
42
41
  -XX:PretenureSizeThreshold=64m ^
@@ -97,4 +96,4 @@ REM otherwise keep them commented and the above values will automatically be set
97
96
  REM set SOLR_SSL_CLIENT_KEY_STORE=
98
97
  REM set SOLR_SSL_CLIENT_KEY_STORE_PASSWORD=
99
98
  REM setSOLR_SSL_CLIENT_TRUST_STORE=
100
- REM setSOLR_SSL_CLIENT_TRUST_STORE_PASSWORD=
99
+ REM setSOLR_SSL_CLIENT_TRUST_STORE_PASSWORD=
@@ -38,7 +38,6 @@ GC_TUNE="-XX:NewRatio=3 \
38
38
  -XX:TargetSurvivorRatio=90 \
39
39
  -XX:MaxTenuringThreshold=8 \
40
40
  -XX:+UseConcMarkSweepGC \
41
- -XX:+UseParNewGC \
42
41
  -XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 \
43
42
  -XX:+CMSScavengeBeforeRemark \
44
43
  -XX:PretenureSizeThreshold=64m \
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunspot_solr
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mat Brown
@@ -26,7 +26,7 @@ authors:
26
26
  autorequire:
27
27
  bindir: bin
28
28
  cert_chain: []
29
- date: 2018-04-08 00:00:00.000000000 Z
29
+ date: 2019-07-05 00:00:00.000000000 Z
30
30
  dependencies:
31
31
  - !ruby/object:Gem::Dependency
32
32
  name: rake
@@ -580,8 +580,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
580
580
  - !ruby/object:Gem::Version
581
581
  version: '0'
582
582
  requirements: []
583
- rubyforge_project: sunspot
584
- rubygems_version: 2.7.6
583
+ rubygems_version: 3.0.2
585
584
  signing_key:
586
585
  specification_version: 4
587
586
  summary: Bundled Solr distribution for Sunspot