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 +1 -1
- data/HISTORY.md +4 -0
- data/app/assets/javascripts/quorum/quorum.js +0 -3
- data/lib/quorum/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/HISTORY.md
CHANGED
|
@@ -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
|
},
|
data/lib/quorum/version.rb
CHANGED
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.
|
|
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:
|
|
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:
|
|
439
|
+
hash: 731925169058267446
|
|
440
440
|
requirements: []
|
|
441
441
|
rubyforge_project:
|
|
442
442
|
rubygems_version: 1.8.24
|