ruby-changes:61013
From: Marc-Andre <ko1@a...>
Date: Wed, 6 May 2020 06:04:43 +0900 (JST)
Subject: [ruby-changes:61013] 77f19d26b9 (master): Fix gemspec
https://git.ruby-lang.org/ruby.git/commit/?id=77f19d26b9 From 77f19d26b9abde74ec03a6d2a51688c49cad20f4 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune <github@m...> Date: Fri, 1 May 2020 03:36:50 -0400 Subject: Fix gemspec diff --git a/lib/matrix/matrix.gemspec b/lib/matrix/matrix.gemspec index 75f6b69..24e2d59 100644 --- a/lib/matrix/matrix.gemspec +++ b/lib/matrix/matrix.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/matrix/matrix.gemspec#L18 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", "lib/matrix/eigenvalue_decomposition.rb", "lib/matrix/lup_decomposition.rb", "lib/matrix/version.rb", "matrix.gemspec"] + 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" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/