Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/elasticsearch-api-6.8.0
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
elasticsearch-api-6.8.0
/
📁
..
📄
.gitignore
(154 B)
📄
Gemfile
(757 B)
📄
LICENSE.txt
(558 B)
📄
README.md
(6.42 KB)
📄
Rakefile
(5.01 KB)
📄
elasticsearch-api.gemspec
(2.68 KB)
📁
lib
📁
spec
📁
utils
Editing: Gemfile
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 group :development do gem 'rspec' gem 'pry-nav' end
Upload File
Create Folder