Skip to content

Commit

Permalink
add homepage for spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sebyx07 committed Aug 15, 2024
1 parent f98d57c commit 0950d54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jit_preloader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Gem::Specification.new do |spec|
spec.email = ["kyle.doliveira@clio.com"]
spec.summary = %q{Tool to understand N+1 queries and to remove them}
spec.description = %q{The JitPreloader has the ability to send notifications when N+1 queries occur to help guage how problematic they are for your code base and a way to remove all of the commons explicitly or automatically}
spec.homepage = ""
spec.homepage = "https://github.com/clio/jit_preloader"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 0950d54

Please sign in to comment.