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

Katayama Toshiaki k at dev.open-bio.org
Tue Jan 16 05:35:39 UTC 2007


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

Modified Files:
	bioruby_generator.rb 
Log Message:
* _result.rhtml is renamed to _log.rhtml


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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bioruby_generator.rb	24 Dec 2006 08:27:15 -0000	1.1
--- bioruby_generator.rb	16 Jan 2007 05:35:37 -0000	1.2
***************
*** 13,17 ****
        m.file '_classes.rhtml',        'app/views/bioruby/_classes.rhtml'
        m.file '_modules.rhtml',        'app/views/bioruby/_modules.rhtml'
!       m.file '_result.rhtml',         'app/views/bioruby/_result.rhtml'
        m.file '_variables.rhtml',      'app/views/bioruby/_variables.rhtml'
        m.file 'commands.rhtml',        'app/views/bioruby/commands.rhtml'
--- 13,17 ----
        m.file '_classes.rhtml',        'app/views/bioruby/_classes.rhtml'
        m.file '_modules.rhtml',        'app/views/bioruby/_modules.rhtml'
!       m.file '_log.rhtml',            'app/views/bioruby/_log.rhtml'
        m.file '_variables.rhtml',      'app/views/bioruby/_variables.rhtml'
        m.file 'commands.rhtml',        'app/views/bioruby/commands.rhtml'




More information about the bioruby-cvs mailing list