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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
renamed cmpfs.gemspec to cmpfs-ruby.gemspec so the filename stem matches spec.name;
cmpfs-ruby.gemspec: spec.summary matches the README tagline; packaged AUTHORS, CHANGES, CONTRIBUTING, EXAMPLES, FAQ, INSTALL, NEWS, SECURITY, and TODO; Gemfile.lock and .ruby-version excluded from spec.files;
stop tracking Gemfile.lock; Gemfile sets lockfile false when Bundler supports it; CI uses bundler-cache: false because Bundler 4 then writes no lockfile and ruby/setup-ruby cache cats Gemfile.lock;
CI Warnings job now runs on Ruby 3.4; gem build cmpfs-ruby.gemspec;