[BioRuby-cvs] bioruby/lib bio.rb,1.89.2.3,1.89.2.4
Naohisa Goto
ngoto at dev.open-bio.org
Tue Mar 4 11:29:38 UTC 2008
Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv7935/lib
Modified Files:
Tag: BRANCH-biohackathon2008
bio.rb
Log Message:
changed autoload file path of Bio::References and Bio::Features
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.89.2.3
retrieving revision 1.89.2.4
diff -C2 -d -r1.89.2.3 -r1.89.2.4
*** bio.rb 22 Feb 2008 14:26:16 -0000 1.89.2.3
--- bio.rb 4 Mar 2008 11:29:36 -0000 1.89.2.4
***************
*** 27,36 ****
autoload :Feature, 'bio/feature'
! autoload :Features, 'bio/feature'
## References/Reference
autoload :Reference, 'bio/reference'
! autoload :References, 'bio/reference'
## Pathway/Relation
--- 27,36 ----
autoload :Feature, 'bio/feature'
! autoload :Features, 'bio/compat/features'
## References/Reference
autoload :Reference, 'bio/reference'
! autoload :References, 'bio/compat/references'
## Pathway/Relation
More information about the bioruby-cvs
mailing list