File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,18 @@ Gem::Specification.new do |spec|
9
9
spec . version = GrapeSwaggerRails ::VERSION
10
10
spec . authors = [ 'Alexander Logunov' ]
11
11
spec . email = [ 'unlovedru@gmail.com' ]
12
- spec . description = 'Swagger UI as Rails Engine for grape-swagger gem'
13
- spec . summary = 'Swagger UI as Rails Engine for grape-swagger gem'
12
+ spec . description = 'Swagger UI as Rails Engine for grape-swagger gem. '
13
+ spec . summary = 'Swagger UI as Rails Engine for grape-swagger gem. '
14
14
spec . homepage = 'https://github.com/ruby-grape/grape-swagger-rails'
15
15
spec . license = 'MIT'
16
16
spec . files = `git ls-files` . split ( $INPUT_RECORD_SEPARATOR)
17
17
spec . test_files = `git ls-files spec` . split ( $INPUT_RECORD_SEPARATOR)
18
18
spec . require_paths = %w[ lib ]
19
-
20
19
spec . add_dependency 'railties' , '>= 6.0.6.1'
20
+ spec . metadata = {
21
+ 'bug_tracker_uri' => 'https://github.com/ruby-grape/grape-swagger-rails/issues' ,
22
+ 'changelog_uri' => 'https://github.com/ruby-grape/grape-swagger-rails/blob/master/CHANGELOG.md' ,
23
+ 'source_code_uri' => "https://github.com/ruby-grape/grape-swagger-rails/tree/v#{ version } " ,
24
+ 'rubygems_mfa_required' => 'true'
25
+ }
21
26
end
You can’t perform that action at this time.
0 commit comments