Sha256: 87fcce3d67dac5778ab2302621f8fcba18cae92c6dd78f3758a043120592fd03

Contents?: true

Size: 746 Bytes

Versions: 28

Compression:

Stored size: 746 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in elasticsearch.gemspec
gemspec

if File.exists? File.expand_path("../../elasticsearch-api/elasticsearch-api.gemspec", __FILE__)
  gem 'elasticsearch-api', :path => File.expand_path("../../elasticsearch-api", __FILE__), :require => false
end

if File.exists? File.expand_path("../../elasticsearch-transport/elasticsearch-transport.gemspec", __FILE__)
  gem 'elasticsearch-transport', :path => File.expand_path("../../elasticsearch-transport", __FILE__), :require => false
end

if File.exists? File.expand_path("../../elasticsearch-extensions", __FILE__)
  gem 'elasticsearch-extensions', :path => File.expand_path("../../elasticsearch-extensions", __FILE__), :require => true
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
elasticsearch-5.0.0 Gemfile
elasticsearch-5.0.0.pre Gemfile
elasticsearch-2.0.0 Gemfile
elasticsearch-1.1.0 Gemfile
elasticsearch-2.0.0.pre Gemfile
elasticsearch-1.1.pre Gemfile
elasticsearch-1.0.18 Gemfile
elasticsearch-1.0.17 Gemfile
elasticsearch-1.0.16 Gemfile
elasticsearch-1.0.16.pre2 Gemfile
elasticsearch-1.0.16.pre Gemfile
elasticsearch-1.0.15 Gemfile
elasticsearch-1.0.14 Gemfile
elasticsearch-1.0.13 Gemfile
elasticsearch-1.0.12 Gemfile
elasticsearch-1.0.11 Gemfile
elasticsearch-1.0.10 Gemfile
elasticsearch-1.0.9 Gemfile
elasticsearch-1.0.8 Gemfile
elasticsearch-1.0.7 Gemfile