Skip to content

Commit

Permalink
Rename to Graphiti
Browse files Browse the repository at this point in the history
Originally, this was a collection of gems (hence "Suite") specific to
the jsonapi.org specification (hence "JSONAPI"). We now support
rendering simple JSON and XML, and introduce first-class Resource
constructs instead of wiring-together various gems. We've outgrown the
name "JSONAPI Suite". Plus, JsonapiCompliable is a pain to type ;)

Instead, Graphiti: a stylish alternative to GraphQL.
  • Loading branch information
Lee Richmond committed Aug 3, 2018
1 parent 66f001c commit 49fbf52
Show file tree
Hide file tree
Showing 177 changed files with 555 additions and 36,485 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gemfile:
deploy:
provider: rubygems
api_key: $RUBYGEMS_API_KEY
gem: jsonapi_compliable
gem: graphiti
on:
tags: true
repo: jsonapi-suite/jsonapi_compliable
repo: graphiti/graphiti
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

# Specify your gem's dependencies in jsonapi_compliable.gemspec
# Specify your gem's dependencies in graphiti.gemspec
gemspec

group :test do
Expand Down
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require "bundler/setup"
require "jsonapi_compliable"
require "graphiti"

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
Expand Down
115 changes: 0 additions & 115 deletions docs/Jsonapi.html

This file was deleted.

225 changes: 0 additions & 225 deletions docs/Jsonapi/ResourceGenerator.html

This file was deleted.

Loading

0 comments on commit 49fbf52

Please sign in to comment.