rbbt-sources 3.2.14 → 3.2.15
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 +4 -4
- data/lib/rbbt/sources/organism.rb +1 -0
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df44bcf0d03a785f8aa9b36b123491ed49187f710e70a346b645f257701a0ac2
|
|
4
|
+
data.tar.gz: feef523710ea56093cdf4ff2df36d28f57a426a906e13ce3edbe6f71f7272452
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3766aa7ce01f4ad44b7f759faa7b2790d4cdd3808a546978a06312f95662aa1ba6dc8d916c8b29d3d8f10699adc21cb80e55a496a2d8c9ec5a39191cdcd415d0
|
|
7
|
+
data.tar.gz: 4882abf0ac721753c7f31e2f85d66e3f537c6b28b4cb62337b76031d1109a89c1cfb7c6409c535a3f49990c6ce4b32a76c476da6c7736361480ea423d0b0a1c9
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbbt-sources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miguel Vazquez
|
|
@@ -178,24 +178,24 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
179
|
version: '0'
|
|
180
180
|
requirements: []
|
|
181
|
-
rubygems_version: 3.
|
|
181
|
+
rubygems_version: 3.4.8
|
|
182
182
|
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: Data sources for the Ruby Bioinformatics Toolkit (rbbt)
|
|
185
185
|
test_files:
|
|
186
|
-
- test/rbbt/sources/test_HPRD.rb
|
|
187
|
-
- test/rbbt/sources/test_biomart.rb
|
|
188
|
-
- test/rbbt/sources/test_entrez.rb
|
|
189
186
|
- test/rbbt/sources/test_go.rb
|
|
190
|
-
- test/rbbt/sources/test_gscholar.rb
|
|
191
|
-
- test/rbbt/sources/test_kegg.rb
|
|
192
|
-
- test/rbbt/sources/test_matador.rb
|
|
193
|
-
- test/rbbt/sources/test_organism.rb
|
|
194
|
-
- test/rbbt/sources/test_pharmagkb.rb
|
|
195
|
-
- test/rbbt/sources/test_pina.rb
|
|
196
187
|
- test/rbbt/sources/test_pubmed.rb
|
|
188
|
+
- test/rbbt/sources/test_pina.rb
|
|
189
|
+
- test/rbbt/sources/test_pharmagkb.rb
|
|
190
|
+
- test/rbbt/sources/test_organism.rb
|
|
191
|
+
- test/rbbt/sources/test_synapse.rb
|
|
192
|
+
- test/rbbt/sources/test_entrez.rb
|
|
197
193
|
- test/rbbt/sources/test_stitch.rb
|
|
194
|
+
- test/rbbt/sources/test_biomart.rb
|
|
195
|
+
- test/rbbt/sources/test_HPRD.rb
|
|
198
196
|
- test/rbbt/sources/test_string.rb
|
|
199
|
-
- test/rbbt/sources/
|
|
197
|
+
- test/rbbt/sources/test_kegg.rb
|
|
200
198
|
- test/rbbt/sources/test_tfacts.rb
|
|
199
|
+
- test/rbbt/sources/test_matador.rb
|
|
200
|
+
- test/rbbt/sources/test_gscholar.rb
|
|
201
201
|
- test/test_helper.rb
|