responsys 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/responsys.rb +1 -1
  2. data/responsys.gemspec +1 -1
  3. metadata +2 -2
@@ -23,7 +23,7 @@ class Responsys
23
23
  # <password> - The login password
24
24
  # <options>
25
25
  # timeout_threshold - number of seconds (default 180)
26
- def initialize(username, password, options)
26
+ def initialize(username, password, options = {})
27
27
  @username = username
28
28
  @password = password
29
29
  @client = ResponsysWS.new
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'responsys'
3
- s.version = '0.0.4'
3
+ s.version = '0.0.5'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = 'Responsys Interact API client.'
6
6
  s.description = 'A client for interacting with the Responsys API.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: responsys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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: 2012-11-29 00:00:00.000000000 Z
12
+ date: 2012-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mumboe-soap4r