Skip to content

Commit 4d6ab49

Browse files
committed
Depends on logstash-core-plugin-api
Make sure we depends on logtash-core-api when the event api changes. Fixes #48 Fixes #49
1 parent d80a6f8 commit 4d6ab49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logstash-devutils.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
files = %x{git ls-files}.split("\n")
77

88
spec.name = "logstash-devutils"
9-
spec.version = "0.0.20"
9+
spec.version = "1.0.0"
1010
spec.summary = "logstash-devutils"
1111
spec.description = "logstash-devutils"
1212
spec.license = "Apache 2.0"
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.add_runtime_dependency "rake" # MIT License
2525
spec.add_runtime_dependency "gem_publisher" # MIT License
2626
spec.add_runtime_dependency "minitar" # GPL2|Ruby License
27+
spec.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0"
2728

2829
# Should be removed as soon as the plugins are using insist by their
2930
# own, and not relying on being required by the spec helper.

0 commit comments

Comments
 (0)