aliada_webapp_rails 1.1.2 → 1.1.3

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: f6bfc02211ef680cd973c55a2243af0a4ddf80c2
4
- data.tar.gz: a51762f11f6f8174387cfbf045c51e97b681a261
3
+ metadata.gz: e54245e64a1207b52f8c28eb08c64d7d04beb7f5
4
+ data.tar.gz: e037a1d4c911a116f655f5acf3c32d628957d31e
5
5
  SHA512:
6
- metadata.gz: 81b1d2f5e3050641ec4cf791d343f924ade59cf098afd5668924414696c7be9baac2503128698ea0052356833e0d88df02fa66a1b1d22526556a8d3f46bd0619
7
- data.tar.gz: 1b1ecd2c426e5fab71261b16719ba475ec516b8035ea15c002b183411266fdcf75fb80a87887b032dbbf698efaed20744736df777686c687aad3d9187f0082d0
6
+ metadata.gz: c528c1d7d32bf57396c11810be04d462677f814ecc0f7ccc35a7afa63d127833948df9875f5f14ebe3f861286e728b721522605bdd9d75d7c3db242caef19dca
7
+ data.tar.gz: ab693a0c6e321aaf7b5be87a7f70c7961d616675af8abcdd41b052ac2e92fbf71adfdc0d2b2748653379ac67d4f00b5fe3c338783239b7abd78c860213cc6e32
@@ -2,19 +2,5 @@ require_dependency "aliada_webapp_rails/application_controller"
2
2
 
3
3
  module AliadaWebappRails
4
4
  class HomeController < ApplicationController
5
- before_action :do_actions
6
-
7
- def do_actions
8
- if current_user
9
- if current_user.respond_to?(:jwt) && current_user.jwt
10
- @jwt = current_user.jwt
11
- end
12
-
13
- if current_user.has_services?
14
- redirect_to '/servicios-proximos'
15
- end
16
- end
17
- end
18
-
19
5
  end
20
6
  end
@@ -1,3 +1,3 @@
1
1
  module AliadaWebappRails
2
- VERSION = '1.1.2'
2
+ VERSION = '1.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliada_webapp_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Alfredo Lorenzo