finapps 0.22.0.pre → 0.22.1.pre

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
  SHA1:
3
- metadata.gz: 728787f2219e5fd97d9238ea61d83cddca78cfa1
4
- data.tar.gz: 08be72771f15908906e229a97f5a67c09e70e0d2
3
+ metadata.gz: fb1d364d8ce695fc03b61edf1ce2231749d4e35d
4
+ data.tar.gz: c459a73d6eb3c3a967ba7475ce9f2e8b714a3891
5
5
  SHA512:
6
- metadata.gz: 58b9390f91f6379ec58ac6e70bddfe01c2b303064b2f29fc902e90323c91d686ef69fdcf70221c30d72a20c2ad0bf927ca371e9c3fe15fcd53da33004d0ae1a9
7
- data.tar.gz: ea39b5b30ed8fc47996105e47788ab5a20833ccb785db83c87892c2b6d11bf53f7657fa7935b93b909798e6295c651b2bd8d84ac12bc6ffc6d3a7b5a9a7645d5
6
+ metadata.gz: 838fbbb91f5fba97d76ec0da93462c3e421312b4e3176218646803ccd21f338911dfa3228ca80e78073f171a7bd4cfd0844c99ab76610b17ae54fefc1d4cfac5
7
+ data.tar.gz: 3161a6087a117cacd28b2e0e55a7ea34968c0dec26ca8a4ab42f0100d1a6f5af6ad3b2e0b87cbe07d71500e9529f6675f93d32434ad7d04759659192158d44ab
@@ -40,7 +40,7 @@ module FinApps
40
40
  def update(params={})
41
41
  logger.debug "##{__method__.to_s} => Started"
42
42
 
43
- path = Defaults::END_POINTS[:users_update]
43
+ path = Defaults::END_POINTS[:transactions_update]
44
44
  logger.debug "##{__method__.to_s} => path: #{path}"
45
45
 
46
46
  _, error_messages = @client.send(path, :put, params.compact)
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.22.0.pre'
2
+ VERSION = '0.22.1.pre'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0.pre
4
+ version: 0.22.1.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-04 00:00:00.000000000 Z
11
+ date: 2015-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor