wealthforge-ruby 2.2.3 → 2.2.4

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: cb10ed89703b868cf24d1ea795c5f95e859e201e
4
- data.tar.gz: 7763f933910a7402d7175c8707a6f6ddc6bf51b7
3
+ metadata.gz: 054d8769857cc7d1a0daf53aaecc94d8e8ef1bc7
4
+ data.tar.gz: a078d859e0fad45dd1a305cf9bbc28734126e099
5
5
  SHA512:
6
- metadata.gz: 289ee7236c93d4112aa1dae5b2799d2c7d25ecbdda6f24325519a83d0b26f62d686a36a84dd563507b2b0b08420474d97c0df961ea59010badc103b19180b91a
7
- data.tar.gz: 52f126e05a81560617bf4f3dda49c317e26852646c01e227872daf2161f98198362aa25c56de4fb58831843830a30e56ef316703c579b062c7d35f983dcb87c0
6
+ metadata.gz: 78af0b8f8c44a20dce1e746ae0e7a8814f235f1ff342f7e32ba9a2ef661bc353fa06484fd9babf7c86d957b5ec1f44ea57991fb86a89db1d5b1f16e114efe619
7
+ data.tar.gz: 141ee4969ca9199b0abeb470fa49384799b01f5317414adbf7d575900bb69f9c25f1c428a2f79ad015bcd3a520b91b3a9f45e45947b76aa4b65591f18e1e9b4b
@@ -1,8 +1,6 @@
1
- require 'pp'
2
-
3
1
  class WealthForge::ApiException < StandardError
4
2
  def initialize(e = nil)
5
- pp e
3
+ puts "API error: #{e.inspect}"
6
4
  super e
7
5
  set_backtrace e.backtrace if e
8
6
  end
@@ -5,7 +5,6 @@ require 'csv'
5
5
  require 'timeout'
6
6
  require 'resolv-replace'
7
7
  require 'jwt'
8
- require 'pp'
9
8
 
10
9
  class WealthForge::Connection
11
10
 
@@ -65,10 +64,7 @@ class WealthForge::Connection
65
64
 
66
65
 
67
66
  def self.check_result(result)
68
- pp result
69
- unless result['errors'].nil?
70
- pp result
71
- end
67
+ puts "WF log: #{result.inspect}"
72
68
  end
73
69
 
74
70
 
@@ -1,3 +1,3 @@
1
1
  module WealthForge
2
- VERSION = '2.2.3'
2
+ VERSION = '2.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wealthforge-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.3
4
+ version: 2.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dino Simone | dinosimone.com