Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions jsonapi_suite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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']
Expand Down