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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/app/graphql/graphql_devise/resolvers/dummy.rb +12 -0
- data/app/graphql/graphql_devise/schema.rb +0 -1
- data/lib/graphql_devise/rails/routes.rb +7 -1
- data/lib/graphql_devise/version.rb +1 -1
- data/spec/dummy/log/test.log +2645 -0
- metadata +3 -2
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.
|
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-
|
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
|