spree_zaez_billet 3.0.1 → 3.0.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/.gitignore +1 -0
- data/config/locales/pt-br.yml +4 -0
- data/spree_zaez_billet.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cccafa9330ab179c4980eef824525d12b61cde3e
|
|
4
|
+
data.tar.gz: 0cbae1cf64f01197194089d06e3533d4310a8083
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52af5139cb095763c59b8ccab8042c48e2f903afbd98b4af232e02bf394612dafb77aee8b221ca9d9606cb8709f3936fd9412d36e3bb945b2a560b8cc3bec0a9
|
|
7
|
+
data.tar.gz: 74004363806955e0c3f17fc23338e115decb26ec08f5ad5726c8e8c32f347481b3a2940cb5304c6e959473a04678c197012f01ed17ff0b135eca009f9b9d3710
|
data/.gitignore
CHANGED
data/config/locales/pt-br.yml
CHANGED
|
@@ -50,6 +50,10 @@ pt-BR:
|
|
|
50
50
|
cnab400: CNAB400
|
|
51
51
|
cbr643: CBR643
|
|
52
52
|
there_is_not_return_in_file: Não há nenhum boleto pago no retorno.
|
|
53
|
+
admin:
|
|
54
|
+
tab:
|
|
55
|
+
billets_shipping: Arquivos Remessa
|
|
56
|
+
billets_return: Arquivos Retorno
|
|
53
57
|
errors:
|
|
54
58
|
there_are_not_any_billets_to_registry: Não há nenhum boleto para registrar.
|
|
55
59
|
invalid_billets: Os títulos são inválidos!
|
data/spree_zaez_billet.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'spree_zaez_billet'
|
|
5
|
-
s.version = '3.0.
|
|
5
|
+
s.version = '3.0.2'
|
|
6
6
|
s.summary = 'Adds Billet as a Payment Method to Spree Commerce'
|
|
7
7
|
s.description = s.summary
|
|
8
8
|
s.required_ruby_version = '>= 2.0.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_zaez_billet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zaez Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: spree_core
|