bio-polymarker_db_batch 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36b22aa90692cd1619c083ae7d5e39ba0a0aca1b
4
- data.tar.gz: cf32c6616329af6bd5001bac8cf7e199ab496181
3
+ metadata.gz: 85c095a056eca556a31d4359dc93e40b974c8db0
4
+ data.tar.gz: a1c51a21fbc0bebbfb92ddf6523a9277d481cf80
5
5
  SHA512:
6
- metadata.gz: e1b2134db74e3a5d938def8e705200a4380afe1ef4a6c6f4594d83c17bb7200ccaa48f55ae80778a35b669bd22e9d5bb39b934412e75518ae88410dc522000d9
7
- data.tar.gz: 9c84edf81a7116aeeb55732cadbf08e143ee700bd335765ec251dbbd7cff3355b707b384b257db2c14a333f161f0710b9e68862ec8c00cdd3b79e55b377c24c1
6
+ metadata.gz: f6333bca6ab6d73c34eb90d5e7bd07206a2606a3eece3c2442972a8033b19a667714ca11eb940a6cc3be853ec78c5d741f8084a4948fb56efcaa9360865629a8
7
+ data.tar.gz: b0acc48b0c0d12cba189d82c9248b4fc961c1a65d958e83b4e43dd141f022a271ccbd6dae67bc34c3d079266dab283fc02fec479cd4ab0e2fe9332100babc869
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -28,7 +28,7 @@ class Bio::DB::Polymarker
28
28
  end
29
29
 
30
30
  def each_running
31
- query="SELECT snp_file_id, filename FROM snp_file WHERE status = 'RUNNING');"
31
+ query="SELECT snp_file_id, filename FROM snp_file WHERE status = 'RUNNING';"
32
32
  ret = 0
33
33
  if block_given?
34
34
  ret = execute_query(query){|row| yield row }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-polymarker_db_batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo H. Ramirez-Gonzalez