[BioRuby-cvs] bioruby/lib/bio shell.rb,1.16,1.17

Katayama Toshiaki k at dev.open-bio.org
Sun Dec 24 08:32:10 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio
In directory dev.open-bio.org:/tmp/cvs-serv9398/lib/bio

Modified Files:
	shell.rb 
Log Message:
* New BioRuby shell with Ruby on Rails generator functionality is integrated.


Index: shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell.rb,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** shell.rb	25 Jul 2006 18:45:27 -0000	1.16
--- shell.rb	24 Dec 2006 08:32:08 -0000	1.17
***************
*** 12,23 ****
  require 'yaml'
  require 'open-uri'
  require 'pp'
  
  module Bio::Shell
  
    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'
--- 12,27 ----
  require 'yaml'
  require 'open-uri'
+ require 'fileutils'
  require 'pp'
  
  module Bio::Shell
  
+   require 'bio/shell/setup'
+   require 'bio/shell/irb'
+   require 'bio/shell/web'
+   require 'bio/shell/script'
    require 'bio/shell/core'
    require 'bio/shell/interface'
    require 'bio/shell/object'
    require 'bio/shell/demo'
    require 'bio/shell/plugin/entry'
***************
*** 33,37 ****
  
    extend Ghost
-   extend Private
  
  end
--- 37,40 ----




More information about the bioruby-cvs mailing list