infusionsoft 1.1.0b → 1.1.0c

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: