unipept 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/commands/unipept/pept2taxa.rb +1 -5
- data/test/commands/unipept/test_pept2taxa.rb +0 -2
- data/unipept.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 920c619a2c620e0cd195ab1d2bfd4346f701ce53315787b599b128f6fdf43e0b
|
4
|
+
data.tar.gz: 44f6fb10ec0964a3b1f9005d7732c4d9b5ccb8b2984d5134922370faf9b9a0c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b026faf39383b6cf737bda6ccdf7810cb820c1e1b4611a30a6edfdd31fd7123bca32b28b10963f30ec94bc4a4eaa2f38288c96fe8b5dff98e1dc42cba7d49d8b
|
7
|
+
data.tar.gz: a0f38cbca9c3355abee43ea433790dbd3a834da20ea384b3e90e50c1c52adb05b7df2ec180ce964f1550ced87eb1eb3b50003c2ee535cd189a7cf9be543f898f
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
1
|
+
2.2.1
|
@@ -5,8 +5,6 @@ module Unipept
|
|
5
5
|
def test_default_batch_size
|
6
6
|
command = Cri::Command.define { name 'pept2taxa' }
|
7
7
|
pept2taxa = Commands::Pept2taxa.new({ host: 'http://api.unipept.ugent.be' }, [], command)
|
8
|
-
assert_equal(10, pept2taxa.default_batch_size)
|
9
|
-
pept2taxa.options[:all] = true
|
10
8
|
assert_equal(5, pept2taxa.default_batch_size)
|
11
9
|
end
|
12
10
|
|
data/unipept.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: unipept 2.2.
|
5
|
+
# stub: unipept 2.2.1 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "unipept".freeze
|
9
|
-
s.version = "2.2.
|
9
|
+
s.version = "2.2.1"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|