diff --git a/fog-aws.gemspec b/fog-aws.gemspec index 5255d2c2c..a38188d4f 100644 --- a/fog-aws.gemspec +++ b/fog-aws.gemspec @@ -6,12 +6,12 @@ require 'fog/aws/version' Gem::Specification.new do |spec| spec.name = "fog-aws" spec.version = Fog::AWS::VERSION - spec.authors = ["Josh Lane"] - spec.email = ["me@joshualane.com"] + spec.authors = ["Josh Lane", "Wesley Beary"] + spec.email = ["me@joshualane.com", "geemus@gmail.com"] 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 = "" + spec.homepage = "http://github.com/fog/fog-aws" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0")