ruby-changes:64039
From: Marc-Andre <ko1@a...>
Date: Wed, 9 Dec 2020 15:30:29 +0900 (JST)
Subject: [ruby-changes:64039] 6b264e833f (master): [ruby/prime] Fix gemspec
https://git.ruby-lang.org/ruby.git/commit/?id=6b264e833f From 6b264e833f9b9c86819feff88048ffcdf8d67af8 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune <github@m...> Date: Wed, 9 Dec 2020 01:24:16 -0500 Subject: [ruby/prime] Fix gemspec diff --git a/lib/prime.gemspec b/lib/prime.gemspec index c34d6e9..8369d4d 100644 --- a/lib/prime.gemspec +++ b/lib/prime.gemspec @@ -8,15 +8,15 @@ end https://github.com/ruby/ruby/blob/trunk/lib/prime.gemspec#L8 Gem::Specification.new do |spec| spec.name = "prime" spec.version = Prime::VERSION - spec.authors = ["Yuki Sonoda"] - spec.email = ["yugui@y..."] + spec.authors = ["Marc-Andre Lafortune"] + spec.email = ["ruby-core@m..."] spec.summary = %q{Prime numbers and factorization library.} spec.description = %q{Prime numbers and factorization library.} spec.homepage = "https://github.com/ruby/prime" spec.licenses = ["Ruby", "BSD-2-Clause"] - spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/prime.rb", "prime.gemspec"] + spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/prime.rb", "prime.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/