Skip to content

Commit 43558b3

Browse files
committed
Update gemspec with correct informations
1 parent 2619e05 commit 43558b3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

jsonapi-authorization.gemspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ require 'jsonapi/authorization/version'
66
Gem::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"

0 commit comments

Comments
 (0)