Skip to content

Commit 5547196

Browse files
committed
Actualize gemspec homepage URI
1 parent 434cffb commit 5547196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grape-swagger-representable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.email = ['[email protected]']
1010

1111
s.summary = 'Grape swagger adapter to support representable object parsing'
12-
s.homepage = 'https://github.com/Bugagazavr/grape-swagger-representable'
12+
s.homepage = 'https://github.com/ruby-grape/grape-swagger-representable'
1313
s.license = 'MIT'
1414

1515
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

0 commit comments

Comments
 (0)