File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,13 @@ require 'jsonapi/authorization/version'
66Gem ::Specification . new do |spec |
77 spec . name = "jsonapi-authorization"
88 spec . version = JSONAPI ::Authorization ::VERSION
9- spec . authors = [ "Vesa Laakso" ]
10- spec . email = [ "vesa.laakso@venuu .fi" ]
9+ spec . authors = [ "Vesa Laakso" , "Emil Sågfors" ]
10+ spec . email = [ "laakso. vesa@gmail.com" , "emil.sagfors@iki .fi"]
1111
1212 spec . summary = "Generic authorization for jsonapi-resources gem"
13- spec . homepage = "TODO: Put your gem's website or public repo URL here. "
13+ spec . homepage = "https://github.com/venuu/jsonapi-authorization "
1414
1515 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
16- spec . bindir = "exe"
17- spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
1816 spec . require_paths = [ "lib" ]
1917
2018 spec . add_dependency "jsonapi-resources" , "0.7.0"
You can’t perform that action at this time.
0 commit comments