graphql_devise 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql_devise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Celi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-11-26 00:00:00.000000000 Z
12
+ date: 2019-11-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: devise_token_auth
@@ -269,6 +269,7 @@ files:
269
269
  - app/graphql/graphql_devise/resolvers/base.rb
270
270
  - app/graphql/graphql_devise/resolvers/check_password_token.rb
271
271
  - app/graphql/graphql_devise/resolvers/confirm_account.rb
272
+ - app/graphql/graphql_devise/resolvers/dummy.rb
272
273
  - app/graphql/graphql_devise/schema.rb
273
274
  - app/graphql/graphql_devise/types/authenticatable_type.rb
274
275
  - app/graphql/graphql_devise/types/mutation_type.rb