Skip to content

Commit fe57349

Browse files
packagethiefrosa
authored andcommitted
Gemspec: Use https for GitHub URLs
1 parent d71aa8a commit fe57349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solid_queue.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Gem::Specification.new do |spec|
55
spec.version = SolidQueue::VERSION
66
spec.authors = [ "Rosa Gutierrez" ]
77
spec.email = [ "[email protected]" ]
8-
spec.homepage = "http://github.com/basecamp/solid_queue"
8+
spec.homepage = "https://github.com/basecamp/solid_queue"
99
spec.summary = "Database-backed Active Job backend."
1010
spec.description = "Database-backed Active Job backend."
1111
spec.license = "MIT"
1212

1313
spec.metadata["homepage_uri"] = spec.homepage
14-
spec.metadata["source_code_uri"] = "http://github.com/basecamp/solid_queue"
14+
spec.metadata["source_code_uri"] = "https://github.com/basecamp/solid_queue"
1515

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

0 commit comments

Comments
 (0)