We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51665eb commit e52e9ceCopy full SHA for e52e9ce
mysql2.gemspec
@@ -7,7 +7,7 @@ Mysql2::GEMSPEC = Gem::Specification.new do |s|
7
s.license = "MIT"
8
s.email = ['[email protected]', '[email protected]']
9
s.extensions = ["ext/mysql2/extconf.rb"]
10
- s.homepage = 'http://github.com/brianmario/mysql2'
+ s.homepage = 'https://github.com/brianmario/mysql2'
11
s.rdoc_options = ["--charset=UTF-8"]
12
s.summary = 'A simple, fast Mysql library for Ruby, binding to libmysql'
13
s.required_ruby_version = '>= 2.0.0'
0 commit comments