Skip to content

Commit abb02ae

Browse files
committed
Fix gemspec description and summary
1 parent 73e78d7 commit abb02ae

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

aws-sessionstore-dynamodb.gemspec

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
version = File.read(File.expand_path('VERSION', __dir__)).strip
44

55
Gem::Specification.new do |spec|
6-
spec.name = 'aws-sessionstore-dynamodb'
7-
spec.version = version
8-
spec.author = 'Amazon Web Services'
9-
spec.email = ['[email protected]']
10-
spec.summary = 'The Amazon DynamoDB Session Store handles sessions ' \
11-
'for Rack web applications using a DynamoDB backend.'
12-
spec.homepage = 'https://github.com/aws/aws-sessionstore-dynamodb-ruby'
13-
spec.license = 'Apache-2.0'
14-
spec.files = Dir['LICENSE.txt', 'CHANGELOG.md', 'VERSION', 'lib/**/*']
6+
spec.name = 'aws-sessionstore-dynamodb'
7+
spec.version = version
8+
spec.author = 'Amazon Web Services'
9+
spec.email = ['[email protected]']
10+
spec.summary = 'Amazon DynamoDB Session Store for Rack web applications.'
11+
spec.description = 'The Amazon DynamoDB Session Store handles sessions ' \
12+
'for Rack web applications using a DynamoDB backend.'
13+
spec.homepage = 'https://github.com/aws/aws-sessionstore-dynamodb-ruby'
14+
spec.license = 'Apache-2.0'
15+
spec.files = Dir['LICENSE.txt', 'CHANGELOG.md', 'VERSION', 'lib/**/*']
1516

1617
# Require 1.85.0 for user_agent_frameworks config
1718
spec.add_dependency 'aws-sdk-dynamodb', '~> 1', '>= 1.85.0'

0 commit comments

Comments
 (0)