mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
parent
8ca885c7c8
commit
b4f03edd52
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue