summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2019-01-04 00:00:06 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 00:32:00 +0900
commit4403130193ac895820d9ccc8ec2ab13de37bfea6 (patch)
treebf15a42abb4d85a7b3effb9f70b110e814700a98 /lib
parent3201062adf7f98f645b659852bd9fa6f566cb1dd (diff)
[ruby/matrix] Add missing `lib/matrix/' files to file list in gemspec
https://github.com/ruby/matrix/commit/2bbb9be233
Diffstat (limited to 'lib')
-rw-r--r--lib/matrix/matrix.gemspec2
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"]