Skip to content

Commit

Permalink
Remove vine from dependencies
Browse files Browse the repository at this point in the history
It was not used.

Change-Id: Ib400862e7d2b05d201be59c77a485a3e19dc71f6
  • Loading branch information
matrixik committed Feb 13, 2017
1 parent 1b6742e commit e39dbf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/logstash/outputs/monasca_log_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
require 'logstash/outputs/base'
require 'logstash/namespace'
require 'logstash/codecs/base'
require 'vine'
require 'thread'

# relative requirements
Expand Down
3 changes: 1 addition & 2 deletions logstash-output-monasca_log_api.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-monasca_log_api'
s.version = '0.5.2'
s.version = '0.5.3'
s.licenses = ['Apache-2.0']
s.summary = 'This gem is a logstash output plugin to connect via http to monasca-log-api.'
s.description = 'This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program'
Expand All @@ -22,7 +22,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'logstash-core', '~> 2.0'
s.add_runtime_dependency 'logstash-codec-plain', '~> 2.0'
s.add_runtime_dependency 'logstash-codec-json', '~> 2.0'
s.add_runtime_dependency 'vine', '~> 0.2'
s.add_development_dependency 'logstash-devutils', '~> 0.0.14'
s.add_development_dependency 'simplecov', '~> 0.10'
s.add_development_dependency 'rubocop', '~> 0.37.2'
Expand Down

0 comments on commit e39dbf5

Please sign in to comment.