lato 3.6.5 → 3.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/routes.rb +1 -0
- data/lib/lato/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d32fb0983f24eeb25a9a678b4f0a7804be86a5e8b596539a9f83be0f9f35359
|
4
|
+
data.tar.gz: 3359ecc4ea23420edc79b93c9b59cd8fb74a7c6263f0b4c46a86842cbecc46fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ef864ad924c6b855c4369ae6c58c0bbea7b0c8665f4a81834153862d62e2422a9492e580115962ddabeed8a301cba0ab15c3389b941bd36bb09b0eea68d06ed
|
7
|
+
data.tar.gz: 8fb0e62240cd94b656a1e899bf4008c0eea94fb73c4b0d77a438f2779ddbac3fcdd388102ae8d348e59e171bdfef3003e90280301c0fa0c19d1596d5909555f0
|
data/config/routes.rb
CHANGED
@@ -5,6 +5,7 @@ Lato::Engine.routes.draw do
|
|
5
5
|
get 'error', to: 'application#error', as: :error
|
6
6
|
|
7
7
|
post '/switch_locale/:locale', to: 'application#switch_locale', as: 'switch_locale'
|
8
|
+
get '/switch_locale/:locale', to: 'application#switch_locale', as: 'switch_locale_get'
|
8
9
|
|
9
10
|
# Authentication
|
10
11
|
##
|
data/lib/lato/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lato
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.6.
|
4
|
+
version: 3.6.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregorio Galante
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|