finapps_core 5.0.1 → 5.0.2

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
  SHA256:
3
- metadata.gz: 6dced1728081e6bccc330d81b3ad5747e7b8965fce107a23fe8c35054c14cf5b
4
- data.tar.gz: 1ef25f396d5d56fff7da505285a7bb690c493d2d0bb06a7e8b86e4d372a80898
3
+ metadata.gz: 65815b0a5adf4faa074238b88d581f299e6e82eb1d6b0629dd215b1e67496cb1
4
+ data.tar.gz: 93a5e63b37cff0f206b9c72bdf2cbb1ee755445c184f76cec1339596a4c0bfeb
5
5
  SHA512:
6
- metadata.gz: 6d878ee1f66386490a43e3643eb6a033c0359db022de62280e4f77e535683c6ecfd2759b64702a9e0cc04d49f5486c5134686d6a1f630dd7b3752617d24682b8
7
- data.tar.gz: 8219da9b55aa714a0b6f92122d7c1b0297e77dfb6829a91bef982c4cbd6af61bcf9dfaf45217feb91145fa445a731fb462088dd93e92bb72bb8b7b98469ad063
6
+ metadata.gz: 6efabd83cc8009f78593498bf98e8d7d377d521f8e6a4d96fe80a60ab64f296664510c0cc9ac35b5528ed18e283c73fde6b5869857c710961605a0d438c41a9d
7
+ data.tar.gz: de2399bb5f837418c8e777a37ea0091a5cf113bab86a1ddae75fed614eeb76c4ddd5a1cb716b202536246ecd1ba76e76b2f856864489a7144d0947a2373bdd11
@@ -41,14 +41,10 @@ module FinAppsCore
41
41
  send_request_for_id path, :delete, id
42
42
  end
43
43
 
44
- protected
45
-
46
44
  def end_point
47
45
  self.class.name.split('::').last.downcase
48
46
  end
49
47
 
50
- private
51
-
52
48
  def send_request_for_id(path, method, id)
53
49
  path = resource_path(id) if path.nil?
54
50
  send_request path, method
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FinAppsCore
4
- VERSION = '5.0.1'
4
+ VERSION = '5.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-30 00:00:00.000000000 Z
11
+ date: 2019-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday