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

add geemus into gemspec

References fog/fog#3376
This commit is contained in:
Josh Lane 2015-01-02 10:44:42 -08:00
parent 8ca885c7c8
commit b4f03edd52

View file

@ -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")