groovestack-auth 0.1.2 → 0.1.3

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: d55e1534f363ae608acb764eaa95c7ceb0a964fa1d1964ae16886073a7b7bdea
4
- data.tar.gz: fc391b6a965a59a915767c388a6fd5a983dd406d645fffc7709418f0431870b9
3
+ metadata.gz: 3e6ccf59ab55e82729596851a00f18c896e6df16c9d45ca2b00a42d4423f83ef
4
+ data.tar.gz: f9eea1a65e1e598f65bbad9ca1b46d4db1addece95572f80b29776d68cb4b815
5
5
  SHA512:
6
- metadata.gz: 94fa6bc15d8e1e52931130f37b303bbaac701e94b083b1fffa62c6441ee6bfc899ff05ba1f4bad461253573f91e24d41730468bb241158f0bb4cd058159207bc
7
- data.tar.gz: fc9b032a60b9425baf77bb9879e986a805049bdeb33a316fac897e2f897cf5035e331f1c3a3bf1abe54948466d53bc298f93ac28e19ef7f7019a0f800b1d1227
6
+ metadata.gz: d30ea7d0923fc99b189730e64d856f8b543d4ecc83020f5b7d1f5aded4d453a26f4649bca434b45498f3fe9aa3ab008d50fdd411a8b2c90d9a5fe97e4ef5c8bf
7
+ data.tar.gz: f8087e52558cb0a2e4c1cf5da07261da122932f8c134215ea9193c41f235b3b5da4ce7356985cd3377987de6aa7b055a6a9c02b22fe65e5997fbe37c21fd0676
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- groovestack-auth (0.1.1)
5
- groovestack-base (>= 0.1.7)
6
- groovestack-config (>= 0.1.1)
4
+ groovestack-auth (0.1.2)
5
+ groovestack-base (~> 0.1, >= 0.1.7)
6
+ groovestack-config (~> 0.1, >= 0.1.1)
7
7
  jsonb_accessor (~> 1.4)
8
8
  omniauth-apple
9
9
  omniauth-google-oauth2
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Groovestack
4
4
  module Auth
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'groovestack/base'
4
+ require 'groovestack/config'
4
5
 
5
6
  require 'graphql_devise' if defined?(GraphqlDevise)
6
7
  require 'omniauth-google-oauth2'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groovestack-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Schridde