Skip to content

Commit

Permalink
Add Universe logo
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Aug 10, 2017
1 parent 11a6cf5 commit 3751111
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ This gem provides a field-level authorization for [graphql-ruby](https://github.
* [License](#license)
* [Code of Conduct](#code-of-conduct)

<a href="https://www.universe.com/" target="_blank" rel="noopener noreferrer">
<img src="images/universe.png" height="41" width="153" alt="Sponsored by Universe" style="max-width:100%;">
</a>

## Usage

Define a GraphQL schema:
Expand Down
2 changes: 1 addition & 1 deletion graphql-guard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
f.match(%r{^(spec|images)/})
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down
Binary file added images/universe.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3751111

Please sign in to comment.