infusionsoft 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ module Infusionsoft
28
28
  def ok_to_retry(e)
29
29
  @retry_count += 1
30
30
  if @retry_count <= 5
31
- Rails.logger.info "*** INFUSION API ERROR: [#{e}] retrying #{@retry_count} ***" if Rails
31
+ Rails.logger.info "!!! INFUSION API ERROR: [#{e}] retrying #{@retry_count}" if Rails
32
32
  true
33
33
  else
34
34
  false
@@ -24,6 +24,7 @@ module Infusionsoft
24
24
 
25
25
  # Perform request
26
26
  def request(method, service_call, *args)
27
+ Rails.logger "<<<< Performing API Request to #{api_url}"
27
28
  case method.to_sym
28
29
  when :get
29
30
  response = connection(service_call, *args)
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.1.2'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.1.3'.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.2
4
+ version: 1.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-07 00:00:00.000000000 Z
12
+ date: 2013-05-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A Ruby wrapper written for the Infusionsoft API
15
15
  email: