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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7f9f7648617cc2047eca9dcef7856a6441ecf3baa5e13c1954cfab90434370e
4
- data.tar.gz: fd1f0cc6ea1bbd73a87c510352f833dbe508bd157832ecf87260b3cccc675135
3
+ metadata.gz: 4d32fb0983f24eeb25a9a678b4f0a7804be86a5e8b596539a9f83be0f9f35359
4
+ data.tar.gz: 3359ecc4ea23420edc79b93c9b59cd8fb74a7c6263f0b4c46a86842cbecc46fd
5
5
  SHA512:
6
- metadata.gz: 71e84a9a2315cb407c40652db445dec7a8f8219b9f5d36a3469214e9054cb5345e0390eb0a47119013fc9377d860791fb529a1c3590b4b5319a204920a963ccc
7
- data.tar.gz: '09154e6115b585f655c425e95887baf9534decab16b05756c34506a5109cddacd8b5da05dd2871516e25c8b314836d570c66a81baab0cac143a0aa992c62c3a7'
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
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.6.5"
2
+ VERSION = "3.6.6"
3
3
  end
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.5
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-07 00:00:00.000000000 Z
11
+ date: 2024-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails