Skip to content

Commit 07235fb

Browse files
committed
Update remaining gemspec license values to standard format
1 parent d3359f0 commit 07235fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elasticsearch-extensions/elasticsearch-extensions.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828
s.description = %q{Extensions for the Elasticsearch Rubygem}
2929
s.summary = %q{Extensions for the Elasticsearch Rubygem}
3030
s.homepage = "https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-extensions"
31-
s.license = "Apache 2"
31+
s.license = "Apache-2.0"
3232

3333
s.files = `git ls-files`.split($/)
3434
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }

elasticsearch-xpack/elasticsearch-xpack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.summary = "Ruby integrations for the X-Pack extensions for Elasticsearch"
3030
spec.description = "Ruby integrations for the X-Pack extensions for Elasticsearch"
3131
spec.homepage = "https://github.com/elastic/elasticsearch-xpack-ruby"
32-
spec.license = "Apache 2"
32+
spec.license = "Apache-2.0"
3333

3434
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
3535
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)