bioruby.gemspec in bio-2.0.4 vs bioruby.gemspec in bio-2.0.5

- old
+ new

@@ -1,11 +1,11 @@ # This file is automatically generated from bioruby.gemspec.erb and # should NOT be edited by hand. # Gem::Specification.new do |s| s.name = 'bio' - s.version = "2.0.4" + s.version = "2.0.5" s.author = "BioRuby project" s.email = "staff@bioruby.org" s.homepage = "http://bioruby.org/" s.license = "Ruby" @@ -13,11 +13,12 @@ s.summary = "Bioinformatics library" s.description = "BioRuby is a library for bioinformatics (biology + information science)." s.platform = Gem::Platform::RUBY s.files = [ - ".travis.yml", + ".github/workflows/ruby.yml", + ".gitignore", "BSDL", "COPYING", "COPYING.ja", "ChangeLog", "GPL", @@ -47,18 +48,10 @@ "doc/Tutorial.rd.html", "doc/Tutorial.rd.ja", "doc/Tutorial.rd.ja.html", "doc/bioruby.css", "etc/bioinformatics/seqdatabase.ini", - "gemfiles/Gemfile.travis-jruby1.8", - "gemfiles/Gemfile.travis-jruby1.9", - "gemfiles/Gemfile.travis-rbx", - "gemfiles/Gemfile.travis-ruby1.8", - "gemfiles/Gemfile.travis-ruby1.9", - "gemfiles/Gemfile.windows", - "gemfiles/modify-Gemfile.rb", - "gemfiles/prepare-gemspec.rb", "lib/bio.rb", "lib/bio/alignment.rb", "lib/bio/appl/bl2seq/report.rb", "lib/bio/appl/blast.rb", "lib/bio/appl/blast/format0.rb", @@ -452,11 +445,13 @@ "test/data/sim4/complement-A4.sim4", "test/data/sim4/simple-A4.sim4", "test/data/sim4/simple2-A4.sim4", "test/data/soft/GDS100_partial.soft", "test/data/soft/GSE3457_family_partial.soft", + "test/data/uniprot/P03589.uniprot", "test/data/uniprot/P28907.uniprot", + "test/data/uniprot/P49144.uniprot", "test/data/uniprot/p53_human.uniprot", "test/functional/bio/sequence/test_output_embl.rb", "test/functional/bio/test_command.rb", "test/network/bio/appl/blast/test_remote.rb", "test/network/bio/appl/test_blast.rb", @@ -497,10 +492,12 @@ "test/unit/bio/db/embl/test_embl.rb", "test/unit/bio/db/embl/test_embl_rel89.rb", "test/unit/bio/db/embl/test_embl_to_bioseq.rb", "test/unit/bio/db/embl/test_uniprot.rb", "test/unit/bio/db/embl/test_uniprotkb.rb", + "test/unit/bio/db/embl/test_uniprotkb_P03589.rb", "test/unit/bio/db/embl/test_uniprotkb_P28907.rb", + "test/unit/bio/db/embl/test_uniprotkb_P49144.rb", "test/unit/bio/db/embl/test_uniprotkb_new_part.rb", "test/unit/bio/db/fasta/test_defline.rb", "test/unit/bio/db/fasta/test_defline_misc.rb", "test/unit/bio/db/fasta/test_format_qual.rb", "test/unit/bio/db/genbank/test_common.rb",