[BioRuby-cvs] bioruby gemspec.rb,1.3,1.4

Katayama Toshiaki k at pub.open-bio.org
Wed Sep 7 21:16:54 EDT 2005


Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv8967

Modified Files:
	gemspec.rb 
Log Message:
* prepared for 0.7.0
* module name is changed from 'bioruby' to 'bio'


Index: gemspec.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/gemspec.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gemspec.rb	10 Aug 2005 12:57:01 -0000	1.3
--- gemspec.rb	8 Sep 2005 01:16:52 -0000	1.4
***************
*** 3,8 ****
  
  spec = Gem::Specification.new do |s|
!   s.name = 'bioruby'
!   s.version = "0.6.4"
    s.author = "BioRuby project"
    s.email = "staff at bioruby.org"
--- 3,8 ----
  
  spec = Gem::Specification.new do |s|
!   s.name = 'bio'
!   s.version = "0.7.0"
    s.author = "BioRuby project"
    s.email = "staff at bioruby.org"



More information about the bioruby-cvs mailing list