Sha256: da18a56809498b59c0f1b8c36c9b74a3fb2bfbcba6c58c465714fe2684864764

Contents?: true

Size: 934 Bytes

Versions: 8

Compression:

Stored size: 934 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in elasticsearch-extensions.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 => false
end

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
elasticsearch-extensions-0.0.22 Gemfile
elasticsearch-extensions-0.0.21 Gemfile
elasticsearch-extensions-0.0.20 Gemfile
elasticsearch-extensions-0.0.19 Gemfile
elasticsearch-extensions-0.0.18 Gemfile
elasticsearch-extensions-0.0.17 Gemfile
elasticsearch-extensions-0.0.16 Gemfile
elasticsearch-extensions-0.0.15 Gemfile