diff --git a/jsonapi_suite.gemspec b/jsonapi_suite.gemspec index 606a0e1..39fa84c 100644 --- a/jsonapi_suite.gemspec +++ b/jsonapi_suite.gemspec @@ -8,6 +8,7 @@ Gem::Specification.new do |spec| spec.version = JsonapiSuite::VERSION spec.authors = ["Lee Richmond"] spec.email = ["lrichmond1@bloomberg.net"] + spec.homepage = "https://jsonapi-suite.github.io/jsonapi_suite_deprecated" spec.summary = %q{Collection of gems for jsonapi.org-compatible APIs} spec.description = %q{Handles automatic swagger documentation, error handling, serialization, etc} @@ -17,6 +18,11 @@ Gem::Specification.new do |spec| spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + + if spec.respond_to?(:metadata) + spec.metadata["homepage_uri"] = spec.homepage + spec.metadata["source_code_uri"] = "https://github.com/jsonapi-suite/jsonapi_suite_deprecated" + end spec.add_dependency 'actionpack', ['>= 4.1', '< 6'] spec.add_dependency 'activesupport', ['>= 4.1', '< 6']