Skip to content

Commit 99b5c5f

Browse files
committed
Escape %
1 parent 6c9eb78 commit 99b5c5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data/catalogues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ catalogues:
181181
organization: University of Helsinki
182182
url: "https://www.helsinki.fi/en/infrastructures/biodiversity-collections/\
183183
infrastructures/microbial-domain-biological-resource-centre-hambi"
184-
url_pattern: 'https://kotka.luomus.fi/culture/bac?q="HAMBI%20%s"'
184+
url_pattern: 'https://kotka.luomus.fi/culture/bac?q="HAMBI%%20%s"'
185185
_example: [ HAMBI 1518 ]
186186
_tested: 2025-03-20
187187
_notes: url_pattern points to a search result form

lib/strain-code/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class StrainCode
2-
VERSION = '0.3.4'
2+
VERSION = '0.3.5'
33
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
44
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
55
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)