strain-code 0.4.3 → 0.4.4

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: fec5c4d50a2ef9f5a3ce8b0fc8e586e562af78284522aeeb2255d3eae0d2d600
4
- data.tar.gz: 831116305dba8ac612812c451d5ed433535086b00bf2c086adb021c05ce0ee0e
3
+ metadata.gz: aff6e16a8ef396687ad1d054689ceaf71b702fc69ed5982fda6dad1872e83fcb
4
+ data.tar.gz: 46dd768f81f1f8ad253ae42af75b0d94e4592b2e79561f54a4d693b88bb16784
5
5
  SHA512:
6
- metadata.gz: ff70816bd2ed5501d5d9a2575a9c11425a7e694d28a7897161905633cd779b8f579d6da2684fdc0f233f9ceb4efb38a075eef4f03b5667e83ee478f55f936b47
7
- data.tar.gz: d3caddb7eede81308774ab8053913e624dc59e458f781a53ecdfa3ed9cf516d9e4ea9eaa110b6f71d68bc2d6ad25e096d1b01798eb18f2c37c86505cd5cf571b
6
+ metadata.gz: dff50b20a12cccb3b310d9e8c5e1a344196df7476e8ac3d3b0497be965a90ca06eeda377ddbf318257ae00506702eed137d1aed7e503c0daae783f96fde6e718
7
+ data.tar.gz: 0b41a185667b486cd114844377d557f23ba4bcb7ede75de3e0fce8daceced9d424f01acc9a344a4696c57cc080b8534410aa34f70b3e55a56de024224df39783
data/data/catalogues.yaml CHANGED
@@ -114,6 +114,11 @@ catalogues:
114
114
  organization: Oswaldo Cruz Institute, FIOCRUZ
115
115
  url: "https://cbas.fiocruz.br/index?catalogue"
116
116
  _examples: [ CBAS 716 ]
117
+ - codes: [ CBS ]
118
+ country_code: NL
119
+ name: CBS Filamentous fungi and Yeast Collection
120
+ organization: Westerdijk Fungal Biodiversity Institute
121
+ url: "https://wi.knaw.nl/Collection"
117
122
  - codes: [ CCALA ]
118
123
  name: Culture Collection of Autotrophic Organisms
119
124
  organization: Czech Academy of Sciences
@@ -364,6 +369,12 @@ catalogues:
364
369
  url_pattern: "https://www.nbimcc.org/www_2020/strain.php?lan=en&cn=%s"
365
370
  _examples: [ NBIMCC 8848 ]
366
371
  _tested: 2025-12-23
372
+ - codes: [ NCCB ]
373
+ country_code: NL
374
+ name: Netherlands Culture Collection of Bacteria
375
+ organization: Westerdijk Fungal Biodiversity Institute
376
+ url: "https://wi.knaw.nl/Collection"
377
+ _examples: [ NCCB 100438 ]
367
378
  - codes: [ NCIM ]
368
379
  country_code: IN
369
380
  name: National Collection of Industrial Microorganisms
@@ -1,5 +1,5 @@
1
1
  class StrainCode
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
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.4.3
4
+ version: 0.4.4
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: 2026-05-06 00:00:00.000000000 Z
11
+ date: 2026-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake