groovestack-auth 0.1.3 → 0.1.4

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: 3e6ccf59ab55e82729596851a00f18c896e6df16c9d45ca2b00a42d4423f83ef
4
- data.tar.gz: f9eea1a65e1e598f65bbad9ca1b46d4db1addece95572f80b29776d68cb4b815
3
+ metadata.gz: f7c14d36fad5acc720d0f44ce7795c7fffcd1ea416d53f802e4801ad136758bd
4
+ data.tar.gz: 8fe0fb2426b715e59af32c9df343d23fea03717f892cd23cf7e54a6d347e3f32
5
5
  SHA512:
6
- metadata.gz: d30ea7d0923fc99b189730e64d856f8b543d4ecc83020f5b7d1f5aded4d453a26f4649bca434b45498f3fe9aa3ab008d50fdd411a8b2c90d9a5fe97e4ef5c8bf
7
- data.tar.gz: f8087e52558cb0a2e4c1cf5da07261da122932f8c134215ea9193c41f235b3b5da4ce7356985cd3377987de6aa7b055a6a9c02b22fe65e5997fbe37c21fd0676
6
+ metadata.gz: c15fd401c9270166a39c6666d868513f252a720c6cc923cc08036c6d7dda1b71399ada37484624aa748f9ad24f07305420e84218c848450eb2776df6ed6a3d0a
7
+ data.tar.gz: 6845419383718e8512f2cbdfa035d11a45213975c1c1188574361802edb14db058c399559710819b2360be19c046406718a25f203984f8198426506b963ff89e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- groovestack-auth (0.1.2)
4
+ groovestack-auth (0.1.3)
5
5
  groovestack-base (~> 0.1, >= 0.1.7)
6
6
  groovestack-config (~> 0.1, >= 0.1.1)
7
7
  jsonb_accessor (~> 1.4)
@@ -36,6 +36,6 @@ ActiveSupport.on_load(:after_initialize) do # rubocop:disable Metrics/BlockLengt
36
36
  }
37
37
 
38
38
  # make AppConfig query public
39
- ::Types::QueryType.fields['AppConfig'].instance_variable_set(:@authenticate, false)
39
+ ::Types::QueryType.fields['AppConfig'].instance_variable_set(:@authenticate, false) if defined?(::Types::QueryType)
40
40
  end
41
41
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Groovestack
4
4
  module Auth
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
6
6
  end
7
7
  end
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Schridde