jasmine 1.1.0.rc2 → 1.1.0.rc3

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.
@@ -27,9 +27,19 @@
27
27
  return trivialReporter.specFilter(spec);
28
28
  };
29
29
 
30
+ var currentWindowOnload = window.onload;
31
+
30
32
  window.onload = function() {
31
- jasmineEnv.execute();
33
+ if (currentWindowOnload) {
34
+ currentWindowOnload();
35
+ }
36
+ execJasmine();
32
37
  };
38
+
39
+ function execJasmine() {
40
+ jasmineEnv.execute();
41
+ }
42
+
33
43
  })();
34
44
  </script>
35
45
 
@@ -1,3 +1,3 @@
1
1
  module Jasmine
2
- VERSION = "1.1.0.rc2"
2
+ VERSION = "1.1.0.rc3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jasmine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.1.0.rc2
5
+ version: 1.1.0.rc3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Rajan Agaskar
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2011-06-27 00:00:00 -04:00
15
+ date: 2011-07-13 00:00:00 -04:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -228,7 +228,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
228
228
  requirements:
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- hash: 609958605
231
+ hash: 520847695
232
232
  segments:
233
233
  - 0
234
234
  version: "0"