1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/ruby-rspec-support/gemspec.patch
2017-12-25 23:50:25 +01:00

12 lines
431 B
Diff

--- a/rspec-support.gemspec
+++ b/rspec-support.gemspec
@@ -13,8 +13,7 @@
spec.description = "Support utilities for RSpec gems"
spec.license = "MIT"
- spec.files = `git ls-files -- lib/*`.split("\n")
- spec.files += %w[README.md LICENSE.md Changelog.md]
+ spec.files = Dir["lib/**/*"]
spec.test_files = []
spec.rdoc_options = ["--charset=UTF-8"]
spec.require_paths = ["lib"]