whatthegem icon indicating copy to clipboard operation
whatthegem copied to clipboard

Ruby gem information, stats and usage for your terminal

Results 3 whatthegem issues
Sort by recently updated
recently updated
newest added

"stats" command could be adopted to check the Gemfile (and maybe even on CI), in analogy to `snyk`. Because this stats is like prediction of future problems, including security problems.

Great little gem. I've just tried it, but would `whatthegem ` displaying all the pieces of information be easier to use, and if you only want a specific piece then...

``` ❯ whatthegem yard To use retry middleware with Faraday v2.0+, install `faraday-retry` gem /Users/pboling/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/whatthegem-0.0.4/lib/whatthegem/gem/bundled.rb:27:in 'WhatTheGem::Gem::Bundled.fetch': undefined method 'exists?' for class File (NoMethodError) return NoBundle.new(name) unless File.exists?('Gemfile') && File.exists?('Gemfile.lock') ^^^^^^^^...