1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 16:55:13 +03:00
aports/testing/ruby-pathutil/gemspec.patch
Jakub Jirutka 0e4cb08457 testing/ruby-pathutil: new aport
Required for jekyll.
2021-07-01 13:38:53 +02:00

11 lines
460 B
Diff

--- a/Gem.gemspec
+++ b/Gem.gemspec
@@ -8,7 +8,7 @@
Gem::Specification.new do |spec|
spec.authors = ["Jordon Bedwell"]
spec.version = Pathutil::VERSION
- spec.files = %W(Rakefile Gemfile LICENSE) + Dir["{lib,bin}/**/*"]
+ spec.files = Dir["{lib,bin}/**/*"]
spec.description = "Like Pathname but a little less insane."
spec.summary = "Almost like Pathname but just a little less insane."
spec.homepage = "http://github.com/envygeeks/pathutil"