Sha256: c98f3d6ca3f3efb817aa9e74e9f9373abcaee04c987143ffdf91f3233c7b7d0a

Contents?: true

Size: 726 Bytes

Versions: 9

Compression:

Stored size: 726 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in elasticsearch-extensions.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/elasticsearch.gemspec", __FILE__)
  gem 'elasticsearch', :path => File.expand_path("../../elasticsearch/", __FILE__)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
elasticsearch-extensions-0.0.31 Gemfile
elasticsearch-extensions-0.0.30 Gemfile
elasticsearch-extensions-0.0.29 Gemfile
elasticsearch-extensions-0.0.28 Gemfile
elasticsearch-extensions-0.0.27 Gemfile
elasticsearch-extensions-0.0.26 Gemfile
elasticsearch-extensions-0.0.25 Gemfile
elasticsearch-extensions-0.0.24 Gemfile
elasticsearch-extensions-0.0.23 Gemfile