Skip to content

Commit

Permalink
Clean up raabro.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Sep 6, 2024
1 parent e307677 commit 073c2dc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions raabro.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,18 @@ A very dumb PEG parser library, with a horrible interface.

s.metadata = {
'changelog_uri' => s.homepage + '/blob/master/CHANGELOG.md',
'documentation_uri' => s.homepage,
'bug_tracker_uri' => s.homepage + '/issues',
#'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/floraison',
'homepage_uri' => s.homepage,
'documentation_uri' => s.homepage,
'source_code_uri' => s.homepage,
'homepage_uri' => s.homepage,
#'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/floraison',
#'wiki_uri' => s.homepage + '/wiki',
'rubygems_mfa_required' => 'true',
}

#s.files = `git ls-files`.split("\n")
s.files = Dir[
'README.{md,txt}',
'CHANGELOG.{md,txt}', 'CREDITS.{md,txt}', 'LICENSE.{md,txt}',
'{README,CHANGELOG,CREDITS,LICENSE}.{md,txt}',
'Makefile',
'lib/**/*.rb', #'spec/**/*.rb', 'test/**/*.rb',
"#{s.name}.gemspec",
Expand Down

0 comments on commit 073c2dc

Please sign in to comment.