Skip to content

Commit

Permalink
GitHub is HTTPS by default (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda authored and sodabrew committed Dec 7, 2017
1 parent 51665eb commit e52e9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Mysql2::GEMSPEC = Gem::Specification.new do |s|
s.license = "MIT"
s.email = ['[email protected]', '[email protected]']
s.extensions = ["ext/mysql2/extconf.rb"]
s.homepage = 'http://github.com/brianmario/mysql2'
s.homepage = 'https://github.com/brianmario/mysql2'
s.rdoc_options = ["--charset=UTF-8"]
s.summary = 'A simple, fast Mysql library for Ruby, binding to libmysql'
s.required_ruby_version = '>= 2.0.0'
Expand Down

0 comments on commit e52e9ce

Please sign in to comment.