rhodes 3.2.0.beta.6 → 3.2.0.beta.7
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/Rakefile
CHANGED
data/bin/get-rhodes-info
CHANGED
data/rakefile.rb
CHANGED
@@ -14,7 +14,7 @@ if ENV["RHO_HOME"].nil?
|
|
14
14
|
rakefilepath = "#{$app_config["sdk"]}/Rakefile"
|
15
15
|
else
|
16
16
|
begin
|
17
|
-
rakefilepath =
|
17
|
+
rakefilepath = `get-rhodes-info --rhodes-path`.chomp
|
18
18
|
rakefilepath = File.join(rakefilepath, "Rakefile")
|
19
19
|
rescue
|
20
20
|
rakefilepath = ""
|
@@ -34,8 +34,10 @@
|
|
34
34
|
});
|
35
35
|
|
36
36
|
$.ajaxPrefilter(function(options, originalOptions, jqXHR){
|
37
|
-
|
37
|
+
// we may have no explicit success handler!
|
38
|
+
if (!options.success) return;
|
38
39
|
|
40
|
+
var origSuccess = options.success;
|
39
41
|
options.success = function(html, textStatus, jqXHR) {
|
40
42
|
if (jqXHR.getResponseHeader('Wait-Page')) {
|
41
43
|
// We cannot just do nothing on wait-page being received, because
|
data/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.2.0.beta.
|
1
|
+
3.2.0.beta.7
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhodes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 62196461
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 2
|
9
9
|
- 0
|
10
10
|
- beta
|
11
|
-
-
|
12
|
-
version: 3.2.0.beta.
|
11
|
+
- 7
|
12
|
+
version: 3.2.0.beta.7
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Rhomobile
|