Sha256: d3a8f489ad446845290c76b4231b54a36b77df19daa5d61ff406b9cb872d6b91
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
if RUBY_PLATFORM != "java" raise "Only JRuby is supported" end Gem::Specification.new do |spec| files = %x{git ls-files}.split("\n") spec.name = "logstash-devutils" spec.version = "0.0.10" spec.summary = "logstash-devutils" spec.description = "logstash-devutils" spec.license = "Apache 2.0" spec.files = files spec.require_paths << "lib" spec.authors = ["Jordan Sissel"] spec.email = ["jls@semicomplete.com"] spec.homepage = "https://github.com/elasticsearch/logstash-devutils" spec.add_runtime_dependency "rspec", "~> 2.14.0" # MIT License spec.platform = "java" spec.add_runtime_dependency "jar-dependencies" # MIT License spec.add_runtime_dependency "rake" # MIT License spec.add_runtime_dependency "gem_publisher" # MIT License spec.add_runtime_dependency "minitar" # GPL2|Ruby License # Should be removed as soon as the plugins are using insist by their # own, and not relying on being required by the spec helper. # (some plugins does it, some use insist throw spec_helper) spec.add_runtime_dependency "insist", "1.0.0" # (Apache 2.0 license) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-devutils-0.0.10-java | logstash-devutils.gemspec |