We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80a6f8 commit 4d6ab49Copy full SHA for 4d6ab49
logstash-devutils.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
files = %x{git ls-files}.split("\n")
7
8
spec.name = "logstash-devutils"
9
- spec.version = "0.0.20"
+ spec.version = "1.0.0"
10
spec.summary = "logstash-devutils"
11
spec.description = "logstash-devutils"
12
spec.license = "Apache 2.0"
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
24
spec.add_runtime_dependency "rake" # MIT License
25
spec.add_runtime_dependency "gem_publisher" # MIT License
26
spec.add_runtime_dependency "minitar" # GPL2|Ruby License
27
+ spec.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0"
28
29
# Should be removed as soon as the plugins are using insist by their
30
# own, and not relying on being required by the spec helper.
0 commit comments