[BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby bioruby_generator.rb, 1.2, 1.3

Katayama Toshiaki k at dev.open-bio.org
Thu Jun 28 10:56:27 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv2813

Modified Files:
	bioruby_generator.rb 
Log Message:
* added bioruby logo
* if rails is started with ~/.bioruby, show Dir.pwd as a project dir
  instead of ".bioruby" (meaningless, although), otherwise show
  savedir as a "Project" directory in the left pane.


Index: bioruby_generator.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/bioruby_generator.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** bioruby_generator.rb	16 Jan 2007 05:35:37 -0000	1.2
--- bioruby_generator.rb	28 Jun 2007 10:56:25 -0000	1.3
***************
*** 20,23 ****
--- 20,24 ----
        m.file 'bioruby.rhtml',         'app/views/layouts/bioruby.rhtml'
        m.file 'bioruby.png',           'public/images/bioruby.png'
+       m.file 'bioruby.gif',           'public/images/bioruby.gif'
        m.file 'bioruby.css',           'public/stylesheets/bioruby.css'
      end




More information about the bioruby-cvs mailing list