From cc5db06b2ad293bb07a8416a21680df27cfb54b3 Mon Sep 17 00:00:00 2001 From: Adam Fernung Date: Wed, 6 Feb 2019 09:26:50 -0500 Subject: [PATCH] Update elasticsearch-dsl.gemspec (#598) When specifying licenses, we should use the proper name for the license so that projects like https://github.com/github/licensed can correctly identify the license. --- elasticsearch-dsl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch-dsl.gemspec b/elasticsearch-dsl.gemspec index 286af3a..0216462 100644 --- a/elasticsearch-dsl.gemspec +++ b/elasticsearch-dsl.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| s.description = %q{A Ruby DSL builder for Elasticsearch} s.summary = s.description s.homepage = "https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-dsl" - s.license = "Apache 2" + s.license = "Apache-2.0" s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }