You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modernize gemspec: add metadata, use Dir glob, drop defaults
Replace git ls-files shell-out with Dir glob to avoid dependency
on git at build time. Add RubyGems metadata (homepage, bug tracker,
changelog, docs, source) and require MFA for gem pushes. Remove
redundant s.platform since Gem::Platform::RUBY is the default.
0 commit comments