lwqzx_auth 0.0.5 → 0.0.6

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
  SHA1:
3
- metadata.gz: c29cc965d21b4a3e6e9fe4141b4b7862a3faf59f
4
- data.tar.gz: 37d11dd5068fe9550ab1c156f1de87ba9a3b9cbf
3
+ metadata.gz: 9ef0c33e240d00330fd8d7b65b2879c695d7ee98
4
+ data.tar.gz: 67323eb71a8fc9309ccd9805000a7bd85df3b435
5
5
  SHA512:
6
- metadata.gz: 2e9f03207113011739c07bb0618e5d506bfd59ab8a7a50dc444220e980a679a55b1c76823a1de0829e1e760683d112901fbcb3608cf6cba2eb7a8fd3d9a8c6c5
7
- data.tar.gz: 773059afa0440bad388f7af3d340b813080e270b3c8f123a1f5b2f76a9f9e0d111a57a159166997f77b7a926f6a6fdc52c5617734712422a2a2c3cdcf6cfac71
6
+ metadata.gz: 131a97bc5700d4cf22b4432cd61b7f759fe1b5ab9d9a6bbf2e04f63e5810b33ce30a59247d58c5d4b56f00c178d613db966423683a1b3ed49a54fe148e3ea3ec
7
+ data.tar.gz: 1542483cb88cbfffd1b18f3be6061cfe24ed21d084536baea171d807c1f5edd10c39dd5fed1030babee72af0744d4210b37e5327de7a98f761c2e3e61ce1b942
@@ -1,6 +0,0 @@
1
- module LwqzxAuth
2
- class ApplicationMailer < ActionMailer::Base
3
- default from: 'from@example.com'
4
- layout 'mailer'
5
- end
6
- end
@@ -1,5 +0,0 @@
1
- module LwqzxAuth
2
- class ApplicationRecord < ActiveRecord::Base
3
- self.abstract_class = true
4
- end
5
- end
@@ -13,9 +13,9 @@ module LwqzxAuth
13
13
  end
14
14
 
15
15
  initializer "lwqzx_auth.mount" do |app|
16
- #app.routes.prepend do
17
- # mount LwqzxAuth::Engine => "/"
18
- #end
16
+ app.routes.prepend do
17
+ mount LwqzxAuth::Engine => "/"
18
+ end
19
19
  end
20
20
  end
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module LwqzxAuth
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
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.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - zxy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-19 00:00:00.000000000 Z
11
+ date: 2017-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
- rubygems_version: 2.6.8
72
+ rubygems_version: 2.6.11
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: add auth function to host application.