Skip to content

Commit

Permalink
Update LICENSE file name and references
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jul 31, 2019
1 parent 14a9d1e commit 1f339ac
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion elasticsearch-api/elasticsearch-api.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]

s.extra_rdoc_files = [ "README.md", "LICENSE.txt" ]
s.extra_rdoc_files = [ "README.md", "LICENSE" ]
s.rdoc_options = [ "--charset=UTF-8" ]

s.required_ruby_version = '>= 1.9'
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-dsl/elasticsearch-dsl.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]

s.extra_rdoc_files = [ "README.md", "LICENSE.txt" ]
s.extra_rdoc_files = [ "README.md", "LICENSE" ]
s.rdoc_options = [ "--charset=UTF-8" ]

s.required_ruby_version = '>= 1.9'
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-transport/elasticsearch-transport.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]

s.extra_rdoc_files = [ "README.md", "LICENSE.txt" ]
s.extra_rdoc_files = [ "README.md", "LICENSE" ]
s.rdoc_options = [ "--charset=UTF-8" ]

s.required_ruby_version = '>= 1.9'
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/elasticsearch.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.bindir = "bin"

s.extra_rdoc_files = [ "README.md", "LICENSE.txt" ]
s.extra_rdoc_files = [ "README.md", "LICENSE" ]
s.rdoc_options = [ "--charset=UTF-8" ]

s.required_ruby_version = '>= 1.9'
Expand Down

0 comments on commit 1f339ac

Please sign in to comment.