spot-parser 0.0.1.pre → 0.0.1
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/lib/spot/parser/version.rb +1 -1
- data/templates/carta_basica.html.slim +57 -0
- data/templates/carta_ebc_ikesaki.html.slim +53 -0
- data/templates/carta_epi_walmart.html.slim +44 -0
- data/templates/carta_normas_walmart.html.slim +3 -3
- data/templates/carta_razao_social_rede_walmart.html.slim +50 -0
- data/templates/carta_rede_carrefour.html.slim +38 -0
- data/templates/carta_rede_gpa.html.slim +41 -0
- data/templates/carta_rede_makro.html.slim +52 -0
- data/templates/carta_sonda.html.slim +38 -0
- data/templates/ficha_3.html.slim +359 -0
- data/templates/tabela_pis_infoco.html.slim +2936 -0
- metadata +15 -5
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spot-parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1
|
|
4
|
+
version: 0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sérgio Schnorr Júnior
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-01-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: slim
|
|
@@ -92,11 +92,21 @@ files:
|
|
|
92
92
|
- templates/carrefour_atacadao.html.slim
|
|
93
93
|
- templates/carrefour_normas_condutas.html.slim
|
|
94
94
|
- templates/carta_andorinha.html.slim
|
|
95
|
+
- templates/carta_basica.html.slim
|
|
96
|
+
- templates/carta_ebc_ikesaki.html.slim
|
|
97
|
+
- templates/carta_epi_walmart.html.slim
|
|
95
98
|
- templates/carta_johnson_coop.html.slim
|
|
96
99
|
- templates/carta_normas_walmart.html.slim
|
|
100
|
+
- templates/carta_razao_social_rede_walmart.html.slim
|
|
101
|
+
- templates/carta_rede_carrefour.html.slim
|
|
102
|
+
- templates/carta_rede_gpa.html.slim
|
|
103
|
+
- templates/carta_rede_makro.html.slim
|
|
104
|
+
- templates/carta_sonda.html.slim
|
|
97
105
|
- templates/carta_tenda.html.slim
|
|
98
106
|
- templates/center_shop.html.slim
|
|
99
107
|
- templates/contrato_temporario.html.slim
|
|
108
|
+
- templates/ficha_3.html.slim
|
|
109
|
+
- templates/tabela_pis_infoco.html.slim
|
|
100
110
|
- templates/walmart.html.slim
|
|
101
111
|
- templates/zaffari.html.slim
|
|
102
112
|
homepage: ''
|
|
@@ -114,12 +124,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
114
124
|
version: '0'
|
|
115
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
126
|
requirements:
|
|
117
|
-
- - "
|
|
127
|
+
- - ">="
|
|
118
128
|
- !ruby/object:Gem::Version
|
|
119
|
-
version:
|
|
129
|
+
version: '0'
|
|
120
130
|
requirements: []
|
|
121
131
|
rubyforge_project:
|
|
122
|
-
rubygems_version: 2.
|
|
132
|
+
rubygems_version: 2.4.5
|
|
123
133
|
signing_key:
|
|
124
134
|
specification_version: 4
|
|
125
135
|
summary: Geração de templates para Spot
|