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 1daf1bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ This gem provides a field-level authorization for [graphql-ruby](https://github.
* [License](#license)
* [Code of Conduct](#code-of-conduct)

<p>
Sponsored by:<br>
<a href="https://www.universe.com/"><img src="images/universe.png" alt="Universe" width="256" height="38"></img></a>
</p>

## 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{^(test|spec|features|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 1daf1bc

Please sign in to comment.