[BioRuby-cvs] bioruby ChangeLog,1.46,1.47 gemspec.rb,1.4,1.5

Katayama Toshiaki k at pub.open-bio.org
Fri Jan 20 04:57:10 EST 2006


Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv25619

Modified Files:
	ChangeLog gemspec.rb 
Log Message:
* updated for 0.7.1


Index: gemspec.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/gemspec.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** gemspec.rb	8 Sep 2005 01:16:52 -0000	1.4
--- gemspec.rb	20 Jan 2006 09:57:08 -0000	1.5
***************
*** 4,8 ****
  spec = Gem::Specification.new do |s|
    s.name = 'bio'
!   s.version = "0.7.0"
    s.author = "BioRuby project"
    s.email = "staff at bioruby.org"
--- 4,8 ----
  spec = Gem::Specification.new do |s|
    s.name = 'bio'
!   s.version = "0.7.1"
    s.author = "BioRuby project"
    s.email = "staff at bioruby.org"

Index: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** ChangeLog	16 Jan 2006 15:25:07 -0000	1.46
--- ChangeLog	20 Jan 2006 09:57:08 -0000	1.47
***************
*** 1,2 ****
--- 1,21 ----
+ 2005-01-20  Toshiaki Katayama <k at bioruby.org>
+ 
+ 	* BioRuby 0.7.1 is released.
+ 
+ 	* test/unit/bio/db/test_rebase.rb: fixed to run w/o errors.
+ 
+ 2005-01-12  Toshiaki Katayama <k at bioruby.org>
+ 
+ 	* lib/bio/db.ra: fixed a bug of the tag_cut method introduced in 0.7.0
+ 	  (reported by Alex Gutteridge)
+ 
+ 2005-01-04  Naohisa Goto <ng at bioruby.org>
+ 
+ 	* Bio::PDB is refactored.  See doc/Changes-0.7 for more details.
+ 
+ 2005-12-28  Toshiaki Katayama <k at bioruby.org>
+ 
+ 	* test/unit/bio/util/test_sirna.rb: fixed to run w/o errors.
+ 
  2005-12-19  Toshiaki Katayama <k at bioruby.org>
  



More information about the bioruby-cvs mailing list