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

[ruby/etc] Exclude change logs for pre 1.0

https://github.com/ruby/etc/commit/c8a133fe95
This commit is contained in:
Nobuyoshi Nakada 2022-01-03 21:38:03 +09:00 committed by Hiroshi SHIBATA
parent 563d0fdada
commit 542bd9b408

View file

@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/etc"
spec.licenses = ["Ruby", "BSD-2-Clause"]
changelogs = Dir.glob("logs/ChangeLog-*[^~]", base: __dir__)
changelogs = Dir.glob("logs/ChangeLog-[1-9]*[^~]", base: __dir__)
spec.files = %w[
LICENSE.txt
README.md