finapps 0.8.2.pre → 0.8.3.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: 0e9bd146d0272744a9e62f1bba90aa50e7f61dfc
4
- data.tar.gz: 8e57b5d3ad8d36a7f433961a5a4c294c74c231ec
3
+ metadata.gz: fcfdc9d2dc324fa5a467a9a1dca9c4b7f06848ab
4
+ data.tar.gz: 6972c2bf5cf443416ca4c5b210fa12aad76b2dc6
5
5
  SHA512:
6
- metadata.gz: 11f5566051b1ad84f1702a57db8ed8b434976e6a9bb8e826d823db5c428db67a2f3f40067a647538b341ace257a53b9bda2e8546dc6ef614615e7cffb514247e
7
- data.tar.gz: 34125f66813a9674d2f4cf27c53131d8dc268dc65c9dff099eb91bb0acd1878b98275360529990df11e4272e8f77e8a2a20cd81e764b3da2f8d98a14551e7789
6
+ metadata.gz: 25b93e492f5de701ff60d336566398210b68f537653b1858f46e8f3e2bc1e710bb4ce9722699009c7c171f61afabfdc648b0e112c8a1c952bddee11298ea3d6d
7
+ data.tar.gz: a04c50646dd35947bfdc4ec0d37266c418f2f2c50580aa361fb7997c2b071990d03fd372b82918fef1f48fe1abd7e41bbeb16aa4cb94bec485d22aca56dac876
@@ -27,7 +27,6 @@ module FinApps
27
27
  :users_delete => 'users/:public_id/delete',
28
28
  :users_login => 'users/login',
29
29
 
30
-
31
30
  :institutions_list => 'institutions/:search_term/search',
32
31
  :institutions_form => 'institutions/:site_id/form',
33
32
 
@@ -39,7 +38,7 @@ module FinApps
39
38
 
40
39
  :transactions_show => 'transaction/:transaction_id',
41
40
  :transactions_list => 'transactions/search',
42
- :transactions_edit => 'transactions/edit',
41
+ :transactions_update => 'transactions/edit',
43
42
 
44
43
  :categories_list => 'categories',
45
44
  :categories_new => 'categories',
@@ -39,7 +39,7 @@ module FinApps
39
39
 
40
40
  # @param [Hash] params
41
41
  # @return [Array<Hash>, Array<String>]
42
- def edit(params={})
42
+ def update(params={})
43
43
  logger.debug "##{__method__.to_s} => Started"
44
44
 
45
45
  path = Defaults::END_POINTS[:transactions_list]
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.8.2.pre'
2
+ VERSION = '0.8.3.pre'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2.pre
4
+ version: 0.8.3.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero