Skip to content

Commit

Permalink
Merge pull request #698 from olleolleolle/patch-2
Browse files Browse the repository at this point in the history
Complete gemspec metadata
  • Loading branch information
larskanis committed May 17, 2019
2 parents 1bda3ef + b3c8a7f commit 72b75af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ffi.gemspec
Expand Up @@ -9,10 +9,12 @@ Gem::Specification.new do |s|
s.summary = 'Ruby FFI'
s.description = 'Ruby FFI library'
if s.respond_to?(:metadata)
s.metadata['bug_tracker_uri'] = 'https://github.com/ffi/ffi/issues'
s.metadata['changelog_uri'] = 'https://github.com/ffi/ffi/blob/master/CHANGELOG.md'
s.metadata['documentation_uri'] = 'https://github.com/ffi/ffi/wiki'
s.metadata['wiki_uri'] = 'https://github.com/ffi/ffi/wiki'
s.metadata['bug_tracker_uri'] = 'https://github.com/ffi/ffi/issues'
s.metadata['source_code_uri'] = 'https://github.com/ffi/ffi/'
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)/
Expand Down

0 comments on commit 72b75af

Please sign in to comment.