Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Updating solr_wrapper to use different mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed May 10, 2018
1 parent 5d6168c commit 7f85079
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions .solr_wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 7.1.0
port: 8983
instance_dir: tmp/solr-development
download_dir: tmp
mirror_url: http://lib-solr-mirror.princeton.edu/dist/
collection:
persist: true
dir: solr/config
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group :development, :test do
gem 'niftany'
gem 'pry-byebug'
gem 'pry-rails'
gem 'solr_wrapper', '>= 0.3'
gem 'solr_wrapper', github: 'cbeer/solr_wrapper', branch: 'master'
gem 'sqlite3'
end

Expand Down
18 changes: 12 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
GIT
remote: https://github.com/cbeer/solr_wrapper.git
revision: 55910f63ca58cf7cdc1ab0ec3bb75ace22bbe1ba
branch: master
specs:
solr_wrapper (1.2.0)
faraday
retriable
ruby-progressbar
rubyzip

GIT
remote: https://github.com/stympy/faker.git
revision: f8e1b81f8da82ea9eb88c4939a3a6801f97e5ac1
Expand Down Expand Up @@ -487,11 +498,6 @@ GEM
tilt (~> 2.0)
slop (4.6.2)
smart_properties (1.13.1)
solr_wrapper (1.1.0)
faraday
retriable
ruby-progressbar
rubyzip
solrizer (4.1.0)
activesupport
nokogiri
Expand Down Expand Up @@ -616,7 +622,7 @@ DEPENDENCIES
sass-rails (~> 5.0)
selenium-webdriver
shrine
solr_wrapper (>= 0.3)
solr_wrapper!
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
Expand Down
1 change: 1 addition & 0 deletions config/solr_wrapper_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 7.1.0
port: 8985
instance_dir: tmp/solr-test
download_dir: tmp
mirror_url: http://lib-solr-mirror.princeton.edu/dist/
collection:
persist: false
dir: solr/config
Expand Down
1 change: 1 addition & 0 deletions config/travis/solr_wrapper_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 7.1.0
port: 8985
instance_dir: solr-test
download_dir: dep_cache
mirror_url: http://lib-solr-mirror.princeton.edu/dist/
collection:
persist: false
dir: solr/config
Expand Down

0 comments on commit 7f85079

Please sign in to comment.