[BioRuby-cvs] bioruby/lib/bio shell.rb,1.14,1.15
Katayama Toshiaki
k at pub.open-bio.org
Mon Feb 27 09:34:25 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv979/lib/bio
Modified Files:
shell.rb
Log Message:
* added object, web, demo modules
Index: shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell.rb,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** shell.rb 17 Feb 2006 17:12:39 -0000 1.14
--- shell.rb 27 Feb 2006 09:34:23 -0000 1.15
***************
*** 2,6 ****
# = bio/shell.rb - Loading all BioRuby shell features
#
! # Copyright:: Copyright (C) 2005
# Toshiaki Katayama <k at bioruby.org>
# License: Ruby's
--- 2,6 ----
# = bio/shell.rb - Loading all BioRuby shell features
#
! # Copyright:: Copyright (C) 2005, 2006
# Toshiaki Katayama <k at bioruby.org>
# License: Ruby's
***************
*** 18,21 ****
--- 18,24 ----
require 'bio/shell/core'
require 'bio/shell/interface'
+ require 'bio/shell/object'
+ require 'bio/shell/web'
+ require 'bio/shell/demo'
require 'bio/shell/plugin/entry'
require 'bio/shell/plugin/seq'
More information about the bioruby-cvs
mailing list