Sha256: fccf73a257bc4e3accc89ac79fe37de08bf051fe6894e14a190a49b3bdc0803c
Contents?: true
Size: 804 Bytes
Versions: 7
Compression:
Stored size: 804 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in elasticsearch-transport.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-extensions/elasticsearch-extensions.gemspec", __FILE__) gem 'elasticsearch-extensions', :path => File.expand_path("../../elasticsearch-extensions", __FILE__), :require => false end if File.exist? File.expand_path("../../elasticsearch/elasticsearch.gemspec", __FILE__) gem 'elasticsearch', :path => File.expand_path("../../elasticsearch", __FILE__), :require => false end group :development do gem 'rspec' gem 'pry-nav' end
Version data entries
7 entries across 7 versions & 1 rubygems