abank 0.4.8 → 0.4.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0c532723fa1fdbba391b26c59f6f48348ae894aa3d77e78f8157e48130b868a
4
- data.tar.gz: b29c85587e6369483bb98c31df0ae3a37dbd3f136b1cd7b86f96d627b7a577d4
3
+ metadata.gz: 6226a5dfabceca906dc4184df86a56a73e0011bed42f585d32b6670611c45079
4
+ data.tar.gz: 3553914f765583d647c71adfa780ec1c0d5cb82d374d19364be04401ab471aa4
5
5
  SHA512:
6
- metadata.gz: 38b7dc65b7c119aba2f8ca470ed690cabfbf778b5a5d295686194ede2d5327cc58fce5b2e3724ac23f1800aff307ac48829eee23474d64ef05e8712afcb0d88f
7
- data.tar.gz: 6e6815d2d870ed30711671d6d6aae45cc86ed93c17d6cb054af9e196a8bc6ccb76f3d0074172133d116e338326375df707517da850a59fa652ebbff0eb5550e7
6
+ metadata.gz: 1f5b4022cc832335806b74273b2ddc2a5201ed6cf42b0c19fc3c9993cc1c9903b7a33fa66a7e1eb1f29da6f1ed55b88dccef31a1904ce8c9e52501521c4cae51
7
+ data.tar.gz: c78f07a0573bd68e4368ea4c5488812a1074c1c7857091199095faef8470db3c460501027f333ed25e65cff4deef03c916c07dcf7414d46b0698a8d12c5457dd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abank (0.4.8)
4
+ abank (0.4.9)
5
5
  google-cloud-bigquery
6
6
  roo
7
7
  thor
data/lib/abank/big.rb CHANGED
@@ -154,7 +154,7 @@ module Abank
154
154
 
155
155
  # @return [String] sql para obter movimentos novos (depois da ultima renda do contrato arrendamento)
156
156
  def sql_novo_mv(mdl)
157
- "select dl,vl from #{BD}.mvgem where ct='#{opcao[:c]}' and dl>='#{(mdl + 1).strftime(DF)}' order by dl,dv"
157
+ "select * from #{BD}.mvgem where ct='#{opcao[:c]}' and dl>='#{(mdl + 1).strftime(DF)}' order by 1,2"
158
158
  end
159
159
 
160
160
  # @return [String] sql para obter dados do inicio contrato arrendamento
data/lib/abank/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Abank
4
- VERSION = '0.4.8'
4
+ VERSION = '0.4.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz