1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Merge pull request #284 from amatsuda/https_homepage

GitHub does no longer provide http:// pages
This commit is contained in:
Paulo Henrique Lopes Ribeiro 2016-08-01 16:41:02 -03:00 committed by GitHub
commit bf483d6e68

View file

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Module for the 'fog' gem to support Amazon Web Services.}
spec.description = %q{This library can be used as a module for `fog` or as standalone provider
to use the Amazon Web Services in applications..}
spec.homepage = "http://github.com/fog/fog-aws"
spec.homepage = "https://github.com/fog/fog-aws"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")