[BioRuby-cvs] bioruby gemspec.rb,1.7,1.8
Katayama Toshiaki
k at dev.open-bio.org
Sun Dec 24 14:55:55 UTC 2006
Update of /home/repository/bioruby/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv3812
Modified Files:
gemspec.rb
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: gemspec.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/gemspec.rb,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** gemspec.rb 27 Feb 2006 12:13:54 -0000 1.7
--- gemspec.rb 24 Dec 2006 14:55:53 -0000 1.8
***************
*** 1,8 ****
- $:.unshift '../lib'
require 'rubygems'
spec = Gem::Specification.new do |s|
s.name = 'bio'
! s.version = "1.0.0"
s.author = "BioRuby project"
--- 1,7 ----
require 'rubygems'
spec = Gem::Specification.new do |s|
s.name = 'bio'
! s.version = "1.1.0"
s.author = "BioRuby project"
More information about the bioruby-cvs
mailing list