|7eter l-|. l3oling

Results 104 issues of |7eter l-|. l3oling

## Description I have filed a lot of bugs with CodeCov recently, and many of them would be avoided if I could specify a path to any of the gcov,...

Waiting for: Product Owner
Docs

My `reek.yml` has: ``` exclude_paths: - vendor/ ``` And when I run `bundle exec reek` I get: ``` !!! Source 'vendor/another/ruby/3.4.0/bundler/gems/yard-junk-54ccebabbfa9/examples/input/unparseable.rb' cannot be processed by Reek due to a syntax...

When a gem's specification is loaded by another gem, to get at the metadata, or other info, the pathing for loading the `version.rb` won't work properly. This isn't an issue...

Implements https://github.com/omniauth/omniauth-identity/issues/26

``` ❯ 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') ^^^^^^^^...

- [x] `benchmark` will no longer be in the Ruby std lib as of Ruby 3.5, so it must be added as an explicit dependency - [x] Upgrade to new...

``` /Users/pboling/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/yard-junk-0.0.10/lib/yard-junk/janitor.rb:3: warning: benchmark was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add benchmark to your...

- Fixes https://github.com/zverok/yard-junk/issues/43 Please help me support open source by [sponsoring me](https://github.com/sponsors/pboling) - @pboling

- Adds LICENSE.txt (MIT) - Simplifies spec.files - Adds spec.extra_rdoc_files - Adds spec.rdoc_options - Fixes #44 - Also makes this gem compatible with being packaged for linux distributions (see the...

``` warning: loading in progress, circular require considered harmful - /Users/pboling/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/yard-junk-0.0.10/lib/yard-junk.rb ``` Haven't found the source, but given the stack trace, I'm assuming it is coming from this library.