infusionsoft 1.1.7a → 1.1.7b

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module Infusionsoft
24
24
  Infusionsoft::ExceptionHandler.new(xmlrpc_error)
25
25
  end # Purposefully not catching other exceptions so that they can be handled up the stack
26
26
 
27
- api_logger.info "RESULT:#{result.inspect}"
27
+ api_logger.info "RESULT: #{result.inspect}"
28
28
  return result
29
29
  end
30
30
 
@@ -17,7 +17,7 @@ class Infusionsoft::ExceptionHandler
17
17
  12 => Infusionsoft::InvalidParameterError,
18
18
  13 => Infusionsoft::FailedLoginAttemptError,
19
19
  14 => Infusionsoft::NoAccessError,
20
- 15 => Infusionsoft::FailedLoginAttemptPasswordExpiredError,
20
+ 15 => Infusionsoft::FailedLoginAttemptPasswordExpiredError
21
21
  }
22
22
 
23
23
  def initialize(xmlrpc_exception)
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.1.7a'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.1.7b'.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.7a
4
+ version: 1.1.7b
5
5
  prerelease: 5
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-10-07 00:00:00.000000000 Z
12
+ date: 2013-10-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake