Skip to content

Commit

Permalink
Use https for GitHub link (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 authored Jan 20, 2022
1 parent eb5c578 commit cab97df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "devise-i18n"
gem.homepage = "http://github.com/tigrish/devise-i18n"
gem.homepage = "https://github.com/tigrish/devise-i18n"
gem.license = "MIT"
gem.summary = %Q{Translations for the devise gem}
gem.description = %Q{Translations for the devise gem}
Expand Down
3 changes: 1 addition & 2 deletions devise-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Gem::Specification.new do |s|
"rails/locales/zh-TW.yml",
"rails/locales/zh-YUE.yml"
]
s.homepage = "http://github.com/tigrish/devise-i18n".freeze
s.homepage = "https://github.com/tigrish/devise-i18n".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "3.0.3".freeze
s.summary = "Translations for the devise gem".freeze
Expand Down Expand Up @@ -160,4 +160,3 @@ Gem::Specification.new do |s|
s.add_dependency(%q<omniauth-twitter>.freeze, [">= 0"])
end
end

0 comments on commit cab97df

Please sign in to comment.