infusionsoft 1.1.7d → 1.1.7
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.
- data/lib/infusionsoft/connection.rb +0 -3
- data/lib/infusionsoft/version.rb +1 -1
- metadata +5 -5
|
@@ -16,9 +16,6 @@ module Infusionsoft
|
|
|
16
16
|
api_logger.info "CALL: #{service_call} api_key:#{api_key} at:#{Time.now} args:#{args.inspect}"
|
|
17
17
|
result = server.call("#{service_call}", api_key, *args)
|
|
18
18
|
if result.nil?; ok_to_retry('nil response') end
|
|
19
|
-
rescue XMLRPC::Client::InfusionAPINilContentTypeError => nil_content
|
|
20
|
-
# Retry up to 5 times on a nil content-type response from Infusionsoft
|
|
21
|
-
ok_to_retry(nil_content) ? retry : raise
|
|
22
19
|
rescue Timeout::Error => timeout
|
|
23
20
|
# Retry up to 5 times on a Timeout before raising it
|
|
24
21
|
ok_to_retry(timeout) ? retry : raise
|
data/lib/infusionsoft/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: infusionsoft
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.1.7
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Nathan Leavitt
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-03-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -76,9 +76,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
77
|
none: false
|
|
78
78
|
requirements:
|
|
79
|
-
- - ! '
|
|
79
|
+
- - ! '>='
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 1.3.
|
|
81
|
+
version: 1.3.6
|
|
82
82
|
requirements: []
|
|
83
83
|
rubyforge_project:
|
|
84
84
|
rubygems_version: 1.8.24
|