Skip to content

Commit 31ffbd6

Browse files
committed
Include data in gem
1 parent 3bfd202 commit 31ffbd6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

data/catalogues.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
# Additionally, fields starting with `_` are ignored in the basecode, and
1616
# notably include `_examples` (an array of strain numbers) and `_tested`
1717
# (the date in which the website was last tested)
18+
#
19+
# See also:
20+
# - https://ftp.ncbi.nih.gov/pub/taxonomy/Ccode_dump.txt
21+
# - https://jcm.brc.riken.jp/en/abbr_e
1822
catalogues:
1923
- codes: [ ABB ]
2024
country_code: KR

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.1.0'
2+
VERSION = '0.1.1'
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:

strain-code.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.description = 'Strain numbers are microbiological culture collection identifiers'
99

1010
s.files = Dir[
11-
'lib/**/*.rb', 'data/*' 'test/**/*.rb', 'bin/*',
11+
'lib/**/*.rb', 'data/*', 'test/**/*.rb', 'bin/*',
1212
'Gemfile', 'Rakefile', 'README.md', 'LICENSE'
1313
]
1414

0 commit comments

Comments
 (0)