tramway-auth 1.0.2.1 → 1.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: c22d3ab3e3a738566a93d3c41cbc58837ab51d0968df3216c81ff82d45f89618
|
4
|
+
data.tar.gz: 36b2ba3a76bff1fb482cfdb8d7cfa08a3604a388b63202e91a38037edc611707
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1590acb86276d4d7f2aa34f3a3501cb4f864d374b43206223befe87429614bd521313330777b864d4a3bb15e1ffbda7465f3c3336c9b629436c237d47bc8f503
|
7
|
+
data.tar.gz: 3c553346e9159ff0ce5e043d2cb1a7a337d9f74dc1db927ffe4408824e582ed6baf239fc8be9a70a56bf493d3d463d5d55a849bff551335700811b35bb1de25f
|
File without changes
|
File without changes
|
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.
|
4
|
+
version: '1.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-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails engine for auth
|
14
14
|
email:
|
@@ -33,8 +33,10 @@ files:
|
|
33
33
|
- app/mailers/tramway/auth/application_mailer.rb
|
34
34
|
- app/models/tramway/auth/application_record.rb
|
35
35
|
- app/views/tramway/auth/web/sessions/new.html.haml
|
36
|
-
- config/locales/helpers.yml
|
37
|
-
- config/locales/
|
36
|
+
- config/locales/en/helpers.yml
|
37
|
+
- config/locales/en/locale.yml
|
38
|
+
- config/locales/ru/helpers.yml
|
39
|
+
- config/locales/ru/locale.yml
|
38
40
|
- config/routes.rb
|
39
41
|
- lib/tasks/tramway/auth_tasks.rake
|
40
42
|
- lib/tramway/auth.rb
|
@@ -59,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
61
|
- !ruby/object:Gem::Version
|
60
62
|
version: '0'
|
61
63
|
requirements: []
|
62
|
-
|
63
|
-
rubygems_version: 2.7.6
|
64
|
+
rubygems_version: 3.0.3
|
64
65
|
signing_key:
|
65
66
|
specification_version: 4
|
66
67
|
summary: Rails engine for auth
|