From 4c3e05a6c693038c19c8bb45fc8807af9f17cbb8 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 15 Jul 2019 23:54:02 +0200 Subject: community/ruby-ffi: upgrade to 1.11.1 --- community/ruby-ffi/gemspec.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/ruby-ffi/gemspec.patch') diff --git a/community/ruby-ffi/gemspec.patch b/community/ruby-ffi/gemspec.patch index 0f71d47af4..cea153099b 100644 --- a/community/ruby-ffi/gemspec.patch +++ b/community/ruby-ffi/gemspec.patch @@ -1,9 +1,9 @@ --- a/ffi.gemspec +++ b/ffi.gemspec -@@ -8,19 +8,7 @@ - s.homepage = 'http://wiki.github.com/ffi/ffi' - s.summary = 'Ruby FFI' - s.description = 'Ruby FFI library' +@@ -16,19 +16,7 @@ + s.metadata['source_code_uri'] = 'https://github.com/ffi/ffi/' + s.metadata['mailing_list_uri'] = 'http://groups.google.com/group/ruby-ffi' + end - s.files = `git ls-files -z`.split("\x0").reject do |f| - f =~ /^(bench|gen|libtest|nbproject|spec)/ - end @@ -20,4 +20,4 @@ + s.files = Dir['lib/**/*', 'ext/**/*'] s.extensions << 'ext/ffi_c/extconf.rb' - s.has_rdoc = false + s.rdoc_options = %w[--exclude=ext/ffi_c/.*\.o$ --exclude=ffi_c\.(bundle|so)$] -- cgit v1.2.3