[BioRuby-cvs] bioruby ChangeLog,1.77,1.78
Naohisa Goto
ngoto at dev.open-bio.org
Fri Dec 28 14:31:08 UTC 2007
Update of /home/repository/bioruby/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv400
Modified Files:
ChangeLog
Log Message:
Ruby 1.9 compliant: Bio::PDB::Record.get_record_class and
Bio::PDB::Record.create_definition_hash (Note: they should only
be internally used by PDB parser and users should not call them)
are changed to follow the change of Module#constants which
returns an array of Symbol instead of String.
Index: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** ChangeLog 28 Dec 2007 13:36:08 -0000 1.77
--- ChangeLog 28 Dec 2007 14:31:06 -0000 1.78
***************
*** 26,29 ****
--- 26,35 ----
is not supported. Specify all arguments explicitly." error.
+ Ruby 1.9 compliant: Bio::PDB::Record.get_record_class and
+ Bio::PDB::Record.create_definition_hash (Note: they should only
+ be internally used by PDB parser and users should not call them)
+ are changed to follow the change of Module#constants which
+ returns an array of Symbol instead of String.
+
2007-12-26 Naohisa Goto <ng at bioruby.org>
More information about the bioruby-cvs
mailing list