Skip to content

Commit

Permalink
Forgot to populate the gemspec metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 28, 2024
1 parent 3d2095b commit 9c4241d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ronin-web.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
gem.authors = Array(gemspec['authors'])
gem.email = gemspec['email']
gem.homepage = gemspec['homepage']
gem.metadata = gemspec['metadata'] if gemspec['metadata']

glob = ->(patterns) { gem.files & Dir[*patterns] }

Expand Down

0 comments on commit 9c4241d

Please sign in to comment.