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:
parent
e698bf1a7f
commit
13baa2b5a5
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue