lato 3.10.9 → 3.10.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/lato/operation.rb +2 -2
- data/app/views/layouts/lato/_head_content.html.erb +1 -1
- data/lib/lato/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85be9470ca8e0679d711fd203f81e8f2830833c67db9ab243e51333463856640
|
4
|
+
data.tar.gz: ae3d07235124c0a61239cd068c136cec0433315c5464a6ae5286ab86dbfdbb7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2da4218ea8435e7787f6dd3ba2146e8a5d722a081473144d858694d29f2ff8e760cc04024bf391600c580f72ca6dc9e2e2242b2a3c2cf875dba109438c84d3c
|
7
|
+
data.tar.gz: 519069f4586df49c2c65f45c6353a2784f45b8b79067b7bdf8cb238ee569e4ad53164c7c8183fe252e561a8f50b9c9a4efad97f28cfa36d3cb555088783f4917
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<meta name="full-screen" content="yes">
|
4
4
|
<meta name="browsermode" content="application">
|
5
5
|
<meta name="screen-orientation" content="portrait">
|
6
|
-
<meta name="
|
6
|
+
<meta name="mobile-web-app-capable" content="yes">
|
7
7
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
8
8
|
<meta name="apple-mobile-web-app-title" content="<%= Lato.config.application_title %>">
|
9
9
|
|
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.10.
|
4
|
+
version: 3.10.11
|
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-
|
11
|
+
date: 2024-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -290,7 +290,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
290
290
|
- !ruby/object:Gem::Version
|
291
291
|
version: '0'
|
292
292
|
requirements: []
|
293
|
-
rubygems_version: 3.
|
293
|
+
rubygems_version: 3.4.1
|
294
294
|
signing_key:
|
295
295
|
specification_version: 4
|
296
296
|
summary: Basic engine for all Lato projects
|