graphql_devise 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30163bf2c26f42fe410f8adb68b491336677d5ff182819c1445e9e0be3ac4fad
4
- data.tar.gz: 857c649c6edc130f9c8b09d91f03c6e5a1788ee332da77446d3783332a5ebac3
3
+ metadata.gz: 2f7dfece709cd21b9fcd43462bac6a9b428f3f264e75b6deb7b7f68e87265c5c
4
+ data.tar.gz: 4b6a0b5f9b1432c1099db7616b71198ffc1f55fcbeb9a887f2abc40a20555017
5
5
  SHA512:
6
- metadata.gz: 7d2c07b7c32c22fafa9e18f767f99355100eb57c89ba377dbe49353c67f27a092ca4949ba2db627c1a58840350aae36163eae0b355964f721d3d955aa5e26dd7
7
- data.tar.gz: 12e63d7d8aa0bd621bea3b01e7cc2398cc001709a1aa9c1faa711552f7699b5a3bbcc2fed356d949b127f9a9cdc49f8d6871ca86ab167307c11d643dcbe0ce49
6
+ metadata.gz: ddac5d5d55ab2fb997715d5dca89fc9e764d157d52a7b820c4b7a954108c24c6c981cfa981b76e0a6a23cf343bd1b68d3aa8cb112d9482be6f0875e3186c6c20
7
+ data.tar.gz: 97ea9fe517b9ab192b44da932810fb850eb90ba45168ee932f8d4969c89b6827cc80bc95b46f8ccaa45d8023e6c036c1df062d29c75503300661a39009490c56
data/.travis.yml CHANGED
@@ -21,13 +21,22 @@ gemfile:
21
21
  - gemfiles/rails5.2_graphql1.8.gemfile
22
22
  - gemfiles/rails5.2_graphql1.9.gemfile
23
23
 
24
- matrix:
24
+ jobs:
25
25
  include:
26
26
  - gemfile: gemfiles/rails6.0_graphql1.8.gemfile
27
27
  rvm: 2.5.7
28
+ - gemfile: gemfiles/rails6.0_graphql1.8.gemfile
29
+ rvm: 2.6.5
30
+ - gemfile: gemfiles/rails6.0_graphql1.9.gemfile
31
+ rvm: 2.5.7
28
32
  - gemfile: gemfiles/rails6.0_graphql1.9.gemfile
29
33
  rvm: 2.6.5
30
34
  - gemfile: gemfiles/rails_edge_graphql_edge.gemfile
31
35
  rvm: 2.5.7
32
36
  - gemfile: gemfiles/rails_edge_graphql_edge.gemfile
33
37
  rvm: 2.6.5
38
+ allow_failures:
39
+ - rvm: 2.5.7
40
+ gemfile: gemfiles/rails_edge_graphql_edge.gemfile
41
+ - rvm: 2.6.5
42
+ gemfile: gemfiles/rails_edge_graphql_edge.gemfile
data/CHANGELOG.md CHANGED
@@ -1,17 +1,23 @@
1
- # Change Log
1
+ # Changelog
2
2
 
3
- ## [v0.5.0](https://github.com/graphql-devise/graphql_devise/tree/v0.5.0) (2019-10-24)
4
- [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.4.1...v0.5.0)
3
+ ## [v0.6.0](https://github.com/graphql-devise/graphql_devise/tree/v0.6.0) (2019-10-29)
5
4
 
6
- **Closed issues:**
5
+ [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.5.0...v0.6.0)
7
6
 
8
- - Add fields when user Sign Up [\#28](https://github.com/graphql-devise/graphql_devise/issues/28)
7
+ **Breaking changes:**
9
8
 
10
- **Merged pull requests:**
9
+ - Change send password reset operation name [\#32](https://github.com/graphql-devise/graphql_devise/pull/32) ([mcelicalderon](https://github.com/mcelicalderon))
10
+
11
+ ## [v0.5.0](https://github.com/graphql-devise/graphql_devise/tree/v0.5.0) (2019-10-24)
12
+
13
+ [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.4.1...v0.5.0)
14
+
15
+ **Implemented enhancements:**
11
16
 
12
17
  - Add routes generator [\#22](https://github.com/graphql-devise/graphql_devise/pull/22) ([00dav00](https://github.com/00dav00))
13
18
 
14
19
  ## [v0.4.1](https://github.com/graphql-devise/graphql_devise/tree/v0.4.1) (2019-10-18)
20
+
15
21
  [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.4.0...v0.4.1)
16
22
 
17
23
  **Fixed bugs:**
@@ -19,64 +25,53 @@
19
25
  - NoMethodError generate\_confirmation\_token! but not supporting confirmable [\#24](https://github.com/graphql-devise/graphql_devise/issues/24)
20
26
  - Refactor signUp mutation, fix confirmable disabled [\#26](https://github.com/graphql-devise/graphql_devise/pull/26) ([mcelicalderon](https://github.com/mcelicalderon))
21
27
 
22
- **Closed issues:**
23
-
24
- - Trying to access /graphql\#execute app claims action could not be found [\#21](https://github.com/graphql-devise/graphql_devise/issues/21)
25
-
26
28
  **Merged pull requests:**
27
29
 
28
30
  - Grammar fixes in README.md documentation. [\#23](https://github.com/graphql-devise/graphql_devise/pull/23) ([aarona](https://github.com/aarona))
29
31
 
30
32
  ## [v0.4.0](https://github.com/graphql-devise/graphql_devise/tree/v0.4.0) (2019-10-14)
33
+
31
34
  [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.3.0...v0.4.0)
32
35
 
33
36
  **Implemented enhancements:**
34
37
 
35
38
  - Support `skip` and `only` when mounting routes [\#19](https://github.com/graphql-devise/graphql_devise/pull/19) ([mcelicalderon](https://github.com/mcelicalderon))
36
39
 
37
- **Merged pull requests:**
38
-
39
- - Test with latest ruby versions [\#18](https://github.com/graphql-devise/graphql_devise/pull/18) ([mcelicalderon](https://github.com/mcelicalderon))
40
-
41
40
  ## [v0.3.0](https://github.com/graphql-devise/graphql_devise/tree/v0.3.0) (2019-10-04)
41
+
42
42
  [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.2.0...v0.3.0)
43
43
 
44
- **Fixed bugs:**
44
+ **Breaking changes:**
45
45
 
46
- - Fix separate resource mounts [\#16](https://github.com/graphql-devise/graphql_devise/pull/16) ([mcelicalderon](https://github.com/mcelicalderon))
46
+ - Use new dir for email templates [\#17](https://github.com/graphql-devise/graphql_devise/pull/17) ([mcelicalderon](https://github.com/mcelicalderon))
47
47
 
48
- **Merged pull requests:**
48
+ **Fixed bugs:**
49
49
 
50
- - Use new dir for email templates [\#17](https://github.com/graphql-devise/graphql_devise/pull/17) ([mcelicalderon](https://github.com/mcelicalderon))
50
+ - Fix separate resource mounts [\#16](https://github.com/graphql-devise/graphql_devise/pull/16) ([mcelicalderon](https://github.com/mcelicalderon))
51
51
 
52
52
  ## [v0.2.0](https://github.com/graphql-devise/graphql_devise/tree/v0.2.0) (2019-09-16)
53
- [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.1.1...v0.2.0)
54
53
 
55
- **Closed issues:**
56
-
57
- - Gem isn't found in rubygems.org [\#6](https://github.com/graphql-devise/graphql_devise/issues/6)
54
+ [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/v0.1.1...v0.2.0)
58
55
 
59
- **Merged pull requests:**
56
+ **Implemented enhancements:**
60
57
 
61
- - Add changelog generator [\#15](https://github.com/graphql-devise/graphql_devise/pull/15) ([mcelicalderon](https://github.com/mcelicalderon))
62
- - General Improvements [\#14](https://github.com/graphql-devise/graphql_devise/pull/14) ([mcelicalderon](https://github.com/mcelicalderon))
63
58
  - Create user confirmation query [\#13](https://github.com/graphql-devise/graphql_devise/pull/13) ([00dav00](https://github.com/00dav00))
64
59
  - Send password reset email [\#12](https://github.com/graphql-devise/graphql_devise/pull/12) ([mcelicalderon](https://github.com/mcelicalderon))
65
- - Added ignore references for rvm config files. [\#11](https://github.com/graphql-devise/graphql_devise/pull/11) ([aarona](https://github.com/aarona))
66
60
  - Check reset password token mutation [\#10](https://github.com/graphql-devise/graphql_devise/pull/10) ([mcelicalderon](https://github.com/mcelicalderon))
67
61
  - Update password mutation [\#9](https://github.com/graphql-devise/graphql_devise/pull/9) ([mcelicalderon](https://github.com/mcelicalderon))
68
62
  - Return errors using new GraphQL specification [\#8](https://github.com/graphql-devise/graphql_devise/pull/8) ([mcelicalderon](https://github.com/mcelicalderon))
69
63
  - Create sign up mutation [\#7](https://github.com/graphql-devise/graphql_devise/pull/7) ([00dav00](https://github.com/00dav00))
70
64
 
71
65
  ## [v0.1.1](https://github.com/graphql-devise/graphql_devise/tree/v0.1.1) (2019-08-30)
72
- **Merged pull requests:**
66
+
67
+ [Full Changelog](https://github.com/graphql-devise/graphql_devise/compare/27b8d31e34d63ecffc122b30e2f9b04e87509b54...v0.1.1)
68
+
69
+ **Implemented enhancements:**
73
70
 
74
71
  - Take custom mutations when mounting gem in routes [\#5](https://github.com/graphql-devise/graphql_devise/pull/5) ([mcelicalderon](https://github.com/mcelicalderon))
75
- - Test against different Rails and GraphQL version [\#4](https://github.com/graphql-devise/graphql_devise/pull/4) ([mcelicalderon](https://github.com/mcelicalderon))
76
72
  - Cleanup login mutation [\#3](https://github.com/graphql-devise/graphql_devise/pull/3) ([mcelicalderon](https://github.com/mcelicalderon))
77
73
  - PoC first login mutation [\#2](https://github.com/graphql-devise/graphql_devise/pull/2) ([mcelicalderon](https://github.com/mcelicalderon))
78
- - Add devise-token-auth and create test dummy [\#1](https://github.com/graphql-devise/graphql_devise/pull/1) ([00dav00](https://github.com/00dav00))
79
74
 
80
75
 
81
76
 
82
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
77
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/README.md CHANGED
@@ -97,7 +97,7 @@ The following is a list of the symbols you can provide to the `operations`, `ski
97
97
  :logout
98
98
  :sign_up
99
99
  :update_password
100
- :send_reset_password
100
+ :send_password_reset
101
101
  :confirm_account
102
102
  :check_password_token
103
103
  ```
@@ -164,7 +164,7 @@ is `User`.
164
164
  1. userLogout
165
165
  1. userSignUp
166
166
  1. userUpdatePassword
167
- 1. userSendResetPassword
167
+ 1. userSendPasswordReset
168
168
 
169
169
  #### Queries
170
170
  1. userConfirmAccount
@@ -32,6 +32,8 @@ Gem::Specification.new do |spec|
32
32
  spec.add_development_dependency 'appraisal'
33
33
  spec.add_development_dependency 'factory_bot'
34
34
  spec.add_development_dependency 'faker'
35
+ spec.add_development_dependency 'generator_spec'
36
+ spec.add_development_dependency 'github_changelog_generator'
35
37
  spec.add_development_dependency 'pry'
36
38
  spec.add_development_dependency 'pry-byebug'
37
39
  spec.add_development_dependency 'rake', '~> 10.0'
@@ -40,6 +42,4 @@ Gem::Specification.new do |spec|
40
42
  spec.add_development_dependency 'rubocop-performance'
41
43
  spec.add_development_dependency 'rubocop-rspec'
42
44
  spec.add_development_dependency 'sqlite3', '~> 1.3'
43
- spec.add_development_dependency 'github_changelog_generator'
44
- spec.add_development_dependency 'generator_spec'
45
45
  end
@@ -14,7 +14,7 @@ module ActionDispatch::Routing
14
14
  logout: GraphqlDevise::Mutations::Logout,
15
15
  sign_up: GraphqlDevise::Mutations::SignUp,
16
16
  update_password: GraphqlDevise::Mutations::UpdatePassword,
17
- send_reset_password: GraphqlDevise::Mutations::SendPasswordReset
17
+ send_password_reset: GraphqlDevise::Mutations::SendPasswordReset
18
18
  }.freeze
19
19
  default_queries = {
20
20
  confirm_account: GraphqlDevise::Resolvers::ConfirmAccount,
@@ -1,3 +1,3 @@
1
1
  module GraphqlDevise
2
- VERSION = '0.5.0'.freeze
2
+ VERSION = '0.6.0'.freeze
3
3
  end