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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d228d49d49c7960ee308e30a8323b652c8c35911
4
- data.tar.gz: 6bb7c19653461926355c9a832d54ec99cf595e54
3
+ metadata.gz: f872050870c704c750620f560725fedbb386e1e2
4
+ data.tar.gz: a951daec569df80f61bcc745c539d5a3ebcea16f
5
5
  SHA512:
6
- metadata.gz: '09e53ab5da54bad1ec25dd9c88909b14a3f63ecd39da55b66c94de7419b5fe0e1f64fcafb3b5af94797cbe9bb0f65ef706db69399652432dfa3f9342e3b167dc'
7
- data.tar.gz: ecda93af4ec0a88e2a5c69cb56dc90e13dde9f64eef14656cc26c5823ddfee2ca01089b02ce3c2cd1c0d8b5a3e57525715524310f7abf010b89f45842b13a4e1
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GraphQR
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
data/lib/graphqr.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'graphql'
4
+ require 'graphqr/configuration'
4
5
 
5
6
  ##
6
7
  # This module represents all the extensions we made to the graphql-ruby library
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphqr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Puyol