eloqua 1.2.0 → 1.2.1

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/eloqua.gemspec CHANGED
@@ -4,7 +4,7 @@ require "eloqua/version"
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'eloqua'
6
6
  s.version = Eloqua::VERSION
7
- s.date = '2012-08-02'
7
+ s.date = '2012-08-14'
8
8
  s.authors = ["Brian Jou", "Ryan Caught", "James Lal"]
9
9
  s.email = 'brian@vidyard.com'
10
10
  s.files = ["lib/eloqua.rb"]
data/lib/eloqua/api.rb CHANGED
@@ -52,7 +52,7 @@ module Eloqua
52
52
  if(!Eloqua.user || !Eloqua.password)
53
53
  raise('Eloqua.user or Eloqua.password is not set see Eloqua.authenticate')
54
54
  end
55
- clients[type] ||= Savon::Client.new do
55
+ clients[type] = Savon::Client.new do
56
56
  wsdl.document = WSDL[type]
57
57
  wsse.credentials Eloqua.user, Eloqua.password
58
58
  end
@@ -1,3 +1,3 @@
1
1
  module Eloqua
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eloqua
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-08-02 00:00:00.000000000 Z
14
+ date: 2012-08-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: savon