[BioRuby-cvs] bioruby/bin bioruby,1.17,1.18
Katayama Toshiaki
k at dev.open-bio.org
Sun Dec 24 14:55:55 UTC 2006
Update of /home/repository/bioruby/bioruby/bin
In directory dev.open-bio.org:/tmp/cvs-serv3812/bin
Modified Files:
bioruby
Log Message:
* updated for version 1.1.0 (need to use 'gem install bio --no-wrappers' to
avoid modification of bin/* files by RubyGems)
Index: bioruby
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/bioruby,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** bioruby 24 Dec 2006 08:32:08 -0000 1.17
--- bioruby 24 Dec 2006 14:55:53 -0000 1.18
***************
*** 12,16 ****
begin
require 'rubygems'
! require_gem 'bio', '~> 0.7'
rescue LoadError
end
--- 12,16 ----
begin
require 'rubygems'
! require_gem 'bio', '>= 1.1.0'
rescue LoadError
end
More information about the bioruby-cvs
mailing list