[BioRuby-cvs] bioruby gemspec.rb,1.5,1.6
Katayama Toshiaki
k at pub.open-bio.org
Tue Jan 24 06:42:19 EST 2006
- Previous message: [BioRuby-cvs] bioruby/lib/bio/sequence aa.rb, NONE, 1.1 common.rb,
NONE, 1.1 compat.rb, NONE, 1.1 format.rb, NONE, 1.1 na.rb, NONE, 1.1
- Next message: [BioRuby-cvs] bioruby/test/unit/bio test_alignment.rb,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv22549
Modified Files:
gemspec.rb
Log Message:
* improved to install executables
Index: gemspec.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/gemspec.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gemspec.rb 20 Jan 2006 09:57:08 -0000 1.5
--- gemspec.rb 24 Jan 2006 11:42:17 -0000 1.6
***************
*** 5,17 ****
s.name = 'bio'
s.version = "0.7.1"
s.author = "BioRuby project"
s.email = "staff at bioruby.org"
s.homepage = "http://bioruby.org/"
s.platform = Gem::Platform::RUBY
- s.summary = "BioRuby is a library for bioinformatics (biology + information science)."
s.files = Dir.glob("{bin,doc,etc,lib,sample,test}/**/*").delete_if {|item| item.include?("CVS") || item.include?("rdoc")}
! s.files.concat ["ChangeLog"]
s.require_path = 'lib'
s.autorequire = 'bio'
end
--- 5,29 ----
s.name = 'bio'
s.version = "0.7.1"
+
s.author = "BioRuby project"
s.email = "staff at bioruby.org"
s.homepage = "http://bioruby.org/"
+ s.rubyforge_project = "bioruby"
+ s.summary = "Bioinformatics library"
+ s.description = "BioRuby is a library for bioinformatics (biology + information science)."
+
s.platform = Gem::Platform::RUBY
s.files = Dir.glob("{bin,doc,etc,lib,sample,test}/**/*").delete_if {|item| item.include?("CVS") || item.include?("rdoc")}
! s.files.concat ["README", "README.DEV", "ChangeLog"]
!
! # s.rdoc_options << '--exclude' << '.'
! # s.has_rdoc = false
!
s.require_path = 'lib'
s.autorequire = 'bio'
+
+ s.bindir = "bin"
+ s.executables = ["bioruby", "br_biofetch.rb", "br_biogetseq.rb", "br_bioflat.rb", "br_pmfetch.rb"]
+ s.default_executable = "bioruby"
end
- Previous message: [BioRuby-cvs] bioruby/lib/bio/sequence aa.rb, NONE, 1.1 common.rb,
NONE, 1.1 compat.rb, NONE, 1.1 format.rb, NONE, 1.1 na.rb, NONE, 1.1
- Next message: [BioRuby-cvs] bioruby/test/unit/bio test_alignment.rb,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list