Sha256: 8b9e0363f246f66bc361a9e9f9d7c5e22107730dd7e251c293e739a09a1249fe
Contents?: true
Size: 747 Bytes
Versions: 47
Compression:
Stored size: 747 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
Version data entries
47 entries across 47 versions & 6 rubygems