1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/matrix] Drop to Ruby 2.4 and 2.5

https://github.com/ruby/matrix/commit/3244d82804
This commit is contained in:
Hiroshi SHIBATA 2020-03-27 10:01:44 +09:00
parent e698bf1a7f
commit 13baa2b5a5

View file

@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.description = %q{An implementation of Matrix and Vector classes.}
spec.homepage = "https://github.com/ruby/matrix"
spec.license = "BSD-2-Clause"
spec.required_ruby_version = ">= 2.5.0"
spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/matrix.rb", "lib/matrix/eigenvalue_decomposition.rb", "lib/matrix/lup_decomposition.rb", "lib/matrix/version.rb", "matrix.gemspec"]
spec.bindir = "exe"