quorum 0.5.1 → 0.5.2

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- quorum (0.5.1)
4
+ quorum (0.5.2)
5
5
  bio-blastxmlparser (~> 1.1.0)
6
6
  jquery-rails
7
7
  net-ssh (~> 2.3.0)
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.5.2 (2012-09-14)
2
+
3
+ * Removed jQuery ajax timeout for long lasting blast jobs.
4
+
1
5
  ## 0.5.1 (2012-09-14)
2
6
 
3
7
  * Fixed Quorum::VERSION uninitialized constant error when overriding views.
@@ -74,7 +74,6 @@ QUORUM.pollResults = function(callback, callback_obj, interval, algos) {
74
74
  dataType: 'json',
75
75
  data: { 'algo': a },
76
76
  cache: false,
77
- timeout: 10000,
78
77
  success: function(data) {
79
78
  processData(data, a);
80
79
  },
@@ -147,7 +146,6 @@ QUORUM.viewDetailedReport = function(focus_id, query, algo) {
147
146
  type: 'get',
148
147
  dataType: 'json',
149
148
  data: { 'algo': algo, 'query': query },
150
- timeout: 10000,
151
149
  success: function(data) {
152
150
  renderTemplate(data);
153
151
  },
@@ -343,7 +341,6 @@ QUORUM.downloadSequence = function(algo_id, algo, el) {
343
341
  url: url,
344
342
  dataType: 'json',
345
343
  data: { 'algo_id': algo_id, 'algo': algo },
346
- timeout: 10000,
347
344
  success: function(data) {
348
345
  self.getSequenceFile(data[0].meta_id, el);
349
346
  },
@@ -1,3 +1,3 @@
1
1
  module Quorum
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quorum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -427,7 +427,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
427
427
  version: '0'
428
428
  segments:
429
429
  - 0
430
- hash: -1335345718495404691
430
+ hash: 731925169058267446
431
431
  required_rubygems_version: !ruby/object:Gem::Requirement
432
432
  none: false
433
433
  requirements:
@@ -436,7 +436,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
436
436
  version: '0'
437
437
  segments:
438
438
  - 0
439
- hash: -1335345718495404691
439
+ hash: 731925169058267446
440
440
  requirements: []
441
441
  rubyforge_project:
442
442
  rubygems_version: 1.8.24