pivotal-screw-unit-server 0.5.11 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ 0.5.12
2
+ - Explicitly pass the :session_id in the post params to /sessions/finish after the suite is finished
3
+
1
4
  0.5.11
2
5
  - Added ScrewUnit::Representations::Spec.project_js_files, .project_css_files, and .jquery_js_file.
3
6
 
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 5
4
- :patch: 11
4
+ :patch: 12
@@ -85,7 +85,7 @@ module ScrewUnit
85
85
  ajax({
86
86
  type: "POST",
87
87
  url: '#{ScrewUnit::Resources::SeleniumSession.path("/finish")}',
88
- data: {"text": error_text}
88
+ data: {"text": error_text, "session_id": '#{session_id}'}
89
89
  });
90
90
  });
91
91
  })(jQuery);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-screw-unit-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal Labs
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-06-17 00:00:00 -07:00
13
+ date: 2009-06-18 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency