strain-code 0.3.1 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ccd7407c21244a476a4623f6d2d3ff7fe4b1df89211cdeafb0783c1c95f0105
4
- data.tar.gz: 33bf8dbcdf0c95eb55d851e7ccb2c231bf21205c250d6709a3c61f759cec99ab
3
+ metadata.gz: 5513296908994004e9b6335ae86d94ba02873b3e2940afc2ff89e7f1165ebe89
4
+ data.tar.gz: bb13d47a428c2b9a7795487b1092687708eb297826fd409be34ef23835e17fa4
5
5
  SHA512:
6
- metadata.gz: e5e74c01803eb5700e513475ecc1d0241e43a757cf1492982c55f3b9d5310f3c5b8acda3f3df0d6719cd486e688c879c9c3d7378abb468cc2944bf23afb327ef
7
- data.tar.gz: 9cea555731ba7409d1fc8c71c2ae408e62a9608b826f2cbbeaf7d4af5635d852e806b2e9101e0adfae002cbf53c35c1ee6334a6ba9c1b89f9041480ffeec20e8
6
+ metadata.gz: b6c77539709a14e6c0fd576a463b6f61ebcd3949d390d5827e6602a12e907accfe22d9d8d44fda4ef0fadbefc7c656df5bd28817a0579db0ee59d45eeba2f745
7
+ data.tar.gz: a66650b1c6c23a9d20a6283ad77b6ede9e022b7c09bc80528e6452f7285c3b39f6d986d533833b025c89d1516284e981be28aea9a137e647e55fdd89237b9d00
data/data/catalogues.yaml CHANGED
@@ -63,6 +63,14 @@ catalogues:
63
63
  name: American Type Culture Collection
64
64
  url: 'https://www.atcc.org'
65
65
  url_pattern: 'https://www.atcc.org/products/%s'
66
+ - codes: [ CECT ]
67
+ country_code: ES
68
+ name: Colección Española de Cultivos Tipo
69
+ name_en: Spanish Collection of Type Cultures
70
+ organization: University of Valencia
71
+ url:
72
+ 'https://www.uv.es/uvweb/coleccion-espanola-cultivos-tipo/es/coleccion-espanola-cultivos-tipo-1285872233521.html'
73
+ url_pattern: 'https://www.cect.org/vstrn2.php?cect=%s'
66
74
  - codes: [ DSM ]
67
75
  country_code: DE
68
76
  name: Deutsche Sammlung von Mikroorganismen und Zellkulturen
@@ -209,6 +217,10 @@ catalogues:
209
217
  organization: National Institute for Environmental Studies
210
218
  country_code: JP
211
219
  url_pattern: 'https://mcc.nies.go.jp/numberSearch.do?strainNumber=%s'
220
+ - codes: [ NRC, NRCC ]
221
+ country_code: CA
222
+ name: Division of Biological Sciences, National Research Council of Canada
223
+ organization: National Research Council
212
224
  - codes: [ NRRL ]
213
225
  name: |
214
226
  Agricultural Research Service Culture Collection,
@@ -1,5 +1,5 @@
1
1
  class StrainCode
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
4
4
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
5
5
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strain-code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R