limarka 0.6.6 → 0.6.7

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
  SHA1:
3
- metadata.gz: c7b3897423a409645ab51783db800139add32797
4
- data.tar.gz: e0890ecff65c0f947520e74524dfce79231d4264
3
+ metadata.gz: ffd9703c0eac83dadfbf47e1c969cbdcc8dc6678
4
+ data.tar.gz: ea119d46bdb954d7c11c53682fdc7acdd4e2f352
5
5
  SHA512:
6
- metadata.gz: a1e61b792831c8bc1472fc9a1578f39571bc3351bada381995d2915a0a9fb7fd20888ddef24c06605d5b9e8a5a51ceb0779edb250f9cd26bf7304b0329ca8aff
7
- data.tar.gz: 3fa1dea91f20702a239c5737079657dbd8177a05497314d21a204acfe51435f8eec88ece953701e562ab2eb735d34098629fc89770fa9379aa6143597eec4108
6
+ metadata.gz: 8b0014b269c28835e926fc726d96f802c9c7fc7d486114c7e0e7c2c70575119e273405d35eec9476b81896b0cb19496798fceacf30eb84fc9edd5589db91cca1
7
+ data.tar.gz: e8cdb389dfe15a6cb8c54ce6154b1840249be178e8d45b26ecf180f194e1730ed0415b4581b8f1fc941b9447e20de3b8c933e44200b22220c297b47ddafeff74
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [v0.6.7](https://github.com/abntex/limarka/tree/v0.6.7) (2017-01-31)
4
+ [Full Changelog](https://github.com/abntex/limarka/compare/v0.6.6...v0.6.7)
5
+
6
+ **Bugs corrigidos:**
7
+
8
+ - Geração da folha de aprovação não apresenta o mês [\#128](https://github.com/abntex/limarka/issues/128)
9
+
3
10
  ## [v0.6.6](https://github.com/abntex/limarka/tree/v0.6.6) (2017-01-22)
4
11
  [Full Changelog](https://github.com/abntex/limarka/compare/v0.6.5...v0.6.6)
5
12
 
@@ -164,7 +164,7 @@ module Limarka
164
164
  if value.include?('Não gerar') then
165
165
  {'folha_de_aprovacao' => false}
166
166
  elsif value.include?('Gerar folha') then
167
- {'folha_de_aprovacao' => true}
167
+ {'folha_de_aprovacao' => true, 'aprovacao_mes' => ler_campo('aprovacao_mes')}
168
168
  elsif value.include?('escaneada') then
169
169
  {'incluir_folha_de_aprovacao' => true}
170
170
  else
@@ -1,3 +1,3 @@
1
1
  module Limarka
2
- VERSION = "0.6.6"
2
+ VERSION = "0.6.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limarka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-22 00:00:00.000000000 Z
11
+ date: 2017-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler