lato 0.1.21 → 0.1.22
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 +4 -4
- data/config/locales/en.yml +17 -0
- data/lib/lato/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebadfc10ff6859504e6fe1c2b62134c7f082ecfb1ebbdb44b8e9b100d74b0e83
|
|
4
|
+
data.tar.gz: db6025f3b928e555f05ec3e34de73ad98ae588b4a8bb979a80a2ac089a445c0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ded2d5b2277f408fa562c99d426932f29575adeea27d8f80730db8eab7b50227147cae213c12b7bdea78c892e67e1e5c33d749458429414a7c33328cddf7fdeb
|
|
7
|
+
data.tar.gz: 8050c958de0bdf551f3f6210823acc8969e62a55405cccddccc32f75091a5396c8d6bd1967d6bc70387baf2d50441d70a1b67dce823a1337f4a22afab4a433d3
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
en:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
lato/user:
|
|
5
|
+
first_name: First name
|
|
6
|
+
last_name: Last name
|
|
7
|
+
password_confirmation: Confirm password
|
|
8
|
+
email: Email
|
|
9
|
+
accepted_privacy_policy_version: Privacy policy
|
|
10
|
+
accepted_terms_and_conditions_version: Terms and conditions
|
|
11
|
+
models:
|
|
12
|
+
lato/user:
|
|
13
|
+
attributes:
|
|
14
|
+
accepted_privacy_policy_version:
|
|
15
|
+
inclusion: not accepted
|
|
16
|
+
accepted_terms_and_conditions_version:
|
|
17
|
+
inclusion: not accepted
|
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: 0.1.
|
|
4
|
+
version: 0.1.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gregorio Galante
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -176,6 +176,7 @@ files:
|
|
|
176
176
|
- app/views/layouts/lato/application.html.erb
|
|
177
177
|
- app/views/layouts/lato/mailer.html.erb
|
|
178
178
|
- config/importmap.rb
|
|
179
|
+
- config/locales/en.yml
|
|
179
180
|
- config/locales/it.yml
|
|
180
181
|
- config/routes.rb
|
|
181
182
|
- db/migrate/20221022205744_create_lato_users.rb
|