Closed andrewvc closed 9 years ago
LGTM, but at some point we need to use maven (jar-deps?) because we'll get the right jars and not include all the extra ones.
@suyograo agreed, but this is the best option for now :) Will release.
Merged sucessfully into master!
This introduces a new task to retrieve jar dependencies
get_jars
that is nothing but some hacky shell scripting! I also blocked thevendor
directory in.gitignore
to prevent repo bloating.This is a hack but it works because ES includes all required jars in its download.
This also upgrades us to
elasticsearch-2.0.0-beta2
and bumps the gem version accordingly.