diff options
author | Marcus Stollsteimer <[email protected]> | 2019-01-04 00:00:06 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-07-15 00:32:00 +0900 |
commit | 4403130193ac895820d9ccc8ec2ab13de37bfea6 (patch) | |
tree | bf15a42abb4d85a7b3effb9f70b110e814700a98 | |
parent | 3201062adf7f98f645b659852bd9fa6f566cb1dd (diff) |
[ruby/matrix] Add missing `lib/matrix/' files to file list in gemspec
https://github.com/ruby/matrix/commit/2bbb9be233
-rw-r--r-- | lib/matrix/matrix.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/matrix/matrix.gemspec b/lib/matrix/matrix.gemspec index 71f0371856..c94e8b7cf2 100644 --- a/lib/matrix/matrix.gemspec +++ b/lib/matrix/matrix.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/ruby/matrix" spec.license = "BSD-2-Clause" - spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/matrix.rb", "matrix.gemspec"] + spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/matrix.rb", "lib/matrix/eigenvalue_decomposition.rb", "lib/matrix/lup_decomposition.rb", "matrix.gemspec"] spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] |