We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbb490 commit c8a133fCopy full SHA for c8a133f
etc.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
spec.homepage = "https://github.com/ruby/etc"
23
spec.licenses = ["Ruby", "BSD-2-Clause"]
24
25
- changelogs = Dir.glob("logs/ChangeLog-*[^~]", base: __dir__)
+ changelogs = Dir.glob("logs/ChangeLog-[1-9]*[^~]", base: __dir__)
26
spec.files = %w[
27
LICENSE.txt
28
README.md
0 commit comments