Skip to content

Commit

Permalink
Update gemspec with metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Apr 16, 2024
1 parent b09ae45 commit 3a1eaaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Optimized XML (Ox), as the name implies was written to provide speed optimized
XML handling. It was designed to be an alternative to Nokogiri and other Ruby
XML parsers for generic XML parsing and as an alternative to Marshal for Object
serialization. }
s.metadata = {
'bug_tracker_uri' => 'https://github.com/ohler55/ox/issues',
'changelog_uri' => 'https://github.com/ohler55/ox/blob/master/CHANGELOG.md',
'documentation_uri' => 'http://www.ohler.com/ox/doc/index.html',
'homepage_uri' => 'http://www.ohler.com/ox/',
'source_code_uri' => 'https://github.com/ohler55/ox',
'rubygems_mfa_required' => 'true'
}

s.licenses = ['MIT']
s.files = Dir['{lib,ext}/**/*.{rb,h,c}'] + ['LICENSE', 'README.md', 'CHANGELOG.md']
Expand Down

0 comments on commit 3a1eaaf

Please sign in to comment.