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.
@@ -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
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.1.7d'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.1.7'.freeze unless defined?(::Infusionsoft::VERSION)
4
4
  end
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.7d
5
- prerelease: 5
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: 2013-12-11 00:00:00.000000000 Z
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.1
81
+ version: 1.3.6
82
82
  requirements: []
83
83
  rubyforge_project:
84
84
  rubygems_version: 1.8.24