Skip to content

Commit

Permalink
Update elasticsearch-dsl.gemspec (#598)
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 a46bda3 commit cc5db06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down

0 comments on commit cc5db06

Please sign in to comment.