quail-graphql 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 533ee34f833eda1f6f2778525b7c7ebeb74cefa5079f6d975036beadf6e7806f
4
- data.tar.gz: 5a0cfcb41cacb78a2c14d6991540cce0ec7b668aa29d272e7d5903fbb1680b55
3
+ metadata.gz: d8d29b5d0fb8b5b47f5c9db6cce596955975b7648404fe12e216ba5a4d2e1a7b
4
+ data.tar.gz: f340a5c3eb0e324183cb1e282e7e6863e5e992ba458b682f4690f42585c44647
5
5
  SHA512:
6
- metadata.gz: 1c352c4130697b4b12d0e65e0c48cc915fb5973a29570a21ede1cf3daae1c83f826dda8dd28484a0bc41c7c3a799aadcca2b6d4ef127d714060be78d7f5ad62f
7
- data.tar.gz: 953b975db29131c9174453ccfac1acc57d93ced08a80462ce3b6a9a64156c739bfb9f233eae6a4c29155f3dca41f8f71e5d0e27b6098e02a9f1ca93b68db31d6
6
+ metadata.gz: 76c29a5a573fb30b9d784844f5a4c8d12a5aff1c60e582a4702dc0c53fcc79e7cf0d4160ccb6abc2b0c539df6561d8ae9a3faaa74809d8bfaea92b0e64fed308
7
+ data.tar.gz: 403f51353cb848b7c5c60f5a78ddd8a9b4ed08e5b11dea4c0eb6e5b451e38f2c18f178e6f3c40e7833b2700a69dff1cab883a72384593f84459f2441dc76cc9a
data/lib/quail/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Quail
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file exists so that `gem "quail-graphql"` auto-requires correctly.
4
+ # The gem name on RubyGems is "quail-graphql" but the library entry point is "quail".
5
+ require "quail"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quail-graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Demetrious Wilson
@@ -73,6 +73,7 @@ files:
73
73
  - lib/generators/quail/templates/initializer.rb.tt
74
74
  - lib/generators/quail/templates/resource.rb.tt
75
75
  - lib/generators/quail/templates/schema.rb.tt
76
+ - lib/quail-graphql.rb
76
77
  - lib/quail.rb
77
78
  - lib/quail/channel.rb
78
79
  - lib/quail/controller_helpers.rb
@@ -117,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
118
  - !ruby/object:Gem::Version
118
119
  version: '0'
119
120
  requirements: []
120
- rubygems_version: 4.0.3
121
+ rubygems_version: 4.0.10
121
122
  specification_version: 4
122
123
  summary: Rails-first GraphQL with an Alba-inspired declarative DSL
123
124
  test_files: []