Skip to content

Commit

Permalink
Merge pull request #73 from sebyx07/improve-gemspec
Browse files Browse the repository at this point in the history
Add homepage for gem
  • Loading branch information
fimmtiu authored Aug 15, 2024
2 parents f98d57c + 0950d54 commit 7d1a975
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 = ["[email protected]"]
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 7d1a975

Please sign in to comment.