Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagopog committed Jul 16, 2017
1 parent d96a582 commit 2989b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonapi-utils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
spec.authors = ['Tiago Guedes', 'Douglas André']
spec.email = ['tiagopog@gmail.com', 'douglas@beautydate.com.br']

spec.summary = "JSON::Utils is a simple way to get a full-featured JSON API serialization for your controller's responses."
spec.description = "A Rails way to get your API's data serialized through JSON API's specs (http://jsosapi.org)"
spec.summary = "JSON::Utils is a simple way to get a full-featured JSON API on your Rails application."
spec.description = "Build JSON API-compliant APIs on Rails with no (or less) learning curve."
spec.homepage = 'https://github.com/b2beauty/jsonapi-utils'
spec.license = 'MIT'

Expand Down

0 comments on commit 2989b0e

Please sign in to comment.