infusionsoft 1.1.0b → 1.1.0c

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.
@@ -17,8 +17,8 @@ module Infusionsoft
17
17
  rescue Timeout::Error
18
18
  retry_call(@retry_count)
19
19
  retry if ok_to_retry
20
- rescue => e
21
- raise(InfusionAPIError, "*** INFUSION API ERROR: #{e.faultCode} - #{e.faultString} ***") if ['test', 'development', 'staging'].include?(Rails.env)
20
+ rescue
21
+ #raise(InfusionAPIError, "*** INFUSION API ERROR ***") if ['test', 'development', 'staging'].include?(Rails.env)
22
22
  retry_call(@retry_count)
23
23
  retry if ok_to_retry
24
24
  end
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.1.0b'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.1.0c'.freeze unless defined?(::Infusionsoft::VERSION)
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infusionsoft
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0b
4
+ version: 1.1.0c
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors: