lato 0.1.21 → 0.1.22

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: e341af1abdc45fd1bd1676413dda8067d5d4e304162595688d39238a1ac0f76b
4
- data.tar.gz: 260f04739041cbbabf4228ea860acca5be4a1a8c66c82832267b4f468eded4aa
3
+ metadata.gz: ebadfc10ff6859504e6fe1c2b62134c7f082ecfb1ebbdb44b8e9b100d74b0e83
4
+ data.tar.gz: db6025f3b928e555f05ec3e34de73ad98ae588b4a8bb979a80a2ac089a445c0b
5
5
  SHA512:
6
- metadata.gz: 511960e3a047e5d80547ac0b83ddf4ca4270bf3248ba608c62c72da1ecf5cf330eb7f79a06e3e9ea47e99e9364d5da643da114f36836419bb99349d30554245c
7
- data.tar.gz: 9e5e79926336ec3a85c1304214cfad71b41d93aedd2623a128a0f9735b24f2a8dfcdf94aa2c33166a8e91f51a4ea309965fc979bf4dcd0fed522b5460370c8b7
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
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "0.1.21"
2
+ VERSION = "0.1.22"
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: 0.1.21
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 00:00:00.000000000 Z
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