File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
s . description = %q{Extensions for the Elasticsearch Rubygem}
29
29
s . summary = %q{Extensions for the Elasticsearch Rubygem}
30
30
s . homepage = "https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-extensions"
31
- s . license = "Apache 2 "
31
+ s . license = "Apache-2.0 "
32
32
33
33
s . files = `git ls-files` . split ( $/)
34
34
s . executables = s . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
spec . summary = "Ruby integrations for the X-Pack extensions for Elasticsearch"
30
30
spec . description = "Ruby integrations for the X-Pack extensions for Elasticsearch"
31
31
spec . homepage = "https://github.com/elastic/elasticsearch-xpack-ruby"
32
- spec . license = "Apache 2 "
32
+ spec . license = "Apache-2.0 "
33
33
34
34
spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
35
35
spec . executables = spec . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments