File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
3
3
s . name = 'logstash-output-elasticsearch'
4
- s . version = '0.1.14 '
4
+ s . version = '0.1.15 '
5
5
s . licenses = [ 'apache-2.0' ]
6
6
s . summary = "Logstash Output to Elasticsearch"
7
7
s . description = "Output events to elasticsearch"
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
28
28
s . add_runtime_dependency 'stud' , [ '>= 0.0.17' , '~> 0.0' ]
29
29
s . add_runtime_dependency 'cabin' , [ '~> 0.6' ]
30
30
s . add_runtime_dependency 'logstash' , '>= 1.4.0' , '< 2.0.0'
31
- s . add_runtime_dependency 'jar-dependencies'
32
31
33
32
s . add_development_dependency 'ftw' , '~> 0.0.42'
34
33
s . add_development_dependency 'logstash-input-generator'
@@ -37,6 +36,8 @@ Gem::Specification.new do |s|
37
36
if RUBY_PLATFORM == 'java'
38
37
s . platform = RUBY_PLATFORM
39
38
s . add_runtime_dependency "manticore" , '~> 0.3'
39
+ s . add_runtime_dependency 'jar-dependencies' , '0.1.7'
40
+ s . add_runtime_dependency 'ruby-maven' , '3.1.1.0.8'
40
41
end
41
42
42
43
s . add_development_dependency 'logstash-devutils'
You can’t perform that action at this time.
0 commit comments