Skip to content

Commit

Permalink
Update elasticsearch.gemspec (#600)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
akfernun authored and estolfo committed Feb 6, 2019
1 parent 3bcbe0a commit d3359f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/elasticsearch.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.email = ["karel.minarik@elasticsearch.org"]
s.summary = "Ruby integrations for Elasticsearch"
s.homepage = "http://github.com/elasticsearch/elasticsearch-ruby"
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) }
Expand Down

0 comments on commit d3359f0

Please sign in to comment.