We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaeeb0 commit ab6d028Copy full SHA for ab6d028
jsonapi_compliable.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
spec.authors = ["Lee Richmond", "Venkata Pasupuleti"]
10
spec.email = ["richmolj@gmail.com", "spasupuleti4@bloomberg.net"]
11
12
- spec.summary = %q{JSON Compliable serializer for action controller}
+ spec.summary = %q{Easily build jsonapi.org-compatible APIs}
13
spec.license = "MIT"
14
15
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
0 commit comments