quorum 0.8.1 → 0.8.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/.gitignore CHANGED
@@ -6,3 +6,4 @@ spec/dummy/log/*.log
6
6
  spec/dummy/tmp/*
7
7
  spec/dummy/config/database.yml
8
8
  spec/dummy/quorum/
9
+ Gemfile.lock
data/HISTORY.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.8.2 (2013-2-07)
2
+
3
+ * Namespace change for bio-blastxmlparser v1.1.1
4
+ * Upgrading? Run generators.
5
+
1
6
  ## 0.8.1 (2012-12-06)
2
7
 
3
8
  * SSH bug fix.
@@ -1,4 +1,4 @@
1
- = Quorum {<img src="https://secure.travis-ci.org/ncgr/quorum.png?branch=master" alt="Build Status" />}[http://travis-ci.org/ncgr/quorum]
1
+ = Quorum {<img src="https://secure.travis-ci.org/ncgr/quorum.png?branch=master" alt="Build Status" />}[http://travis-ci.org/ncgr/quorum] {<img src="https://gemnasium.com/ncgr/quorum.png" alt="Dependency Status" />}[https://gemnasium.com/ncgr/quorum]
2
2
 
3
3
  A flexible bioinformatics search tool.
4
4
 
@@ -330,7 +330,7 @@ module Quorum
330
330
  @results = false # Did the xml contain results?
331
331
 
332
332
  if File.size(@out) > 0
333
- report = Bio::Blast::XmlIterator.new(@out)
333
+ report = Bio::BlastXMLParser::XmlIterator.new(@out)
334
334
  report.to_enum.each do |iteration|
335
335
 
336
336
  @data = {}
@@ -1,3 +1,3 @@
1
1
  module Quorum
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.add_dependency "net-ssh", "~> 2.3.0"
21
21
  s.add_dependency "resque", "~> 1.20.0"
22
22
  s.add_dependency "resque-result", "~> 1.0.1"
23
- s.add_dependency "bio-blastxmlparser", "~> 1.1.0"
23
+ s.add_dependency "bio-blastxmlparser", "~> 1.1.1"
24
24
 
25
25
  s.add_development_dependency "mysql2", "~> 0.3.11"
26
26
  s.add_development_dependency "pg", "~> 0.14.1"
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.8.1
4
+ version: 0.8.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-06 00:00:00.000000000 Z
12
+ date: 2013-02-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -98,7 +98,7 @@ dependencies:
98
98
  requirements:
99
99
  - - ~>
100
100
  - !ruby/object:Gem::Version
101
- version: 1.1.0
101
+ version: 1.1.1
102
102
  type: :runtime
103
103
  prerelease: false
104
104
  version_requirements: !ruby/object:Gem::Requirement
@@ -106,7 +106,7 @@ dependencies:
106
106
  requirements:
107
107
  - - ~>
108
108
  - !ruby/object:Gem::Version
109
- version: 1.1.0
109
+ version: 1.1.1
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: mysql2
112
112
  requirement: !ruby/object:Gem::Requirement
@@ -230,7 +230,6 @@ files:
230
230
  - .rspec
231
231
  - .travis.yml
232
232
  - Gemfile
233
- - Gemfile.lock
234
233
  - HISTORY.md
235
234
  - MIT-LICENSE
236
235
  - README.rdoc
@@ -273,12 +272,12 @@ files:
273
272
  - app/models/quorum/job.rb
274
273
  - app/models/quorum/job_data.rb
275
274
  - app/models/quorum/job_fetch_data.rb
276
- - app/models/quorum/job_queue_observer.rb
277
275
  - app/models/quorum/job_queue_service.rb
278
276
  - app/models/quorum/job_report_searcher.rb
279
277
  - app/models/quorum/job_serializer.rb
280
278
  - app/models/quorum/tblastn_job.rb
281
279
  - app/models/quorum/tblastn_job_report.rb
280
+ - app/observers/quorum/job_queue_observer.rb
282
281
  - app/views/layouts/quorum/application.html.erb
283
282
  - app/views/quorum/jobs/form/_blastn_form.html.erb
284
283
  - app/views/quorum/jobs/form/_blastp_form.html.erb
@@ -433,7 +432,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
433
432
  version: '0'
434
433
  segments:
435
434
  - 0
436
- hash: 2115123913404319690
435
+ hash: -4222826157838690648
437
436
  required_rubygems_version: !ruby/object:Gem::Requirement
438
437
  none: false
439
438
  requirements:
@@ -442,10 +441,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
442
441
  version: '0'
443
442
  segments:
444
443
  - 0
445
- hash: 2115123913404319690
444
+ hash: -4222826157838690648
446
445
  requirements: []
447
446
  rubyforge_project:
448
- rubygems_version: 1.8.24
447
+ rubygems_version: 1.8.25
449
448
  signing_key:
450
449
  specification_version: 3
451
450
  summary: Flexible bioinformatics search tool.
@@ -1,204 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- quorum (0.8.1)
5
- bio-blastxmlparser (~> 1.1.0)
6
- jquery-rails
7
- net-ssh (~> 2.3.0)
8
- rails (~> 3.1)
9
- resque (~> 1.20.0)
10
- resque-result (~> 1.0.1)
11
-
12
- GEM
13
- remote: http://rubygems.org/
14
- specs:
15
- actionmailer (3.2.9)
16
- actionpack (= 3.2.9)
17
- mail (~> 2.4.4)
18
- actionpack (3.2.9)
19
- activemodel (= 3.2.9)
20
- activesupport (= 3.2.9)
21
- builder (~> 3.0.0)
22
- erubis (~> 2.7.0)
23
- journey (~> 1.0.4)
24
- rack (~> 1.4.0)
25
- rack-cache (~> 1.2)
26
- rack-test (~> 0.6.1)
27
- sprockets (~> 2.2.1)
28
- activemodel (3.2.9)
29
- activesupport (= 3.2.9)
30
- builder (~> 3.0.0)
31
- activerecord (3.2.9)
32
- activemodel (= 3.2.9)
33
- activesupport (= 3.2.9)
34
- arel (~> 3.0.2)
35
- tzinfo (~> 0.3.29)
36
- activeresource (3.2.9)
37
- activemodel (= 3.2.9)
38
- activesupport (= 3.2.9)
39
- activesupport (3.2.9)
40
- i18n (~> 0.6)
41
- multi_json (~> 1.0)
42
- addressable (2.3.2)
43
- arel (3.0.2)
44
- bio-blastxmlparser (1.1.0)
45
- bio-logger (>= 1.0.0)
46
- nokogiri (>= 1.5.0)
47
- bio-logger (1.0.1)
48
- log4r (>= 1.1.9)
49
- builder (3.0.4)
50
- capybara (1.1.4)
51
- mime-types (>= 1.16)
52
- nokogiri (>= 1.3.3)
53
- rack (>= 1.0.0)
54
- rack-test (>= 0.5.4)
55
- selenium-webdriver (~> 2.0)
56
- xpath (~> 0.1.4)
57
- childprocess (0.3.6)
58
- ffi (~> 1.0, >= 1.0.6)
59
- columnize (0.3.6)
60
- daemons (1.1.9)
61
- database_cleaner (0.9.1)
62
- debugger (1.2.2)
63
- columnize (>= 0.3.1)
64
- debugger-linecache (~> 1.1.1)
65
- debugger-ruby_core_source (~> 1.1.5)
66
- debugger-linecache (1.1.2)
67
- debugger-ruby_core_source (>= 1.1.1)
68
- debugger-ruby_core_source (1.1.5)
69
- diff-lcs (1.1.3)
70
- erubis (2.7.0)
71
- eventmachine (1.0.0)
72
- ffi (1.2.0)
73
- hike (1.2.1)
74
- i18n (0.6.1)
75
- jasmine (1.3.1)
76
- jasmine-core (~> 1.3.1)
77
- rack (~> 1.0)
78
- rspec (>= 1.3.1)
79
- selenium-webdriver (>= 0.1.3)
80
- jasmine-core (1.3.1)
81
- journey (1.0.4)
82
- jquery-rails (2.1.4)
83
- railties (>= 3.0, < 5.0)
84
- thor (>= 0.14, < 2.0)
85
- json (1.7.5)
86
- libwebsocket (0.1.7.1)
87
- addressable
88
- websocket
89
- log4r (1.1.10)
90
- mail (2.4.4)
91
- i18n (>= 0.4.0)
92
- mime-types (~> 1.16)
93
- treetop (~> 1.4.8)
94
- mime-types (1.19)
95
- multi_json (1.4.0)
96
- mysql2 (0.3.11)
97
- net-ssh (2.3.0)
98
- nokogiri (1.5.5)
99
- pg (0.14.1)
100
- polyglot (0.3.3)
101
- rack (1.4.1)
102
- rack-cache (1.2)
103
- rack (>= 0.4)
104
- rack-protection (1.2.0)
105
- rack
106
- rack-ssl (1.3.2)
107
- rack
108
- rack-test (0.6.2)
109
- rack (>= 1.0)
110
- rails (3.2.9)
111
- actionmailer (= 3.2.9)
112
- actionpack (= 3.2.9)
113
- activerecord (= 3.2.9)
114
- activeresource (= 3.2.9)
115
- activesupport (= 3.2.9)
116
- bundler (~> 1.0)
117
- railties (= 3.2.9)
118
- railties (3.2.9)
119
- actionpack (= 3.2.9)
120
- activesupport (= 3.2.9)
121
- rack-ssl (~> 1.3.2)
122
- rake (>= 0.8.7)
123
- rdoc (~> 3.4)
124
- thor (>= 0.14.6, < 2.0)
125
- rake (10.0.2)
126
- rdoc (3.12)
127
- json (~> 1.4)
128
- redis (2.2.2)
129
- redis-namespace (1.0.3)
130
- redis (< 3.0.0)
131
- resque (1.20.0)
132
- multi_json (~> 1.0)
133
- redis-namespace (~> 1.0.2)
134
- sinatra (>= 0.9.2)
135
- vegas (~> 0.1.2)
136
- resque-meta (1.0.3)
137
- resque (~> 1.8)
138
- resque-result (1.0.1)
139
- resque (~> 1.9)
140
- resque-meta (~> 1.0)
141
- resque_spec (0.12.7)
142
- resque (>= 1.19.0)
143
- rspec (>= 2.5.0)
144
- rspec (2.12.0)
145
- rspec-core (~> 2.12.0)
146
- rspec-expectations (~> 2.12.0)
147
- rspec-mocks (~> 2.12.0)
148
- rspec-core (2.12.1)
149
- rspec-expectations (2.12.0)
150
- diff-lcs (~> 1.1.3)
151
- rspec-mocks (2.12.0)
152
- rspec-rails (2.12.0)
153
- actionpack (>= 3.0)
154
- activesupport (>= 3.0)
155
- railties (>= 3.0)
156
- rspec-core (~> 2.12.0)
157
- rspec-expectations (~> 2.12.0)
158
- rspec-mocks (~> 2.12.0)
159
- rubyzip (0.9.9)
160
- selenium-webdriver (2.27.0)
161
- childprocess (>= 0.2.5)
162
- libwebsocket (~> 0.1.3)
163
- multi_json (~> 1.0)
164
- rubyzip
165
- sinatra (1.3.3)
166
- rack (~> 1.3, >= 1.3.6)
167
- rack-protection (~> 1.2)
168
- tilt (~> 1.3, >= 1.3.3)
169
- sprockets (2.2.2)
170
- hike (~> 1.2)
171
- multi_json (~> 1.0)
172
- rack (~> 1.0)
173
- tilt (~> 1.1, != 1.3.0)
174
- thin (1.5.0)
175
- daemons (>= 1.0.9)
176
- eventmachine (>= 0.12.6)
177
- rack (>= 1.0.0)
178
- thor (0.16.0)
179
- tilt (1.3.3)
180
- treetop (1.4.12)
181
- polyglot
182
- polyglot (>= 0.3.1)
183
- tzinfo (0.3.35)
184
- vegas (0.1.11)
185
- rack (>= 1.0.0)
186
- websocket (1.0.4)
187
- xpath (0.1.4)
188
- nokogiri (~> 1.3)
189
-
190
- PLATFORMS
191
- ruby
192
-
193
- DEPENDENCIES
194
- capybara (~> 1.1)
195
- database_cleaner (~> 0.8)
196
- debugger
197
- jasmine (~> 1.2)
198
- mysql2 (~> 0.3.11)
199
- pg (~> 0.14.1)
200
- quorum!
201
- rake (~> 10.0.0)
202
- resque_spec (~> 0.12)
203
- rspec-rails (~> 2.11)
204
- thin