Sha256: 206238ddc977694fbcdb783ab59ce521a166323978d2188db96e6f1d4a545e07
Contents?: true
Size: 743 Bytes
Versions: 56
Compression:
Stored size: 743 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in elasticsearch.gemspec gemspec if File.exist? File.expand_path("../../elasticsearch-api/elasticsearch-api.gemspec", __FILE__) gem 'elasticsearch-api', :path => File.expand_path("../../elasticsearch-api", __FILE__), :require => false end if File.exist? File.expand_path("../../elasticsearch-transport/elasticsearch-transport.gemspec", __FILE__) gem 'elasticsearch-transport', :path => File.expand_path("../../elasticsearch-transport", __FILE__), :require => false end if File.exist? File.expand_path("../../elasticsearch-extensions", __FILE__) gem 'elasticsearch-extensions', :path => File.expand_path("../../elasticsearch-extensions", __FILE__), :require => true end
Version data entries
56 entries across 56 versions & 6 rubygems