-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: log on unsuccessful responses (#45)
* log on unnsuccesful responses * lint * bump to v0.5.3 * fix: refactor code Co-authored-by: Arya Bhimani <[email protected]> * fix: temp * fix: v0.5.4' * fix: temp log for all responses * fix: client spec * fix: update logs to info * chore: revert back to debug * fix: remove temp log * feat: add unit tests * feat: revert * feat: refactor --------- Co-authored-by: Arya Bhimani <[email protected]>
- Loading branch information
1 parent
980ea7d
commit 6313562
Showing
4 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
graphql-hive (0.5.3) | ||
graphql-hive (0.5.4) | ||
graphql (>= 2.3, < 3) | ||
|
||
GEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Graphql | ||
module Hive | ||
VERSION = "0.5.3" | ||
VERSION = "0.5.4" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters