Skip to content

Commit b62189f

Browse files
committed
Update gemspecs with new homepage/repo url and descriptions.
1 parent c73807d commit b62189f

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

aws-sdk-core/aws-sdk-core.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Gem::Specification.new do |spec|
55
spec.name = 'aws-sdk-core'
66
spec.version = version
77
spec.summary = 'AWS SDK for Ruby - Core'
8-
spec.description = 'Provides API clients for AWS.'
8+
spec.description = 'Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.'
99
spec.author = 'Amazon Web Services'
10-
spec.homepage = 'http://github.com/aws/aws-sdk-core-ruby'
10+
spec.homepage = 'http://github.com/aws/aws-sdk-ruby'
1111
spec.license = 'Apache 2.0'
12+
spec.email = ['[email protected]']
1213

1314
spec.require_paths = ['lib']
1415

aws-sdk-resources/aws-sdk-resources.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Gem::Specification.new do |spec|
55
spec.name = 'aws-sdk-resources'
66
spec.version = version
77
spec.summary = 'AWS SDK for Ruby - Resources'
8-
spec.description = 'Provides resource-oriented abstractions for AWS.'
8+
spec.description = 'Provides resource oriented interfaces and other higher-level abstractions for many AWS services. This gem is part of the official AWS SDK for Ruby.'
99
spec.author = 'Amazon Web Services'
10-
spec.homepage = 'http://github.com/aws/aws-sdk-core-ruby'
10+
spec.email = ['[email protected]']
11+
spec.homepage = 'http://github.com/aws/aws-sdk-ruby'
1112
spec.license = 'Apache 2.0'
1213
spec.require_paths = ['lib']
1314

aws-sdk/aws-sdk.gemspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Gem::Specification.new do |spec|
44

55
spec.name = 'aws-sdk'
66
spec.version = version
7-
spec.summary = 'AWS SDK for Ruby - Version 2'
8-
spec.description = 'Provides libraries for AWS.'
7+
spec.summary = 'AWS SDK for Ruby'
8+
spec.description = 'The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.'
99
spec.author = 'Amazon Web Services'
10-
spec.homepage = 'http://github.com/aws/aws-sdk-core-ruby'
10+
spec.homepage = 'http://github.com/aws/aws-sdk-ruby'
1111
spec.license = 'Apache 2.0'
12+
spec.email = ['[email protected]']
1213

1314
spec.require_paths = ['lib']
1415
spec.files += Dir['lib/**/*.rb']

0 commit comments

Comments
 (0)