Skip to content

Commit a7e19d9

Browse files
committed
Fix Gem summary and description
Signed-off-by: David Celis <[email protected]>
1 parent 476caa4 commit a7e19d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-pagination.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
77
s.version = ApiPagination::VERSION
88
s.authors = ['David Celis']
99
s.email = ['[email protected]']
10-
s.description = 'Link header pagination for Rails APIs'
11-
s.summary = "Link header pagination for Rails APIs. Don't use the request body."
10+
s.description = 'Link header pagination for Rails and Grape APIs'
11+
s.summary = "Link header pagination for Rails and Grape APIs. Don't use the request body."
1212
s.homepage = 'https://github.com/davidcelis/api-pagination'
1313
s.license = 'MIT'
1414

0 commit comments

Comments
 (0)