graphqr 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/graphqr/version.rb +1 -1
- data/lib/graphqr.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f872050870c704c750620f560725fedbb386e1e2
|
4
|
+
data.tar.gz: a951daec569df80f61bcc745c539d5a3ebcea16f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f449a600a8c747a0ccbc0e54380862c0981f4be15b41298a0bb5b2a6b162b3ae74846e7a14f863ebc22e743ff61aadd26eb64d3f7bebc5084f65620c24ea4b70
|
7
|
+
data.tar.gz: 28446614b1c6cde4eb44efca6656831dff436c4a4ffab9d29ae3031717499ec8a6ba357dfa4d86da22102a549d46e49a4df4207dd768a1839c0f1b228758b8e9
|
data/README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
[![Build Status](https://travis-ci.com/QultureRocks/graphqr.svg?branch=master)](https://travis-ci.com/QultureRocks/graphqr)
|
2
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/7f7b51e89e8fe4de1b23/maintainability)](https://codeclimate.com/github/QultureRocks/graphqr/maintainability)
|
3
|
+
|
1
4
|
# GraphQR
|
2
5
|
|
3
6
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/graphqr`. To experiment with that code, run `bin/console` for an interactive prompt.
|
@@ -24,6 +27,7 @@ If you'd like to use the pagination feature, you must have `pagy` installed.
|
|
24
27
|
|
25
28
|
## Usage
|
26
29
|
|
30
|
+
[Documentation](https://qulturerocks.github.io/graphqr/)
|
27
31
|
TODO: Write usage instructions here
|
28
32
|
|
29
33
|
## Development
|
data/lib/graphqr/version.rb
CHANGED
data/lib/graphqr.rb
CHANGED