y-yagi

Results 37 issues of y-yagi

Since Ruby 2.7, a double splat with an empty hash passes no arguments. So if an argument is an empty hash we should avoid it. Ref: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/#other-minor-changes-empty-hash Fix #829.

This fixed `Adress` to `Address`.

The current example code has the following compile error. ``` error[E0616]: field `entries` of struct `atom_syndication::feed::Feed` is private --> src/main.rs:20:63 | 20 | println!("Atom feed first entry: {:?}", atom_feed.entries[0].title) |...

Currently, Lint on CI is breaking. Ref: https://github.com/zmwangx/rust-ffmpeg/actions/runs/6210373320/job/16858523827#step:8:39 This fixes those issues by `cargo clippy --fix`.

In Rails 6.0 the API for template handlers is changing, a template handler must now take two arguments [1], the template and the source, otherwise you will see the following...

This PR fix to the following to fix the build * Don't ruby Rails edge test with old Rubies * Ref: https://github.com/rails/rails/pull/50491 * Fix Rubocop offences CI against Ruby Edge...

This PR adds Ruby 3.3 to the CI matrix to confirm `lograge` working with Ruby 3.3.

This PR just adds Ruby 3.3 to the CI matrix. The failing specs with Rails 7.1 will be solved by #842.