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