ymdp 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.2
1
+ 1.3.3
@@ -47,11 +47,12 @@ window.OIB =
47
47
  ajax: (url, method, params, success_function, error_function) ->
48
48
  params = params || {}
49
49
  params["application"] = View.application
50
+ params["guid"] = YMDP.guid if YMDP.guid
50
51
 
51
52
  debug = !params["_hide_debug"]
52
53
 
53
54
  if debug
54
- Debug.log "OIB.ajax: About to call openmail.Application.callWebService: ",
55
+ Debug.log "OIB.ajax: About to call openmail.Application.callWebService: ",
55
56
  "method": method,
56
57
  "url": url + "?" + $.param(params)
57
58
 
@@ -131,4 +132,4 @@ window.OIB =
131
132
  , (response) ->
132
133
  Debug.error("Scanning.next error", response)
133
134
  if (error_function)
134
- error_function(response)
135
+ error_function(response)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ymdp"
8
- s.version = "1.3.2"
8
+ s.version = "1.3.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Isaac Priestley"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ymdp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 2
10
- version: 1.3.2
9
+ - 3
10
+ version: 1.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Isaac Priestley