Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakemi committed Feb 24, 2018
1 parent f8ad378 commit 3acbf84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fluent::Plugin::GenHashValue

fluentd filter plugin.
generate hash(md5/sha1/sha256/sha512) value
generate hash(md5/sha1/sha256/sha512/mur128) value

## Installation

Expand Down
3 changes: 2 additions & 1 deletion fluent-plugin-genhashvalue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-genhashvalue"
spec.version = "1.0"
spec.version = "1.1"
spec.authors = ["m.takemi"]
spec.email = ["[email protected]"]

Expand All @@ -25,4 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_runtime_dependency "fluentd", [">= 0.14.0", "< 2"]
spec.add_runtime_dependency "base91", '>= 0.0.1'
spec.add_runtime_dependency "murmurhash3", '>= 0.1.6'
end

0 comments on commit 3acbf84

Please sign in to comment.