Skip to content

Commit 2bbb9be

Browse files
stomarmarcandre
authored andcommitted
Add missing `lib/matrix/' files to file list in gemspec
1 parent 9c517af commit 2bbb9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.homepage = "https://github.com/ruby/matrix"
1212
spec.license = "BSD-2-Clause"
1313

14-
spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/matrix.rb", "matrix.gemspec"]
14+
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"]
1515
spec.bindir = "exe"
1616
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
1717
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)