From 4403130193ac895820d9ccc8ec2ab13de37bfea6 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Fri, 4 Jan 2019 00:00:06 +0100 Subject: [ruby/matrix] Add missing `lib/matrix/' files to file list in gemspec https://github.com/ruby/matrix/commit/2bbb9be233 --- lib/matrix/matrix.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- cgit v1.2.3