Skip to content

Conversation

sebyx07
Copy link
Contributor

@sebyx07 sebyx07 commented Aug 17, 2024

I added rubocop mainly for frozen_string_literal

  • used https://github.com/rails/rubocop-rails-omakase

  • also refactored what files get inside the .gem file when you do the gem build jit_preloader.gemspec - to only include the useful files from the lib change: spec.files = Dir.glob('lib/**/*.rb') + [File.basename(__FILE__)]. now the .gem file is just 9.7kb

  • run rubocop on the ci too

  • add required_ruby_version = '>= 3.0.0'

@sebyx07 sebyx07 requested review from a team as code owners August 17, 2024 15:46
samsarkleio
samsarkleio previously approved these changes Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants