tramway-auth 1.0.2 → 1.0.2.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: 3b5e3728f129947365cc098b525efbe7190fff125512c856a20f205d39b400cd
4
- data.tar.gz: d086566a1c5e555885044fcaa8f4077e50b476110e469f12ea1e3b6ae3b9c3ac
3
+ metadata.gz: b5eaba5e607ef14ee52a21da2f5527d42ca1500c4f52c6656062ff4293d4d7f8
4
+ data.tar.gz: fe2c9a374d3a4a52e7d48494bd6394883c091066af63aaffc90081e80be9edf2
5
5
  SHA512:
6
- metadata.gz: 4cb5db773468d67fd48dcf64d110cdf6a87f90fde6f020a78d508aa42f80db4483bac7ae4b0a4f69a75c27ca7d20e576922a75bed580e46dea8ba1e521d806c1
7
- data.tar.gz: b17e4f09c8527d22014c306e735a87bbc400a6ef396284298f87bd93eb96375f22247ddb39cac904684ca46bd5a3e0c98b346ca495f444bb009c35b2af212805
6
+ metadata.gz: dd6e792f582b78e3372834d141d42b7541d6895f5861d762d564e476f7ea4e1ac187a4981b5ce980e68dc9b9846b889aa8d367ad1b9098bd6aa046be131d502b
7
+ data.tar.gz: 5704514fd42bd0c098859ea6d11ca76c1152d8dbafc79caa5d66e674890c996b17f791acfafd143a624f2748186efd823e51dc37b8149c93dbe310ec4dc8d7df
@@ -1,4 +1,4 @@
1
- module AuthManagment
1
+ module AuthManagement
2
2
  def sign_in(user)
3
3
  session[:user_id] = user.id
4
4
  end
@@ -1,5 +1,5 @@
1
1
  require_dependency "tramway/auth/application_controller"
2
2
 
3
3
  class Tramway::Auth::Web::ApplicationController < ::Tramway::Auth::ApplicationController
4
- include AuthManagment
4
+ include AuthManagement
5
5
  end
@@ -1,7 +1,7 @@
1
1
  module Tramway
2
2
  module Auth
3
3
  module ApplicationHelper
4
- include AuthManagment
4
+ include AuthManagement
5
5
  include ::FontAwesome5::Rails::IconHelper
6
6
  include Tramway::Core::TitleHelper
7
7
  include Tramway::Admin::NavbarHelper
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Auth
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.2.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
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-06-16 00:00:00.000000000 Z
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/auth_managment.rb
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.7
63
+ rubygems_version: 2.7.6
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Rails engine for auth