tramway-auth 1.0.2 → 1.0.2.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5eaba5e607ef14ee52a21da2f5527d42ca1500c4f52c6656062ff4293d4d7f8
|
4
|
+
data.tar.gz: fe2c9a374d3a4a52e7d48494bd6394883c091066af63aaffc90081e80be9edf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd6e792f582b78e3372834d141d42b7541d6895f5861d762d564e476f7ea4e1ac187a4981b5ce980e68dc9b9846b889aa8d367ad1b9098bd6aa046be131d502b
|
7
|
+
data.tar.gz: 5704514fd42bd0c098859ea6d11ca76c1152d8dbafc79caa5d66e674890c996b17f791acfafd143a624f2748186efd823e51dc37b8149c93dbe310ec4dc8d7df
|
data/lib/tramway/auth/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.2
|
4
|
+
version: 1.0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails engine for auth
|
14
14
|
email:
|
@@ -23,7 +23,7 @@ files:
|
|
23
23
|
- app/assets/config/tramway_auth_manifest.js
|
24
24
|
- app/assets/javascripts/tramway/auth/application.js
|
25
25
|
- app/assets/stylesheets/tramway/auth/application.css
|
26
|
-
- app/controllers/concerns/
|
26
|
+
- app/controllers/concerns/auth_management.rb
|
27
27
|
- app/controllers/tramway/auth/application_controller.rb
|
28
28
|
- app/controllers/tramway/auth/web/application_controller.rb
|
29
29
|
- app/controllers/tramway/auth/web/sessions_controller.rb
|
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
60
|
version: '0'
|
61
61
|
requirements: []
|
62
62
|
rubyforge_project:
|
63
|
-
rubygems_version: 2.7.
|
63
|
+
rubygems_version: 2.7.6
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
66
|
summary: Rails engine for auth
|