lwqzx_auth 0.1.9 → 0.2.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: fb6004480c7c6f091dec6f7220656be166483684696f272b62b23b8858072d8f
4
- data.tar.gz: 6c3842e80d2da8727c53d4c15d498cf208ac8d28bfa27dfa74eb987b0ea2d194
3
+ metadata.gz: 646b1dc96995562fdd2a86af6d410b02b2c48fc8f1b5920eaa58b92341f7d8da
4
+ data.tar.gz: 7099e401098ffe0a58993aa7be74a4bee1c37455f06ee674f3a9bfa2471f495b
5
5
  SHA512:
6
- metadata.gz: d042bb4d928e32c54e3e300e96fc23d4be2e77dc984937f94aae12345db9236d93af3b2a03793970b4e1013ce5921c6d62df52e53fc724ef795432fa2d1cde62
7
- data.tar.gz: e1d5ebe816bd94e1569001824a4f0daec7bd9c5451e3fa4697e397daf030577c0653ea59d79499505da722dd9e5254ee7666f90a7d9612b5257cf8bafeb8589d
6
+ metadata.gz: 055e9659a80d5a60fd7e326bca73561c3415c335fb02519897eadbfec7e5c0724a8dd5bffa5b02508239b724f0f3a85a798c8c6a796512de9c29098f73bc91d2
7
+ data.tar.gz: 3b3eeb44c5a7b2d9032bb5d92aa97710c9ab9c4be4915e032d07ebfe468fdbe517634e8585761e8af2c80028d147001d53dc1707173f5670a884acd01412cc06
@@ -1,3 +1,3 @@
1
1
  module LwqzxAuth
2
- VERSION = '0.1.9'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lwqzx_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - zxy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-02 00:00:00.000000000 Z
11
+ date: 2019-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -40,9 +40,6 @@ files:
40
40
  - app/controllers/lwqzx_auth/application_controller.rb
41
41
  - app/controllers/lwqzx_auth/auth_controller.rb
42
42
  - app/helpers/lwqzx_auth/application_helper.rb
43
- - app/jobs/lwqzx_auth/application_job.rb
44
- - app/mailers/lwqzx_auth/application_mailer.rb
45
- - app/models/lwqzx_auth/application_record.rb
46
43
  - app/views/lwqzx_auth/auth/login.html.slim
47
44
  - config/initializers/rucaptcha.rb
48
45
  - config/routes.rb
@@ -1,4 +0,0 @@
1
- module LwqzxAuth
2
- class ApplicationJob < ActiveJob::Base
3
- end
4
- end
File without changes
File without changes