solidus_br_common 1.1.1 → 1.1.2
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 +3 -3
- data/config/locales/pt-BR.yml +7 -2
- data/solidus_br_common.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1a1c9f1cbc965f0e89c598f09cb2768d9d19d59
|
|
4
|
+
data.tar.gz: 914cf27c94005ef27b1174b19d96b5122e6c035e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05135c35c3cc34b3f1492480bcebe5e36f89021f453d338ea6c4e2c4b95edc3d31e576eb04439f6c2f84c6c873ce51eafc486be68a1e121aeed0964adde6153f
|
|
7
|
+
data.tar.gz: a16498a56e9045bef9b273297cd5e5c0a51b0bf74346b376c7dbebd0ecf3641e5e6458313c192212aa802fdd810cd6da8759d057f2b6938fc400da18ed594d06
|
data/config/locales/en.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
pt-BR:
|
|
2
2
|
activerecord:
|
|
3
3
|
attributes:
|
|
4
|
-
spree/address:
|
|
4
|
+
spree/address: &address
|
|
5
5
|
number: Número
|
|
6
6
|
district: Bairro
|
|
7
|
-
spree/user:
|
|
7
|
+
spree/user: &user
|
|
8
8
|
cpf: CPF
|
|
9
9
|
date_of_birth: Data de Nascimento
|
|
10
|
+
phone: Telefone
|
|
11
|
+
first_name: Nome
|
|
12
|
+
last_name: Sobrenome
|
|
10
13
|
spree:
|
|
11
14
|
date_picker:
|
|
12
15
|
js_mask: 00/00/0000
|
|
13
16
|
format: '%d/%m/%Y'
|
|
14
17
|
full_name: Nome Completo
|
|
18
|
+
<<: *user
|
|
19
|
+
<<: *address
|
data/solidus_br_common.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'solidus_br_common'
|
|
5
|
-
s.version = '1.1.
|
|
5
|
+
s.version = '1.1.2'
|
|
6
6
|
s.summary = 'Brazil commons aspects'
|
|
7
7
|
s.description = 'This extension has goal to provide common aspects as cities, extras address information and some seeds to Brazil'
|
|
8
8
|
s.required_ruby_version = '>= 2.0.0'
|