Sha256: 64239e6f6c475322c1e749bfe3735066632f69d055d1203c071a17dd435d8af0

Contents?: true

Size: 701 Bytes

Versions: 3

Compression:

Stored size: 701 Bytes

Contents

source 'https://rubygems.org'

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

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

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
elasticsearch-api-0.4.11 Gemfile
elasticsearch-api-0.4.10 Gemfile
elasticsearch-api-0.4.9 Gemfile