Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Update tmpdir. Depend on api-kit 4.1.5. Release 4.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
thdls55 committed Nov 16, 2016
1 parent f2996a6 commit e0f6e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/logstash/filters/handsetdetection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def register
@hd_config['secret'] = @password
@hd_config['site_id'] = @site_id
@hd_config['use_local'] = @online_api ? false : true
@hd_config['filesdir'] = '/tmp'
@hd_config['filesdir'] = Dir.tmpdir
@hd_config['cache'] = {'none' => {}}
@hd_config['debug'] = false
@hd_config['api_server'] = @apiserver
Expand Down
4 changes: 2 additions & 2 deletions logstash-filter-handsetdetection.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-filter-handsetdetection'
s.version = '4.1.4'
s.version = '4.1.5'
s.licenses = ['MIT']
s.summary = "Handset Detection filter plugin for Logstash"
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand All @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

# Gem dependencies
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
s.add_runtime_dependency "handset_detection", "~> 4.1", ">= 4.1.4"
s.add_runtime_dependency "handset_detection", "~> 4.1", ">= 4.1.5"

#s.add_development_dependency 'logstash-devutils'
end

0 comments on commit e0f6e70

Please sign in to comment.