Sha256: c90e50b4ccfd541d71202d00eef10b9b3a20908e28568386719f54b29012fb90

Contents?: true

Size: 702 Bytes

Versions: 15

Compression:

Stored size: 702 Bytes

Contents

source 'https://rubygems.org'

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

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

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 => false
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
elasticsearch-api-1.0.15 Gemfile
elasticsearch-api-1.0.14 Gemfile
elasticsearch-api-1.0.13 Gemfile
elasticsearch-api-1.0.12 Gemfile
elasticsearch-api-1.0.11 Gemfile
elasticsearch-api-1.0.10 Gemfile
elasticsearch-api-1.0.9 Gemfile
elasticsearch-api-1.0.7 Gemfile
elasticsearch-api-1.0.6 Gemfile
elasticsearch-api-1.0.5 Gemfile
elasticsearch-api-1.0.4 Gemfile
elasticsearch-api-1.0.2 Gemfile
elasticsearch-api-1.0.1 Gemfile
elasticsearch-api-1.0.0 Gemfile
elasticsearch-api-1.0.0.rc2 Gemfile