cb-api 6.3.1 → 6.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module Cb
18
18
  ret += "<EmailAddress>#{@email}</EmailAddress>"
19
19
  ret += "<JobDID>#{@job_did}</JobDID>"
20
20
  ret += "<SiteID>#{@site_id}</SiteID>"
21
- ret += "<IPath>#{@ipath}</IPath>"
21
+ ret += "<IPath>#{@ipath[0..9]}</IPath>"
22
22
  ret += "<IsExternalLinkApply>#{@is_external_link_apply}</IsExternalLinkApply>"
23
23
  ret += "<HostSite>#{Cb.configuration.host_site}</HostSite>"
24
24
  ret += "</Request>"
data/lib/cb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '6.3.1'
2
+ VERSION = '6.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cb-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.1
4
+ version: 6.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: