Gemfile in elasticsearch-transport-0.4.7 vs Gemfile in elasticsearch-transport-0.4.8
- old
+ new
@@ -1,4 +1,8 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in elasticsearch-transport.gemspec
gemspec
+
+if File.exists? File.expand_path("../../elasticsearch-extensions", __FILE__)
+ gem 'elasticsearch-extensions', :path => File.expand_path("../../elasticsearch-extensions", __FILE__), :require => true
+end