1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/ruby-forwardable-extended/gemspec.patch
Jakub Jirutka 895c669b44 testing/ruby-forwardable-extended: new aport
Required for ruby-pathutil which is required for jekyll.
2021-07-01 13:38:53 +02:00

11 lines
509 B
Diff

--- a/Gem.gemspec
+++ b/Gem.gemspec
@@ -10,7 +10,7 @@
Gem::Specification.new do |spec|
spec.authors = ["Jordon Bedwell"]
spec.version = Forwardable::Extended::VERSION
- spec.files = %W(Rakefile Gemfile LICENSE) + Dir["{lib,bin}/**/*"]
+ spec.files = Dir["{lib,bin}/**/*"]
spec.description = "Forwardable with hash, and instance variable extensions."
spec.summary = "Forwardable with hash, and instance variable extensions."
spec.homepage = "http://github.com/envygeeks/forwardable-extended"