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:
parent
563d0fdada
commit
542bd9b408
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue