texel-docusign 0.2.31 → 0.2.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/docusign.gemspec +1 -1
  2. data/lib/docusign/base.rb +1 -1
  3. metadata +1 -1
data/docusign.gemspec CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  Gem::Specification.new do |s|
19
19
  s.name = %q{docusign}
20
- s.version = "0.2.31"
20
+ s.version = "0.2.32"
21
21
 
22
22
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
23
23
  s.authors = ["Leigh Caplan"]
data/lib/docusign/base.rb CHANGED
@@ -22,7 +22,7 @@ module Docusign
22
22
  connection = Docusign::APIServiceSoap.new
23
23
  header = AuthHeaderHandler.new(
24
24
  :user_name => options.delete(:user_name),
25
- :password => options.delete(:password),
25
+ :password => options.delete(:password)
26
26
  )
27
27
 
28
28
  connection.headerhandler << header
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: texel-docusign
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.31
4
+ version: 0.2.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leigh Caplan