Skip to content

Commit

Permalink
Docs fix and version bump
Browse files Browse the repository at this point in the history
Related: elastic/logstash#7993

Fixes #5
  • Loading branch information
jordansissel committed Aug 21, 2017
1 parent 7629f88 commit 54fafea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 0.1.3
- Asciidoc fixes
4 changes: 2 additions & 2 deletions logstash-filter-hashid.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-filter-hashid'
s.version = '0.1.2'
s.version = '0.1.3'
s.licenses = ['Apache License (2.0)']
s.summary = "This filter lets you create base64 encoded event IDs based on the event contents and timestamp using a number of hash functions."
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,4 +22,4 @@ Gem::Specification.new do |s|
# Gem dependencies
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
s.add_development_dependency 'logstash-devutils'
end
end

0 comments on commit 54fafea

Please sign in to comment.