strain-code 0.4.1 → 0.4.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: 681fee74be91d484bf3abebedea603c8c34261b8a15cd995f679b82922da6aeb
4
- data.tar.gz: 6577e8db463a25a4e13e4bf6f6382aa492a8982f1c7ee253ac9373a26ccc75ad
3
+ metadata.gz: e757b7b22115db8e35ccd50a989c3d26ff88fd53270d1408468b0dabc34f2069
4
+ data.tar.gz: e4516798c5c5ed36504582a53f5499848e8b85f3fb034a48017ae98733283289
5
5
  SHA512:
6
- metadata.gz: d799b0fb4ef4e531ff9d3b3a73891ba709d866be3e4c1a0dbd204de60e17be6428b594a9257536a2df80a096aae33192913fe12528f75fd1c7d0f557c4d98f57
7
- data.tar.gz: ddc26b6108dd6564ac5b9cd1de864df10498965d5d4889ae5df265a425ce0907108698fb6787db54c4d3c34ff777ecb6f7470da1e10ee4617873c61c33b5f264
6
+ metadata.gz: 589b332365aa8bccae1bbcc1d4a4aaf0a267abdddf546918516065cffe54826d20d4feb0bb6cfab9be53559bb5cdf67106370f3af744955fa9922c44f4e8d4b5
7
+ data.tar.gz: eb0d8e76be60a80354a90ded2858e798bda7c22f5c7354774410a41d1122fb98f1c4ab444217f7a55c80da0bd02fc5cd56ee901ec66799d5be3c5d43b522bda6
data/data/catalogues.yaml CHANGED
@@ -312,6 +312,13 @@ catalogues:
312
312
  url_pattern: "https://kctc.kribb.re.kr/collection/view?sn=%s"
313
313
  _examples: [ KCTC 92132 ]
314
314
  _tested: 2025-03-18
315
+ - codes: [ KEMB ]
316
+ country_code: KR
317
+ name: Korea Environmental Microorganisms Bank
318
+ organization:
319
+ "KEMRC: Korea Environmental Microorganisms Resource Center"
320
+ url: "https://kemb.or.kr/eng_index.php"
321
+ _examples: [ KEMB 9005-744 ]
315
322
 
316
323
  #--- L
317
324
  - codes: [ LMG ]
@@ -1,5 +1,5 @@
1
1
  class StrainCode
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R