Sha256: 4b7426d4f114e8a2dee05468b4e4be8770ce41e27090108cc87b5cf4151e5ca6
Contents?: true
Size: 699 Bytes
Versions: 61
Compression:
Stored size: 699 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in elasticsearch-api.gemspec gemspec if File.exist? File.expand_path("../../elasticsearch/elasticsearch.gemspec", __FILE__) gem 'elasticsearch', :path => File.expand_path("../../elasticsearch", __FILE__), :require => false end if File.exist? File.expand_path("../../elasticsearch-transport", __FILE__) gem 'elasticsearch-transport', :path => File.expand_path("../../elasticsearch-transport", __FILE__), :require => true end if File.exist? File.expand_path("../../elasticsearch-extensions", __FILE__) gem 'elasticsearch-extensions', :path => File.expand_path("../../elasticsearch-extensions", __FILE__), :require => false end
Version data entries
61 entries across 61 versions & 6 rubygems