Skip to content

Commit

Permalink
Gemspec: Use https for GitHub URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
packagethief authored and rosa committed Feb 23, 2024
1 parent d71aa8a commit fe57349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solid_queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Gem::Specification.new do |spec|
spec.version = SolidQueue::VERSION
spec.authors = [ "Rosa Gutierrez" ]
spec.email = [ "rosa@37signals.com" ]
spec.homepage = "http://github.com/basecamp/solid_queue"
spec.homepage = "https://github.com/basecamp/solid_queue"
spec.summary = "Database-backed Active Job backend."
spec.description = "Database-backed Active Job backend."
spec.license = "MIT"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "http://github.com/basecamp/solid_queue"
spec.metadata["source_code_uri"] = "https://github.com/basecamp/solid_queue"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
Expand Down

0 comments on commit fe57349

Please sign in to comment.