tramway-auth 1.0.2.1 → 1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5eaba5e607ef14ee52a21da2f5527d42ca1500c4f52c6656062ff4293d4d7f8
4
- data.tar.gz: fe2c9a374d3a4a52e7d48494bd6394883c091066af63aaffc90081e80be9edf2
3
+ metadata.gz: c22d3ab3e3a738566a93d3c41cbc58837ab51d0968df3216c81ff82d45f89618
4
+ data.tar.gz: 36b2ba3a76bff1fb482cfdb8d7cfa08a3604a388b63202e91a38037edc611707
5
5
  SHA512:
6
- metadata.gz: dd6e792f582b78e3372834d141d42b7541d6895f5861d762d564e476f7ea4e1ac187a4981b5ce980e68dc9b9846b889aa8d367ad1b9098bd6aa046be131d502b
7
- data.tar.gz: 5704514fd42bd0c098859ea6d11ca76c1152d8dbafc79caa5d66e674890c996b17f791acfafd143a624f2748186efd823e51dc37b8149c93dbe310ec4dc8d7df
6
+ metadata.gz: 1590acb86276d4d7f2aa34f3a3501cb4f864d374b43206223befe87429614bd521313330777b864d4a3bb15e1ffbda7465f3c3336c9b629436c237d47bc8f503
7
+ data.tar.gz: 3c553346e9159ff0ce5e043d2cb1a7a337d9f74dc1db927ffe4408824e582ed6baf239fc8be9a70a56bf493d3d463d5d55a849bff551335700811b35bb1de25f
@@ -0,0 +1,4 @@
1
+ en:
2
+ helpers:
3
+ links:
4
+ enter: Sign In
@@ -0,0 +1,9 @@
1
+ en:
2
+ tramway:
3
+ auth:
4
+ web:
5
+ sessions:
6
+ new:
7
+ title: Sign In
8
+ errors:
9
+ wrong_email_or_password: Invalid email or password
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Auth
3
- VERSION = '1.0.2.1'
3
+ VERSION = '1.1'
4
4
  end
5
5
  end
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.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-07-07 00:00:00.000000000 Z
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/ru.yml
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
- rubyforge_project:
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