Skip to content

Commit

Permalink
Merge pull request #696 from olleolleolle/patch-2
Browse files Browse the repository at this point in the history
Add gemspec metadata
  • Loading branch information
larskanis committed May 16, 2019
2 parents cb3aaca + be9a418 commit 5530048
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ffi.gemspec
Expand Up @@ -8,6 +8,12 @@ Gem::Specification.new do |s|
s.homepage = 'http://wiki.github.com/ffi/ffi'
s.summary = 'Ruby FFI'
s.description = 'Ruby FFI library'
if s.respond_to?(:metadata)
s.metadata['changelog_uri'] = 'https://github.com/ffi/ffi/blob/master/CHANGELOG.md'
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/'
end
s.files = `git ls-files -z`.split("\x0").reject do |f|
f =~ /^(bench|gen|libtest|nbproject|spec)/
end
Expand Down

0 comments on commit 5530048

Please sign in to comment.