Skip to content

Commit

Permalink
Refine fugit.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Sep 6, 2024
1 parent 8364f28 commit e7ad670
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fugit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,18 @@ Time tools for flor and the floraison project. Cron parsing and occurrence compu

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',
'documentation_uri' => s.homepage,
'homepage_uri' => s.homepage,
'source_code_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 e7ad670

Please sign in to comment.