infusionsoft 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,6 @@ 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}"
28
27
  case method.to_sym
29
28
  when :get
30
29
  response = connection(service_call, *args)
@@ -1,4 +1,4 @@
1
1
  module Infusionsoft
2
2
  # The version of the gem
3
- VERSION = '1.1.3'.freeze unless defined?(::Infusionsoft::VERSION)
3
+ VERSION = '1.1.4'.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.3
4
+ version: 1.1.4
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-18 00:00:00.000000000 Z
12
+ date: 2013-05-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A Ruby wrapper written for the Infusionsoft API
15
15
  email: