strain-code 0.3.6 → 0.3.7

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: e0a8a424886446277783e4eee76c9c6d75bc5968515fcfd5050deeec5dd3ed1f
4
- data.tar.gz: 97b32eed6eea2b3eab81fad9c068bf6491ac709bcb86f10eb4b9d3a641078c4f
3
+ metadata.gz: 2f73b26120182bb1a1c6ce4dd498fdf902c2098a8b9aa2c860c65373bb2a9661
4
+ data.tar.gz: c3b8e4b010fc7e9fd004e3fa871d74a7ca756161f283280bb72f87fe1c192cd2
5
5
  SHA512:
6
- metadata.gz: 50da10b3e1f95f16a80b13c150d927d3a5d2b6bd483d1b22248ad37253d5bf2a2387807cd9f4c61a74ad90b1a99df5fd69f2afaed345d0ba55418ffa4cce02a2
7
- data.tar.gz: f5e3d4251f4857cb3f6fd37a33f9c4eb848b0b689234e74c9ea22d7315182b360615c0da0228109c48a8b571b4aae766b074600574713b07c7a084e04e694f20
6
+ metadata.gz: c0911235e78e618d6fe20c72a1e72d5d752261448c1b1f2a2e6ea68b7f8914d61aa170a5ff540bb0c860ed44ff6899a85418adba6242de42e9dbd74a10e47191
7
+ data.tar.gz: 5553eb7678b54c929678e715ffa38136ead2b8117eb7a3a6313d9cc1344bcbf77f4ca2ec4735189ec099383e304abb6bd11711d7b4bca99d7ca9bb3d362e4b3e
data/data/catalogues.yaml CHANGED
@@ -102,6 +102,13 @@ catalogues:
102
102
  url: "https://www.ciad.mx/caim"
103
103
  url_pattern:
104
104
  "https://www.ciad.mx/caim/busqueda.php?searchtype=caim&criterio=%s"
105
+ - codes: [ CBAS ]
106
+ country_code: BR
107
+ name: Coleção de Bactérias do Ambiente e Saúde
108
+ name_en: Bacteria Collection of Environment and Health
109
+ organization: Oswaldo Cruz Institute, FIOCRUZ
110
+ url: "https://cbas.fiocruz.br/index?catalogue"
111
+ _examples: [ CBAS 716 ]
105
112
  - codes: [ CCALA ]
106
113
  name: Culture Collection of Autotrophic Organisms
107
114
  organization: Czech Academy of Sciences
@@ -112,13 +119,14 @@ catalogues:
112
119
  organization: Masaryk University
113
120
  country_code: CZ
114
121
  url_pattern: "https://www.sci.muni.cz/ccm/bakterie/camb/%s"
115
- - codes: [ CCMP ]
122
+ - codes: [ CCMP, NCMA ]
116
123
  name: >-
117
124
  NCMA: National Center for Marine Algae and Microbiota,
118
125
  formerly Culture Collection for Marine Phytoplankton
119
126
  organization: Bigelow Laboratory for Ocean Sciences
120
127
  country_code: US
121
128
  url_pattern: "https://ncma.bigelow.org/CCMP%s"
129
+ _notes: url_pattern does not work consistently with NCMA numbers
122
130
  - codes: [ CCTCC ]
123
131
  country_code: CN
124
132
  name: China Center for Type Culture Collection
@@ -137,6 +145,11 @@ catalogues:
137
145
  "https://www.uv.es/uvweb/coleccion-espanola-cultivos-tipo/es/\
138
146
  coleccion-espanola-cultivos-tipo-1285872233521.html"
139
147
  url_pattern: 'https://www.cect.org/vstrn2.php?cect=%s'
148
+ - codes: [ CFCC ]
149
+ country_code: CN
150
+ name: China Forestry Culture Collection Center
151
+ organization:
152
+ Research Institute of Forest Ecology, Environment and Protection
140
153
  - codes: [ CGMCC, AS ]
141
154
  name: China General Microbiological Culture Collection Center
142
155
  organization: National Science and Technology Infrastructure
@@ -295,6 +308,12 @@ catalogues:
295
308
  databases-micro_search_detail_en.php?maff=%s"
296
309
  _examples: [ MAFF 210265 ]
297
310
  _tested: 2020-03-20
311
+ - codes: [ MCC ]
312
+ country_code: IN
313
+ name: Microbial Culture Collection
314
+ organization: National Centre for Cell Science, Maharashtra
315
+ url: "http://ncmr.nccs.res.in/catalogue"
316
+ _examples: [ MCC 3400 ]
298
317
  - codes: [ MCCC ]
299
318
  name: Marine Culture Collection of China
300
319
  organization: Third Institute of Oceanography
@@ -1,5 +1,5 @@
1
1
  class StrainCode
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strain-code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-25 00:00:00.000000000 Z
11
+ date: 2025-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake