diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-12 11:29:58 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-12 02:34:23 +0000 |
commit | bf741c6fac4613c597a2dffe8a3856a950a154bd () | |
tree | f2bcc6007fe8c294c43f399743ba1bdf63c8589b /lib/pp.gemspec | |
parent | 9a55375df723e3b8ab4d710b0dbf7729fd4e0ca5 (diff) |
[ruby/pp] Fixed file list for pp gem
https://.com/ruby/pp/commit/b192896a1d
-rw-r--r-- | lib/pp.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ Gem::Specification.new do |spec| spec.metadata["source_code_uri"] = spec.homepage spec.files = %w[ - LICENSE.txt lib/pp.rb pp.gemspec ] |